3
0
Fork 0
mirror of https://github.com/fsr/eseeva synced 2025-04-28 09:28:31 +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

@ -77,7 +77,7 @@
CreateQuestionnaireElement("comment", $questionnaire, $_POST);
?>
<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>
</form>
</div>
@ -97,4 +97,4 @@
case KEYSTATE_USED: CreateMessageBox(MSG_DANGER, "Achtung!", "Der angegebene Code ist wurde bereits eingelöst. Es darf pro Student nur eine ESE-Tasse ausgegeben werden."); break;
}
}
?>
?>