summaryrefslogtreecommitdiffstats
path: root/templates/users/entry.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/users/entry.html')
-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>