summaryrefslogtreecommitdiffstats
path: root/modules-available/exams/templates/page-add-edit-exam.html
diff options
context:
space:
mode:
authorSimon Rettberg2016-06-24 14:24:00 +0200
committerSimon Rettberg2016-06-24 14:24:00 +0200
commit43281909e652d651e8d5b721b440ea5c6eaf8798 (patch)
treecd802be78717f79114de2924e6d6615cea3866ed /modules-available/exams/templates/page-add-edit-exam.html
parent[exams] Move to content group; fix timepicker; mark old exams (diff)
downloadslx-admin-43281909e652d651e8d5b721b440ea5c6eaf8798.tar.gz
slx-admin-43281909e652d651e8d5b721b440ea5c6eaf8798.tar.xz
slx-admin-43281909e652d651e8d5b721b440ea5c6eaf8798.zip
[exams] Indent location by tree depth; fix ordering of locations in vis.js
Diffstat (limited to 'modules-available/exams/templates/page-add-edit-exam.html')
-rw-r--r--modules-available/exams/templates/page-add-edit-exam.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/exams/templates/page-add-edit-exam.html b/modules-available/exams/templates/page-add-edit-exam.html
index 98683a54..3cc38cfb 100644
--- a/modules-available/exams/templates/page-add-edit-exam.html
+++ b/modules-available/exams/templates/page-add-edit-exam.html
@@ -10,7 +10,7 @@
<label for="locations">{{lang_location}}</label>
<select id="locations" multiple name="locations[]">
{{#locations}}
- <option value="{{locationid}}" {{#selected}}selected{{/selected}}> {{locationname}}</option>
+ <option value="{{locationid}}" {{#selected}}selected{{/selected}}>{{locationpad}} {{locationname}}</option>
{{/locations}}
</select>
</div>