summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/templates
Commit message (Collapse)AuthorAgeFilesLines
* [locationinfo] fix bug 'open for' without timesChristian Hofmaier2019-06-251-2/+2
|
* [locationinfo] Style checkboxes, use icon in save buttonSimon Rettberg2019-04-031-12/+13
|
* [locationinfo] Update translationsSimon Rettberg2019-04-031-4/+4
|
* [locationinfo] PC counting config via comboboxSimon Rettberg2019-03-272-2/+9
|
* [locationinfo] add nowrap to clients columnSimon Rettberg2019-03-271-1/+1
|
* 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
|
* [locationinfo] Update translationsSimon Rettberg2017-12-211-1/+1
|
* [locationinfo] Fix infinite reload loopSimon Rettberg2017-12-191-3/+29
|
* [locationinfo] Reload panels when opening times are changedSimon Rettberg2017-12-191-0/+6
|
* Fix A LOT of type problems, logic flaws, uninitialized variables etc.Simon Rettberg2017-12-162-8/+7Star
| | | | | Most of them were found by phpstorm, so I put in some time and went through the list, fixing quite a bunch of them.
* [locationinfo] Cleared the old timeout before calling the new one.Jannik Schönartz2017-12-071-0/+2
|
* [locationinfo] Moved some shared functions to the frontendscript.jsJannik Schönartz2017-12-072-157/+4Star
|
* [locationinfo] Fixing openingtime in the Summary panelJannik Schönartz2017-12-071-4/+83
|
* [locationinfo] Fix handling of invalid backends, remove dummy-backend in ↵Simon Rettberg2017-12-071-1/+1
| | | | production
* [locationinfo] Improve font size scaling for calendarSimon Rettberg2017-12-061-7/+8
|
* [locationinfo] Calling the update function after the timetable arrived from ↵Jannik Schönartz2017-12-051-1/+1
| | | | the backend
* [locationinfo] Fix timezone offset on QWebView in summary panelSimon Rettberg2017-12-051-15/+40
| | | | Copy cleanDate function from weekcalendar
* [locationinfo] summary: min-width 90px for child nodesSimon Rettberg2017-12-041-0/+1
|
* [locationinfo] summary: CSS compat for older clients, disable hiding featureSimon Rettberg2017-12-041-5/+17
| | | | Hiding should consider parent/child nodes accordingly
* [locationinfo] Fix room scalingSimon Rettberg2017-12-011-36/+16Star
|
* [locationinfo] Month is 0-based in jsSimon Rettberg2017-12-011-1/+1
|
* [locationinfo] removed seconds from the time. More than 4 locations are ↵Jannik Schönartz2017-11-301-1/+7
| | | | allowed for the summary panel
* [locationinfo] Added standby to the summary panelJannik Schönartz2017-11-301-11/+17
|
* [locationinfo] Fix prettytime, fix standby, check dependency on weekcalendarSimon Rettberg2017-11-301-12/+14
|
* [locationinfo] Reworked summary-panel to the new panel uuid stuff.Jannik Schönartz2017-11-302-16/+235
|