summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/templates
diff options
context:
space:
mode:
authorSimon Rettberg2017-12-19 12:19:20 +0100
committerSimon Rettberg2017-12-19 12:19:20 +0100
commite19fd43bd5982d15b6dd65261035f961e4560656 (patch)
treee9cc96dd9c44f545de193d76b5e3f045e10b13fb /modules-available/locationinfo/templates
parent[sysconfig] Fix logic by which condition the LDADPd gets (re)started (diff)
downloadslx-admin-e19fd43bd5982d15b6dd65261035f961e4560656.tar.gz
slx-admin-e19fd43bd5982d15b6dd65261035f961e4560656.tar.xz
slx-admin-e19fd43bd5982d15b6dd65261035f961e4560656.zip
[locationinfo] Reload panels when opening times are changed
Diffstat (limited to 'modules-available/locationinfo/templates')
-rw-r--r--modules-available/locationinfo/templates/page-locations.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules-available/locationinfo/templates/page-locations.html b/modules-available/locationinfo/templates/page-locations.html
index de8dab7e..df760940 100644
--- a/modules-available/locationinfo/templates/page-locations.html
+++ b/modules-available/locationinfo/templates/page-locations.html
@@ -7,6 +7,7 @@
<tr>
<th>{{lang_locationName}}</th>
<th>{{lang_backend}}</th>
+ <th>{{lang_lastUpdate}}</th>
<th>{{lang_openingtimes}}</th>
</tr>
</thead>
@@ -25,6 +26,11 @@
{{backend}}
</td>
<td>
+ {{#backend}}
+ {{lastCalendarUpdate}}
+ {{/backend}}
+ </td>
+ <td>
<span class="glyphicon glyphicon-{{openingGlyph}}"></span>
</td>
</tr>