summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/templates/pcsubtable.html
diff options
context:
space:
mode:
authorJannik Schönartz2016-11-21 05:34:45 +0100
committerJannik Schönartz2016-11-21 05:34:45 +0100
commiteda3fac7c520e33228ef771767da652c0f94379e (patch)
tree1b49cfeaa2319cba39cc29ec0b8da6f9334fa628 /modules-available/locationinfo/templates/pcsubtable.html
parentfirst commit of the frontend from locationinfo modul (diff)
downloadslx-admin-eda3fac7c520e33228ef771767da652c0f94379e.tar.gz
slx-admin-eda3fac7c520e33228ef771767da652c0f94379e.tar.xz
slx-admin-eda3fac7c520e33228ef771767da652c0f94379e.zip
Fixed from the Mail applied. Added OpeningTimes and stuff for the admin panel. new install.php should beexcecuted
Diffstat (limited to 'modules-available/locationinfo/templates/pcsubtable.html')
-rw-r--r--modules-available/locationinfo/templates/pcsubtable.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules-available/locationinfo/templates/pcsubtable.html b/modules-available/locationinfo/templates/pcsubtable.html
index 0359813b..1a7ea81e 100644
--- a/modules-available/locationinfo/templates/pcsubtable.html
+++ b/modules-available/locationinfo/templates/pcsubtable.html
@@ -2,7 +2,8 @@
<br>
<table style="margin-bottom:0px">
<tr>
- <th width=120>{{lang_pcID}}</th>
+ <th width=320>{{lang_pcID}}</th>
+ <th width=120>{{lang_pcIP}}</th>
<th width=50>{{lang_pcX}}</th>
<th width=50>{{lang_pcY}}</th>
<th width=20>{{lang_pcInUse}}</th>
@@ -10,7 +11,8 @@
{{#list}}
<tr class="tablerow">
- <td>{{id}}</td>
+ <td>{{id}}</td>
+ <td>{{ip}}</td>
<td>{{x}}</td>
<td>{{y}}</td>
<td align="center">{{inUse}}</td>