summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/templates
Commit message (Collapse)AuthorAgeFilesLines
* [locationinfo] Support styling clients with special runmodeSimon Rettberg2020-07-301-27/+32
| | | | Implemented for remoteaccess runmode for now
* [locationinfo] Add option to show hostnamesSimon Rettberg2020-07-302-1/+27
|
* [locationinfo] Make colors for idle clients more distinct from offlineSimon Rettberg2020-07-301-1/+1
| | | | | Added a little light green bar at the top. This should still make it easy to distinguish from red wrt Red-Blind/Protanopia etc.
* Revert "[locationinfo] Force interactive if split-login"v3.9Simon Rettberg2020-02-091-9/+1Star
| | | | | | | | | | | | | Forcing interactive mode when split-login is enabled is already implemented for slx-browser, but chromium was excluded: It might be desired to have a full screen app that can be exited by Ctrl-W or via javascript. slx-browser simply doesn't support these mechanisms, thus we force interactive mode for it. If chromium should also be forced into interactive mode it would be easier to just change the existing code to be unconditional. This reverts commit b2798e8a80f7a395027c65ea2905a773d45a6be8.
* [locationinfo] Force interactive if split-loginSteffen Ritter2020-02-051-1/+9
| | | | | | | | | If we use split-login, users need the possibility to close the browser session. Chromiums non-interactive kiosk mode is always fullscreen without an clickable breakout. So if split-login is used in combination with chromium, we force interactive mode. slx-browser has no interactive mode, so doesn't make any difference.
* [locationinfo] better calendar event font size scalingUdo Walter2020-01-151-15/+3Star
|
* [locationinfo] SLX_BROWSER_INTERACTIVE handled for slx-browserSimon Rettberg2020-01-131-2/+1Star
| | | | No bookmark support for slx-browser
* Fix some more typosStefan Weil2019-12-162-11/+11
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* [locationinfo] fix calendar start date when using a custom start week dayUdo Walter2019-12-111-4/+22
|
* [locationinfo] less lovely javascript more not so lovely phpChristian Hofmaier2019-12-041-49/+43Star
| | | | - same function just in backend
* [locationinfo] add new kiosk-mode options to url-panelsChristian Hofmaier2019-11-271-2/+141
| | | | | | | - guest / guest+user login - browser selection - interactive mode - bookmarks
* [locationinfo] remove scrollbar placeholder in headerChristian Hofmaier2019-11-051-1/+13
| | | | + a small alignment correction
* [locationinfo] generalize mode change functionChristian Hofmaier2019-10-291-27/+9Star
|
* [locationinfo] Make switching per room workChristian Hofmaier2019-10-261-40/+41
|
* [locationinfo] Rework from HTML blocks to Jquery CloneChristian Hofmaier2019-09-261-89/+102
| | | | - generalize code for easier adding of new functions
* [locationinfo] Add ability to select the start day of the calendarUdo Walter2019-07-162-2/+42
|
* [locationinfo] fix bug 'open for' without timesChristian Hofmaier2019-06-041-2/+2
|
* [locationinfo] fix bug override not loading correctly into edit menuChristian Hofmaier2019-06-041-1/+1
|
* [locationinfo] Style checkboxes, use icon in save buttonSimon Rettberg2019-04-031-12/+13
|
* [locationinfo] Update translationsSimon Rettberg2019-04-031-4/+4
|
* [locationinfo] rearrange default-panel settings in UIChristian Hofmaier2019-03-281-145/+134Star
|
* [locationinfo] fix overrides reference is null errorChristian Hofmaier2019-03-281-1/+1
| | | | - the switch for activating override for a room is now working correctly
* [locationinfo] add nowrap to clients columnSimon Rettberg2019-03-271-1/+1
|
* [locationinfo] UI reworkChristian Hofmaier2019-03-264-24/+179
| | | | | | | | - 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
* Use collapse mode for translations, runmode, rebootcontrolSimon Rettberg2019-03-261-2/+2
| | | | Also shuffle around modules.
* [locationinfo] Change glyphicons for panel listSimon Rettberg2019-03-261-4/+4
|
* Introduce JS helper for bootstrap confirm dialogs on button-submitSimon Rettberg2019-03-252-64/+18Star
|
* [locationinfo] Add black/whitelist stuff for URL panelsSimon Rettberg2019-03-141-0/+24
|
* [locationinfo] Update translationsSimon Rettberg2019-03-072-2/+2
|
* [locationinfo] Add error log for backendsSimon Rettberg2019-03-073-0/+32
|
* [locationinfo] Fix form<->button relation (delete, check, etc.)Simon Rettberg2019-03-071-17/+22
|
* [locationinfo] panel: Shorter dash, empty field if no PCs for roomSimon Rettberg2019-03-011-8/+11
|
* [locationinfo] some design reworkChristian Hofmaier2019-01-222-9/+11
| | | | | | | - Change "free" to "open" - h/min display in summary - do not display colors of unused states in summary - change seatcounter to emDash when room has current event
* [locationinfo] make colors consistent for summary and default panelChristian Hofmaier2019-01-081-3/+3
| | | | | - black is now status 'offline' - grey is now status 'broken'
* [locationinfo] fix summary panel showing "closed" when room without opening ↵Christian Hofmaier2018-12-111-68/+44Star
| | | | times
* [locationinfo] fix summary pannel always in germanChristian Hofmaier2018-12-081-4/+42
|
* Merge branch 'master' of git.openslx.org:openslx-ng/slx-adminChristian Hofmaier2018-12-083-7/+7
|\
| * [locationinfo] roomplaner -> roomplannerSimon Rettberg2018-12-053-7/+7
| |
* | [locationinfo] fix header not detecting events in only room modeChristian Hofmaier2018-12-081-3/+31
|/ | | | - fix redundant initialize when only calendar mode
* [locationinfo] fix panel being closed all day long in summaryChristian Hofmaier2018-12-041-1/+1
|
* [locationinfo] add new settings for panels (counter, updaterate)Christian Hofmaier2018-12-034-61/+98
| | | | | | | | - 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
* [locationinfo] show overlapping eventsChristian Hofmaier2018-10-301-3/+10
| | | | | - when events overlap by time, show them separately - when two events dont differ in title, start and end, merge them
* [locationinfo] scale calender if no events in timetableChristian Hofmaier2018-10-161-1/+2
| | | | | | - scale the calender even without events in the timetable for a better view when multiple rooms selected - hide scrollbar for calenders (!important is neccessary!)
* [locationinfo] apply design guidelines / table stylingChristian Hofmaier2018-10-115-66/+110
| | | | | | | | | | - move buttons to the right hand side - use modals for confirmation check - table styling/adjustment -- add missing headers -- remove text from buttons in table -- center buttons / header-text - improve language-tags
* [locationinfo] disable add location when 4 rooms in list in default-panel-configChristian Hofmaier2018-10-111-5/+20
| | | | | | | - don't close dropdown selection when room selected - if 4 rooms selected disable the add button - if 4 rooms selected, close the dropdown selection - re enable the button when a room gets removed
* [locationinfo] Move save btn to the right (design guidelines)Steffen Ritter2018-04-125-6/+5Star
|
* [locationinfo] Fix color of seat counter not updating properlySimon Rettberg2018-04-051-5/+4Star
|
* [locationinfo] Add permissionsSimon Rettberg2018-03-054-10/+17
|
* [locationinfo] Fix styling of tooltip btnsSteffen Ritter2018-02-0610-66/+68
| | | | also made the style of two close btns consistent to the rest
* [locationinfo] URL: Add field to specify reload interval in minutesSimon Rettberg2018-01-111-1/+21
|