summaryrefslogtreecommitdiff
path: root/pages/searchtimers.ecpp
diff options
context:
space:
mode:
authorMichael Brückner <mb (plus) vdr (at) gekrumbel (dot) de>2007-04-24 22:25:34 +0000
committerMichael Brückner <mb (plus) vdr (at) gekrumbel (dot) de>2007-04-24 22:25:34 +0000
commit4e58028844ea17a30b2e2f8a703e946d5037c389 (patch)
treeeb54d14d5fdbc6c260b57068a86cd2b403711540 /pages/searchtimers.ecpp
parent9cd406e4ebffa8fc6fa3453a0620b0a387d0ddbe (diff)
downloadvdr-plugin-live-4e58028844ea17a30b2e2f8a703e946d5037c389.tar.gz
vdr-plugin-live-4e58028844ea17a30b2e2f8a703e946d5037c389.tar.bz2
- temporarly replaced new searchtimer button with button_new.png
- dont show something like "edit searchtimers" or "edit timers"
Diffstat (limited to 'pages/searchtimers.ecpp')
-rw-r--r--pages/searchtimers.ecpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/pages/searchtimers.ecpp b/pages/searchtimers.ecpp
index 2722627..3cdb903 100644
--- a/pages/searchtimers.ecpp
+++ b/pages/searchtimers.ecpp
@@ -41,7 +41,7 @@ using namespace std;
% } else {
<table class="timers" cellspacing="0" cellpadding="0">
<tr class="head">
- <td class="border" style="background: url(bg_box_l.png); width: 3px"/></td>
+ <td style="background: url(bg_box_l.png); width: 3px"/></td>
<td><$ tr("Expression") $></td>
<td><$ tr("Channel") $></td>
<td><$ tr("Start") $>&nbsp;</td>
@@ -49,8 +49,8 @@ using namespace std;
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
- <td><button type="button" class="smallbutton" onclick="location.href='edit_searchtimer.html';"><$ tr("New") $></button></td>
- <td class="border" style="background: url(bg_box_r.png); width: 3px;" /></td>
+ <td><a href="edit_searchtimer.html"><img src="/button_new.png" alt="" <& tooltip.hint text=(tr("New search timer")) &>/></a></td>
+ <td style="background: url(bg_box_r.png); width: 3px;" /></td>
</tr>
<{
for (SearchTimers::iterator timer = timers.begin(); timer != timers.end(); ++timer) {
@@ -63,7 +63,7 @@ using namespace std;
<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="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 class="border" style="border-right: 1px solid black"></td>
</tr>