summaryrefslogtreecommitdiffstats
path: root/modules-available/adduser/templates/header.html
diff options
context:
space:
mode:
authorSimon Rettberg2018-02-23 15:26:17 +0100
committerSimon Rettberg2018-02-23 15:26:17 +0100
commitf73a41753d2608187a0c85a28e419b8ea839d671 (patch)
tree9840537659ccec54ae4535ce7b1f3cd07b6835b5 /modules-available/adduser/templates/header.html
parent[locations] Fix location list: Filter invalid location ids (diff)
downloadslx-admin-f73a41753d2608187a0c85a28e419b8ea839d671.tar.gz
slx-admin-f73a41753d2608187a0c85a28e419b8ea839d671.tar.xz
slx-admin-f73a41753d2608187a0c85a28e419b8ea839d671.zip
[adduser] Extend module to simple user manager (add/edit/remove)
TODO: Assign roles
Diffstat (limited to 'modules-available/adduser/templates/header.html')
-rw-r--r--modules-available/adduser/templates/header.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules-available/adduser/templates/header.html b/modules-available/adduser/templates/header.html
new file mode 100644
index 00000000..34011e29
--- /dev/null
+++ b/modules-available/adduser/templates/header.html
@@ -0,0 +1,3 @@
+<div class="page-header">
+ <h1>{{lang_userManagement}}</h1>
+</div> \ No newline at end of file