added tooltips to buttons
This commit is contained in:
parent
04a779d17e
commit
af75d9a0ff
1 changed files with 7 additions and 7 deletions
|
@ -35,17 +35,17 @@
|
|||
<table id="move">
|
||||
<tr>
|
||||
<td>
|
||||
<input type="image" src="images/control_rewind_blue.png" value="move_back" />
|
||||
<input type="image" onclick="plot" src="images/zoom_in.png" value="zoom_in" />
|
||||
<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" title="Zoom in" />
|
||||
</td>
|
||||
<td>
|
||||
<input type="image" src="images/control_end_blue.png" value="move_last" />
|
||||
<input type="image" src="images/arrow_refresh.png" value="refresh" />
|
||||
<input type="image" src="images/zoom.png" value="zoom_reset" />
|
||||
<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" title="Refresh" />
|
||||
<input type="image" src="images/zoom.png" value="zoom_reset" title="Reset zoom" />
|
||||
</td>
|
||||
<td>
|
||||
<input type="image" src="images/zoom_out.png" value="zoom_out" />
|
||||
<input type="image" src="images/control_fastforward_blue.png" value="move_forward" />
|
||||
<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" title="Move forward" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
Loading…
Add table
Reference in a new issue