3
0
Fork 0
mirror of https://github.com/fsr/eseeva synced 2025-05-18 10:58:48 +02:00

adds color

nothing fancy, just bootstrap stuff
This commit is contained in:
Lucas Woltmann 2016-08-01 15:08:21 +02:00
parent 3646c27af4
commit 3637b0c7b9
5 changed files with 13 additions and 13 deletions

View file

@ -95,7 +95,6 @@
CreateHeadline("Key Control Panel");
CreateInfoBox($formState);
CreateAccessBox($formState);
echo $formState;
switch ($formState)
{
@ -138,7 +137,7 @@
}
?>
<div class="row">
<input class="form-control" type="submit" name="submit" value="Absenden"/>
<input class="form-control btn-success" type="submit" name="submit" value="Absenden"/>
</div>
<input type="hidden" value="<?php /*Hidden input with previously generated id - used for preventing double posts*/ echo $_SESSION['submissionId'];?>" name="submissionId">
</form>
@ -284,4 +283,4 @@
}
return KEYSTATE_NONEXISTENT;
}
?>
?>