diff options
Diffstat (limited to 'modules-available/exams/templates/page-add-edit-exam.html')
-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> |