title for start/stop icon

This commit is contained in:
Martijn Voncken 2008-10-18 15:53:12 +00:00
parent 976189a814
commit a495738177
2 changed files with 6 additions and 2 deletions

View File

@ -25,7 +25,9 @@ $for torrent in torrent_list:
<form action="$base/torrent/$torrent.action/$torrent.id" method="POST" class="pause_resume"> <form action="$base/torrent/$torrent.action/$torrent.id" method="POST" class="pause_resume">
<input type="image" <input type="image"
src="$base/pixmaps/$torrent.state.lower()" src="$base/pixmaps/$torrent.state.lower()"
name="pauseresume" value="submit" /></form></td> name="pauseresume" value="submit"
title="$id_to_label(torrent.action)"
/></form></td>
<td>$torrent.queue</td> <td>$torrent.queue</td>
<td style="width:100px; overflow:hidden;white-space: nowrap"> <td style="width:100px; overflow:hidden;white-space: nowrap">
<a href="$base/torrent/info/$torrent.id" > <a href="$base/torrent/info/$torrent.id" >

View File

@ -47,7 +47,9 @@ $for torrent in torrent_list:
class="pause_resume"> class="pause_resume">
<input type="image" <input type="image"
src="$base/pixmaps/$torrent.state.lower()" src="$base/pixmaps/$torrent.state.lower()"
name="pauseresume" value="submit" /> name="pauseresume" value="submit"
title="$id_to_label(torrent.action)"
/>
</form> </form>
</td> </td>
<td> <td>