diff options
| author | orbiter <mc@yacy.net> | 2014-08-19 19:58:31 +0200 |
|---|---|---|
| committer | orbiter <mc@yacy.net> | 2014-08-19 19:58:31 +0200 |
| commit | b4f2a1db6eac82bf857cbe6557d5f2370e2218d8 (patch) | |
| tree | 78924ae789325b53fbd0f85ef59c842949777e8e /htroot/Status.html | |
| parent | aa3e5f2046880d78d4df8da2e07acf9b0bffd1aa (diff) | |
added a unlock icon for all protected pages that are unlocked because
the administrator is logged in.
Diffstat (limited to 'htroot/Status.html')
| -rw-r--r-- | htroot/Status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/Status.html b/htroot/Status.html index ae8ba87ba..40a603f1a 100644 --- a/htroot/Status.html +++ b/htroot/Status.html @@ -33,7 +33,7 @@ #(showPrivateTable)#
<div class="SubMenu">
<ul class="SubMenu">
- <li><a href="Status.html?login=" class="MenuItemLink lock">Log-in as administrator to see full status</a></li>
+ <li><a href="Status.html?login=" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">Log-in as administrator to see full status</a></li>
</ul>
</div>
::
|
