summaryrefslogtreecommitdiffstats
path: root/modules-available/exams
diff options
context:
space:
mode:
authorUdo Walter2017-09-13 17:01:30 +0200
committerUdo Walter2017-09-13 17:01:30 +0200
commit1724b55abdfcee25fe58f5f9fb763e99081043c9 (patch)
tree9864db93b8e1721559f7584a534246ce2123cff9 /modules-available/exams
parent[js_stupidtable] fixed stupidtable not working with collapsed tables (diff)
downloadslx-admin-1724b55abdfcee25fe58f5f9fb763e99081043c9.tar.gz
slx-admin-1724b55abdfcee25fe58f5f9fb763e99081043c9.tar.xz
slx-admin-1724b55abdfcee25fe58f5f9fb763e99081043c9.zip
[locations] fixed inconsistencies + small design changes
Diffstat (limited to 'modules-available/exams')
-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 cb1578ad..f4db8a93 100644
--- a/modules-available/exams/templates/page-add-edit-exam.html
+++ b/modules-available/exams/templates/page-add-edit-exam.html
@@ -111,8 +111,8 @@
<input type="hidden" name="token" value="{{token}}">
<input type="hidden" name="examid" value="{{exam.examid}}">
<div class="text-right" style="margin-bottom: 20px">
+ <button type="button" id="cancelButton" class="btn btn-default">{{lang_cancel}}</button>
<button type="submit" id="saveButton" class="btn btn-primary" style="margin-right: 10px"><span class="glyphicon glyphicon-floppy-disk"></span> {{lang_save}}</button>
- <button type="button" id="cancelButton" class="btn btn-default"><span class="glyphicon glyphicon-remove"></span> {{lang_cancel}}</button>
</div>
</form>