added tooltips to buttons

This commit is contained in:
Steffen Vogel 2010-10-05 13:59:56 +02:00
parent 04a779d17e
commit af75d9a0ff

View file

@ -35,17 +35,17 @@
<table id="move"> <table id="move">
<tr> <tr>
<td> <td>
<input type="image" src="images/control_rewind_blue.png" value="move_back" /> <input type="image" src="images/control_rewind_blue.png" value="move_back" title="Move back" />
<input type="image" onclick="plot" src="images/zoom_in.png" value="zoom_in" /> <input type="image" onclick="plot" src="images/zoom_in.png" value="zoom_in" title="Zoom in" />
</td> </td>
<td> <td>
<input type="image" src="images/control_end_blue.png" value="move_last" /> <input type="image" src="images/control_end_blue.png" value="move_last" title="Move to now" />
<input type="image" src="images/arrow_refresh.png" value="refresh" /> <input type="image" src="images/arrow_refresh.png" value="refresh" title="Refresh" />
<input type="image" src="images/zoom.png" value="zoom_reset" /> <input type="image" src="images/zoom.png" value="zoom_reset" title="Reset zoom" />
</td> </td>
<td> <td>
<input type="image" src="images/zoom_out.png" value="zoom_out" /> <input type="image" src="images/zoom_out.png" value="zoom_out" title="Zoom out" />
<input type="image" src="images/control_fastforward_blue.png" value="move_forward" /> <input type="image" src="images/control_fastforward_blue.png" value="move_forward" title="Move forward" />
</td> </td>
</tr> </tr>
</table> </table>