From 4a98dbcc5ee019708dde2f2ef18bd19305d3aac2 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 27 Mar 2019 14:43:33 +0100 Subject: [locationinfo] PC counting config via combobox --- .../locationinfo/templates/page-config-panel-default.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'modules-available/locationinfo/templates/page-config-panel-default.html') diff --git a/modules-available/locationinfo/templates/page-config-panel-default.html b/modules-available/locationinfo/templates/page-config-panel-default.html index 116c2e11..7fdeede5 100644 --- a/modules-available/locationinfo/templates/page-config-panel-default.html +++ b/modules-available/locationinfo/templates/page-config-panel-default.html @@ -114,7 +114,10 @@
- +

@@ -382,6 +385,7 @@ document.addEventListener("DOMContentLoaded", function () { $('#daystoshow option[value="{{daystoshow}}"]').attr("selected", "selected"); $('#rotation option[value="{{rotation}}"]').attr("selected", "selected"); $('#mode option[value="{{mode}}"]').attr("selected", "selected"); + $('#input-roomplanner option[value="{{roomplanner}}"]').attr("selected", "selected"); $('#daystoshow').prop('disabled', document.getElementById('scaledaysauto').checked); -- cgit v1.2.3-55-g7522