summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2016-09-17 00:45:30 +0200
committerSebastian Reichel <sre@ring0.de>2016-09-17 01:01:01 +0200
commit0f5601988c5898658c6d585349249107370e0d40 (patch)
tree16d5ee6e55cf5e21548590218d39785f51afb78e /templates
parent347f5dc2f3c127478ac1a12709dd4e6cae76da07 (diff)
downloadserial-barcode-scanner-0f5601988c5898658c6d585349249107370e0d40.tar.bz2
move disabled flag from auth table to user table
Diffstat (limited to 'templates')
-rw-r--r--templates/users/entry.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/users/entry.html b/templates/users/entry.html
index 03594cb..d72b304 100644
--- a/templates/users/entry.html
+++ b/templates/users/entry.html
@@ -22,8 +22,10 @@
<tr><th>Street</th><td>{{{STREET}}}</td></tr>
<tr><th>PLZ</th><td>{{{POSTALCODE}}}</td></tr>
<tr><th>City</th><td>{{{CITY}}}</td></tr>
- <tr><th colspan="2">Administrative Information</th></tr>
+ <tr><th colspan="2">Status Information</th></tr>
<tr><th>Disabled</th><td>{{{DISABLED}}}</td></tr>
+ <tr><th>Hidden</th><td>{{{HIDDEN}}}</td></tr>
+ <tr><th colspan="2">Administrative Information</th></tr>
<tr><th>Superuser</th><td>{{{ISSUPERUSER}}}</td></tr>
<tr><th>Auth Products</th><td><button id="authproductsbutton" type="button" class="btn {{{BTN_AUTH_PRODUCTS}}}" {{{ISADMIN2}}}>{{{HAS_AUTH_PRODUCTS}}}</button></td></tr>
<tr><th>Auth Cashbox</th><td><button id="authcashboxbutton" type="button" class="btn {{{BTN_AUTH_CASHBOX}}}" {{{ISADMIN2}}}>{{{HAS_AUTH_CASHBOX}}}</button></td></tr>