summaryrefslogtreecommitdiff
path: root/htroot/Status.html
diff options
context:
space:
mode:
authorkarlchenofhell <karlchenofhell@6c8d7289-2bf4-0310-a012-ef5d649a1542>2007-02-16 00:25:45 +0000
committerkarlchenofhell <karlchenofhell@6c8d7289-2bf4-0310-a012-ef5d649a1542>2007-02-16 00:25:45 +0000
commita46dc43f4561a559fec023fd488385a5e4f4e70f (patch)
treeb35cf1b1726b5d71c815a4dc486825ac014638ca /htroot/Status.html
parentb2a9d32f29b3811a8deade2fd10040eb11f4fbc4 (diff)
- added lock symbol for restart- and stutdown-buttons on Status-page (see http://www.yacy-forum.de/viewtopic.php?p=31444#31444)
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3369 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Status.html')
-rw-r--r--htroot/Status.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/htroot/Status.html b/htroot/Status.html
index 4b6449860..138fc5616 100644
--- a/htroot/Status.html
+++ b/htroot/Status.html
@@ -13,8 +13,14 @@
<form action="Steering.html" method="get" class="PeerControl">
<fieldset>#(restartEnabled)#::
- <input type="submit" name="restart" value="Restart" />#(/restartEnabled)#
- <input type="submit" name="shutdown" value="Shutdown" />
+ <button type="submit" name="restart" value="Restart">
+ <img src="/env/grafics/lock.gif" alt="Only the administrator may restart this peer" />
+ Restart
+ </button>#(/restartEnabled)#
+ <button type="submit" name="shutdown" value="Shutdown">
+ <img src="/env/grafics/lock.gif" alt="Only the administrator may shutdown this peer" />
+ Shutdown
+ </button>
</fieldset>
</form>