summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/templates/page-config-panel-summary.html
diff options
context:
space:
mode:
authorChristian Hofmaier2019-03-26 17:18:35 +0100
committerChristian Hofmaier2019-03-26 17:18:35 +0100
commit609b257e89aecf4c382146ffa2cb4f8eb1e8d168 (patch)
treee7b6fa42f0535d352a49796614ac87bd9989f3a2 /modules-available/locationinfo/templates/page-config-panel-summary.html
parent[serversetup-bwlp-ipxe] Fix: Menu titles won't be used as default (diff)
downloadslx-admin-609b257e89aecf4c382146ffa2cb4f8eb1e8d168.tar.gz
slx-admin-609b257e89aecf4c382146ffa2cb4f8eb1e8d168.tar.xz
slx-admin-609b257e89aecf4c382146ffa2cb4f8eb1e8d168.zip
[locationinfo] UI rework
- add Icons to Buttons - override config for specific room - change roomplanner switch with dropdown menu - new texts for roomplanner dropdown - when roomplanner is empty show empty green box instead of red 0
Diffstat (limited to 'modules-available/locationinfo/templates/page-config-panel-summary.html')
-rw-r--r--modules-available/locationinfo/templates/page-config-panel-summary.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/modules-available/locationinfo/templates/page-config-panel-summary.html b/modules-available/locationinfo/templates/page-config-panel-summary.html
index 5ddcc904..2dc556ce 100644
--- a/modules-available/locationinfo/templates/page-config-panel-summary.html
+++ b/modules-available/locationinfo/templates/page-config-panel-summary.html
@@ -77,7 +77,10 @@
<label for="input-roomplanner">{{lang_useRoomplanner}}</label>
</div>
<div class="col-sm-7">
- <input id="input-roomplanner" type="checkbox" name="roomplanner" {{roomplanner_checked}}>
+ <select class="form-control" name="roomplanner" id="input-roomplanner">
+ <option value="0" id="roomplanner0">{{lang_countIp}}</option>
+ <option value="1" id="roomplanner1">{{lang_countRoomplan}}</option>
+ </select>
</div>
<div class="col-sm-2">
<p class="btn btn-static helptext" title="{{lang_roomplannerTooltip}}">
@@ -168,7 +171,10 @@
</div>
<div class="text-right">
<a href="?do=locationinfo&amp;show=panels" class="btn btn-default">{{lang_cancel}}</a>
- <button type="submit" class="btn btn-primary">{{lang_save}}</button>
+ <button type="submit" class="btn btn-primary">
+ <span class="glyphicon glyphicon-floppy-disk"></span>
+ {{lang_save}}
+ </button>
</div>
</form>