summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/templates/page-panels.html
diff options
context:
space:
mode:
authorSimon Rettberg2017-07-25 19:02:01 +0200
committerSimon Rettberg2017-07-25 19:02:01 +0200
commitbb53f6136e2950f3d656728be469d318a0d9f606 (patch)
tree4e8648ff6fde4b8496eba6e19afdfd7bf542c241 /modules-available/locationinfo/templates/page-panels.html
parent[locationinfo] Better error handling in hisinone backend (diff)
downloadslx-admin-bb53f6136e2950f3d656728be469d318a0d9f606.tar.gz
slx-admin-bb53f6136e2950f3d656728be469d318a0d9f606.tar.xz
slx-admin-bb53f6136e2950f3d656728be469d318a0d9f606.zip
[locationinfo] Make panel accessible via slxadmin, add URL type panel
Diffstat (limited to 'modules-available/locationinfo/templates/page-panels.html')
-rw-r--r--modules-available/locationinfo/templates/page-panels.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/modules-available/locationinfo/templates/page-panels.html b/modules-available/locationinfo/templates/page-panels.html
index 8b567410..0c87a70b 100644
--- a/modules-available/locationinfo/templates/page-panels.html
+++ b/modules-available/locationinfo/templates/page-panels.html
@@ -22,13 +22,15 @@
{{#panels}}
<tr>
<td>
- <a href="modules/locationinfo/frontend/doorsign.html?uuid={{paneluuid}}" target="_blank">{{panelname}}</a>
+ <a href="/panel/{{paneluuid}}" target="_blank">{{panelname}}</a>
</td>
<td>
{{paneltype}}
</td>
<td>
+ {{#locationurl}}<a href="{{locationurl}}" target="_blank">{{/locationurl}}
{{locations}}
+ {{#locationurl}}</a>{{/locationurl}}
</td>
{{#hasRunmode}}
<td>
@@ -65,4 +67,8 @@
<span class="glyphicon glyphicon-plus"></span>
{{lang_summaryPanel}}
</a>
+ <a class="btn btn-sm btn-success" href="?do=locationinfo&amp;show=edit-panel&amp;uuid=new-url">
+ <span class="glyphicon glyphicon-plus"></span>
+ {{lang_urlPanel}}
+ </a>
</div> \ No newline at end of file