summaryrefslogtreecommitdiff
path: root/pages/searchtimers.ecpp
diff options
context:
space:
mode:
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>