diff options
author | Stefan Weil | 2019-12-14 08:59:39 +0100 |
---|---|---|
committer | Stefan Weil | 2019-12-14 09:29:06 +0100 |
commit | ab49e774910743701ee8742799c0b5a58ea65d8a (patch) | |
tree | 64057cbb86e9b4524444f00dcf0482345ac96a2b /doc | |
parent | [statistics] Fix date range queries to match by day, not by second (diff) | |
download | slx-admin-ab49e774910743701ee8742799c0b5a58ea65d8a.tar.gz slx-admin-ab49e774910743701ee8742799c0b5a58ea65d8a.tar.xz slx-admin-ab49e774910743701ee8742799c0b5a58ea65d8a.zip |
Fix some typos (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/design_guidelines | 2 | ||||
-rw-r--r-- | doc/locationinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/design_guidelines b/doc/design_guidelines index defc626c..ba94e39e 100644 --- a/doc/design_guidelines +++ b/doc/design_guidelines @@ -15,7 +15,7 @@ Button colors: speciel actions (e.g. send test mail) = yellow (btn-warning) Secondary action (e.g. cancel) = white (btn-default) -Prefered glyphicons: +Preferred glyphicons: add (create) = glyphicon-plus add (assign) = glyphicon-share-alt delete = glyphicon-trash diff --git a/doc/locationinfo b/doc/locationinfo index e8f4ea50..a4397480 100644 --- a/doc/locationinfo +++ b/doc/locationinfo @@ -64,7 +64,7 @@ optional: daystoshow:[1,2,3,4,5,6,7] sets how many days the calendar shows scale:[10-90] scales the calendar and Roomplan in mode 1 switchtime:[1-120] sets the time between switchen in mode 4 (in seconds) - calupdate: Time the calender querys for updates,in minutes. + calupdate: Time the calendar queries for updates,in minutes. roomupdate: Time the PCs in the room gets updated,in seconds. rotation:[0-3] rotation of the roomplan vertical:[true] only mode 1, sets the calendar above the roomplan @@ -80,7 +80,7 @@ overwrite it for all rooms. First you need an Image(svg,png,jpg), add it to ./locationinfo/frontend/img/overlay. You can add your own css class if you want. To do so create an css calss named .overlay-YOUR_IMAGE_NAME in the doorsign.html. You can find an example in the doorsign.html called ".overlay-rollstuhl". -The backend functionaltiy is right now not implemented since it relays on the roominfo module. +The backend functionality is right now not implemented since it relays on the roominfo module. But you can add it manually. You need to add the image name (without ending) in the machine database on the position column with the key overlays in an array. |