Added title text to shutdown/restart buttons

This commit is contained in:
Remy
2011-07-01 19:27:49 -07:00
parent 4705221de6
commit fb058efb3d

View File

@@ -24,8 +24,8 @@ _nav = '''<div class="nav">
<a href="/history">HISTORY</a>
<a href="/config">SETTINGS</a>
<div style="float:right">
<a href="/restart"><img src="data/images/restart.png" height="15px" width="15px"></a>
<a href="/shutdown"><img src="data/images/shutdown.png" height="15px" width="15px"></a>
<a href="/restart" title="Restart"><img src="data/images/restart.png" height="15px" width="15px"></a>
<a href="/shutdown" title="Shutdown"><img src="data/images/shutdown.png" height="15px" width="15px"></a>
</div>
</div>'''