summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/templates/page-config-panel-default.html
diff options
context:
space:
mode:
authorChristian Hofmaier2018-12-03 19:03:24 +0100
committerChristian Hofmaier2018-12-03 19:03:24 +0100
commitf57731abf206bf3030a7a95a9019aa398c3dea2e (patch)
tree5d7df13c1028fae8a659f8e39c91b9e1e66e03c0 /modules-available/locationinfo/templates/page-config-panel-default.html
parent[dozmod] networkshares: Use {{password_type}} for password field (diff)
downloadslx-admin-f57731abf206bf3030a7a95a9019aa398c3dea2e.tar.gz
slx-admin-f57731abf206bf3030a7a95a9019aa398c3dea2e.tar.xz
slx-admin-f57731abf206bf3030a7a95a9019aa398c3dea2e.zip
[locationinfo] add new settings for panels (counter, updaterate)
- setting: consider only clients in roomplaner, instead of ip range - add option to set update rate in summary panels - directly initialize when mode is "only calendar" - Set counter to "-" if room has ongoing event - fix some spelling / unused code
Diffstat (limited to 'modules-available/locationinfo/templates/page-config-panel-default.html')
-rw-r--r--modules-available/locationinfo/templates/page-config-panel-default.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/modules-available/locationinfo/templates/page-config-panel-default.html b/modules-available/locationinfo/templates/page-config-panel-default.html
index f7009764..c2915298 100644
--- a/modules-available/locationinfo/templates/page-config-panel-default.html
+++ b/modules-available/locationinfo/templates/page-config-panel-default.html
@@ -107,6 +107,22 @@
</div>
</div>
</div>
+
+ <div class="list-group-item">
+ <div class="row">
+ <div class="col-sm-3">
+ <label for="input-roomplaner">{{lang_useRoomplaner}}</label>
+ </div>
+ <div class="col-sm-7">
+ <input id="input-roomplaner" type="checkbox" name="roomplaner" {{roomplaner_checked}}>
+ </div>
+ <div class="col-sm-2">
+ <p class="btn btn-static helptext" title="{{lang_roomplanerTooltip}}">
+ <span class="glyphicon glyphicon-question-sign"></span>
+ </p>
+ </div>
+ </div>
+ </div>
</div>
</div>
</div>