diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2007-04-22 18:37:29 +0000 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2007-04-22 18:37:29 +0000 |
commit | 770d6f977f7111e831b1fbd524b72c0d7e193698 (patch) | |
tree | ae119a30cc422dd96d58939ae627ae8f911ea873 | |
parent | d3d533661b0668662561afc495f6e1816ad10254 (diff) | |
download | vdr-plugin-live-770d6f977f7111e831b1fbd524b72c0d7e193698.tar.gz vdr-plugin-live-770d6f977f7111e831b1fbd524b72c0d7e193698.tar.bz2 |
- moved 'new' button to the left
-rw-r--r-- | pages/searchtimers.ecpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pages/searchtimers.ecpp b/pages/searchtimers.ecpp index 0031189..2e6f402 100644 --- a/pages/searchtimers.ecpp +++ b/pages/searchtimers.ecpp @@ -30,13 +30,13 @@ using namespace vdrlive; <table class="timers" cellspacing="0" cellpadding="0"> <tr class="head"> <td style="background: url(bg_box_l.png); width: 3px;"/></td> - <td> </td> + <td><button type="button" class="smallbutton" onclick="location.href='edit_searchtimer.html';"><$ tr("New") $></button></td> <td><$ tr("Active") $></td> + <td><$ tr("") $></td> <td><$ tr("Expression") $></td> <td><$ tr("Channel") $></td> - <td><$ tr("Start") $></td> + <td><$ tr("Start") $> </td> <td><$ tr("Stop") $></td> - <td><button type="button" class="smallbutton" onclick="location.href='edit_searchtimer.html';"><$ tr("New") $></button></td> <td> </td> <td> </td> <td style="background: url(bg_box_r.png); width: 3px;" /></td> @@ -49,6 +49,7 @@ using namespace vdrlive; <td class="border" style="border-left: 1px solid black"></td> <td><button type="button" class="smallbutton" onclick="location.href='edit_searchtimer.html?searchtimerid=<$ timer->Id() $>';"><$ tr("Edit") $></button></td> <td><img src="/<$ timer->UseAsSearchTimer() ? "active" : "inactive" $>.png" alt="Aktiv?" /></td> + <td><a href='searchresults.html?searchtimerid=<$ timer->Id() $>'"><img src="/search.png" border="0" alt="<$ tr("Search") $>"></a></td> <td><$ timer->Search() $></td> <td><$ timer->ChannelText() $></td> <td><? timer->UseTime() ? timer->StartTimeFormatted() ?></td> |