diff options
author | Simon Rettberg | 2016-07-07 12:04:52 +0200 |
---|---|---|
committer | Simon Rettberg | 2016-07-07 12:04:52 +0200 |
commit | 3ecaf3074cbc90b911a85f3d6f2a94cb89d4f131 (patch) | |
tree | c578d42da8dac6db5528a84680441bed7077c83f /modules-available | |
parent | [exams] Hide 'show' button for past exams; show axis caption on top and botto... (diff) | |
download | slx-admin-3ecaf3074cbc90b911a85f3d6f2a94cb89d4f131.tar.gz slx-admin-3ecaf3074cbc90b911a85f3d6f2a94cb89d4f131.tar.xz slx-admin-3ecaf3074cbc90b911a85f3d6f2a94cb89d4f131.zip |
[exams] Fix layout/type
Diffstat (limited to 'modules-available')
-rw-r--r-- | modules-available/exams/templates/page-add-edit-exam.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/modules-available/exams/templates/page-add-edit-exam.html b/modules-available/exams/templates/page-add-edit-exam.html index 830b631d..d112095f 100644 --- a/modules-available/exams/templates/page-add-edit-exam.html +++ b/modules-available/exams/templates/page-add-edit-exam.html @@ -7,7 +7,9 @@ <form class="form" method="POST" action="?do=exams" id="tolleform"> <div class="form-group"> - <label for="locations">{{lang_location}}</label> + <div> + <label for="locations">{{lang_location}}</label> + </div> <select id="locations" multiple name="locations[]"> {{#locations}} <option value="{{locationid}}" {{#selected}}selected{{/selected}}>{{locationpad}} {{locationname}}</option> @@ -56,7 +58,7 @@ <span class="input-group-addon"> <span class="glyphicon glyphicon-time"></span> </span> - <input required type="texxt" class="form-control timepicker2" name="endtime_time" id="endtime_time" + <input required type="text" class="form-control timepicker2" name="endtime_time" id="endtime_time" value="{{exam.endtime_time}}" pattern="[0-9]{1,2}:[0-9]{2}"> </div> |