summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger (at) gmx (dot) de>2007-04-25 09:15:24 +0000
committerChristian Wieninger <cwieninger (at) gmx (dot) de>2007-04-25 09:15:24 +0000
commit06872b233d4c6525232d138cdd55f14e9e46aaa3 (patch)
tree3fe31c4f4e6ba18fd4f84951d6028ba0e8eb921d /pages
parent4ee762870277f65c7b06c1c00da3b31bb3b50c98 (diff)
downloadvdr-plugin-live-06872b233d4c6525232d138cdd55f14e9e46aaa3.tar.gz
vdr-plugin-live-06872b233d4c6525232d138cdd55f14e9e46aaa3.tar.bz2
- added alt tags
Diffstat (limited to 'pages')
-rw-r--r--pages/searchtimers.ecpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/pages/searchtimers.ecpp b/pages/searchtimers.ecpp
index 02ab70d..674bf7b 100644
--- a/pages/searchtimers.ecpp
+++ b/pages/searchtimers.ecpp
@@ -38,7 +38,7 @@ using namespace std;
<div class="inhalt">
<table class="timers" cellspacing="0" cellpadding="0">
<tr class="head">
- <td style="background: url(bg_box_l.png); width: 3px"/></td>
+ <td style="background: url(bg_box_l.png); width: 3px"></td>
<td>&nbsp;</td>
<td><$ tr("Expression") $></td>
<td><$ tr("Channel") $></td>
@@ -60,10 +60,10 @@ using namespace std;
<td><$ timer->ChannelText() $></td>
<td><? timer->UseTime() ? timer->StartTimeFormatted() ?></td>
<td><? timer->UseTime() ? timer->StopTimeFormatted() ?></td>
- <td><a href="searchtimers.html?searchtimerid=<$ timer->Id() $>&action=toggle"><img src="/<$ timer->UseAsSearchTimer() ? "active" : "inactive" $>.png" alt="" <& tooltip.hint text=(tr("Toggle search timer actions (in)active")) &>/></a></td>
- <td><a href="searchresults.html?searchtimerid=<$ timer->Id() $>"><img src="/search.png" border="0" alt="" <& tooltip.hint text=(tr("Browse search timer results")) &> ></a></td>
- <td><a href="edit_searchtimer.html?searchtimerid=<$ timer->Id() $>"><img src="/edit.png" alt="" <& tooltip.hint text=(tr("Edit search timer")) &>/></a></td>
- <td><a href="searchtimers.html?searchtimerid=<$ timer->Id() $>&action=delete"><img src="/del.png" alt="" <& tooltip.hint text=(tr("Delete search timer")) &>/></a></td>
+ <td><a href="searchtimers.html?searchtimerid=<$ timer->Id() $>&action=toggle"><img src="/<$ timer->UseAsSearchTimer() ? "active" : "inactive" $>.png" alt="<$ tr("Toggle search timer actions (in)active") $>" <& tooltip.hint text=(tr("Toggle search timer actions (in)active")) &>/></a></td>
+ <td><a href="searchresults.html?searchtimerid=<$ timer->Id() $>"><img src="/search.png" border="0" alt="<$ tr("Browse search timer results") $>" <& tooltip.hint text=(tr("Browse search timer results")) &> ></a></td>
+ <td><a href="edit_searchtimer.html?searchtimerid=<$ timer->Id() $>"><img src="/edit.png" alt="<$ tr("Edit search timer") $>" <& tooltip.hint text=(tr("Edit search timer")) &>/></a></td>
+ <td><a href="searchtimers.html?searchtimerid=<$ timer->Id() $>&action=delete"><img src="/del.png" alt="<$ tr("Delete search timer") $>" <& tooltip.hint text=(tr("Delete search timer")) &>/></a></td>
<td class="border" style="border-right: 1px solid black"></td>
</tr>
<{