summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/templates/page-panels.html
diff options
context:
space:
mode:
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