summaryrefslogtreecommitdiffstats
path: root/modules-available/exams/templates/page-exams.html
diff options
context:
space:
mode:
authorUdo Walter2017-10-16 16:29:05 +0200
committerUdo Walter2017-10-16 16:29:05 +0200
commita3cc9a269f2bcd0085bedc09cc98642125b44155 (patch)
tree0824ee52c5491888a5e5dcf94cd10e5d62514d3f /modules-available/exams/templates/page-exams.html
parent[statistics] changed coloring of naviation buttons from blue to 'pressed down'; (diff)
downloadslx-admin-a3cc9a269f2bcd0085bedc09cc98642125b44155.tar.gz
slx-admin-a3cc9a269f2bcd0085bedc09cc98642125b44155.tar.xz
slx-admin-a3cc9a269f2bcd0085bedc09cc98642125b44155.zip
[exams] replaced confirm dialog with modal; added panels to edit/add exam page;
added visual separation to the "add exam period" button;
Diffstat (limited to 'modules-available/exams/templates/page-exams.html')
-rw-r--r--modules-available/exams/templates/page-exams.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules-available/exams/templates/page-exams.html b/modules-available/exams/templates/page-exams.html
index 06e5905c..29b8c319 100644
--- a/modules-available/exams/templates/page-exams.html
+++ b/modules-available/exams/templates/page-exams.html
@@ -5,7 +5,7 @@
</div>
<div class="panel-body">
<div class="slx-space">
- <table class="table stupidtable">
+ <table class="table table-bordered stupidtable">
<thead>
<tr>
<th data-sort="int">{{lang_id}}</th>
@@ -54,7 +54,6 @@
</tbody>
</table>
</div>
-
<div class="text-right">
<div class="btn-group" role="group">
<a href="?do=exams&action=add" class="btn btn-success"><span class="glyphicon glyphicon-plus-sign"></span> {{lang_addExam}}</a>