summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/templates/page-locations.html
diff options
context:
space:
mode:
authorChristian Hofmaier2018-10-11 15:29:03 +0200
committerChristian Hofmaier2018-10-11 15:29:03 +0200
commit410946b3c55f5b1b3a8e5f1056504caebca37ee1 (patch)
tree7ed70291674e5383ef2de78a1fdd1ea8385b2164 /modules-available/locationinfo/templates/page-locations.html
parent[locationinfo] disable add location when 4 rooms in list in default-panel-config (diff)
downloadslx-admin-410946b3c55f5b1b3a8e5f1056504caebca37ee1.tar.gz
slx-admin-410946b3c55f5b1b3a8e5f1056504caebca37ee1.tar.xz
slx-admin-410946b3c55f5b1b3a8e5f1056504caebca37ee1.zip
[locationinfo] apply design guidelines / table styling
- move buttons to the right hand side - use modals for confirmation check - table styling/adjustment -- add missing headers -- remove text from buttons in table -- center buttons / header-text - improve language-tags
Diffstat (limited to 'modules-available/locationinfo/templates/page-locations.html')
-rw-r--r--modules-available/locationinfo/templates/page-locations.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules-available/locationinfo/templates/page-locations.html b/modules-available/locationinfo/templates/page-locations.html
index 67da2c2e..c79cdfe8 100644
--- a/modules-available/locationinfo/templates/page-locations.html
+++ b/modules-available/locationinfo/templates/page-locations.html
@@ -8,7 +8,7 @@
<th>{{lang_locationName}}</th>
<th>{{lang_backend}}</th>
<th>{{lang_lastCalendarUpdate}}</th>
- <th>{{lang_openingtimes}}</th>
+ <th class="text-center slx-smallcol">{{lang_openingtimes}}</th>
</tr>
</thead>
@@ -29,12 +29,12 @@
<td {{#backendMissing}}class="text-danger"{{/backendMissing}}>
{{backend}}
</td>
- <td>
+ <td class="text-center">
{{#backend}}
{{lastCalendarUpdate}}
{{/backend}}
</td>
- <td>
+ <td class="text-center">
<span class="glyphicon glyphicon-{{openingGlyph}}"></span>
</td>
</tr>