summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger (at) gmx (dot) de>2007-04-29 17:26:58 +0000
committerChristian Wieninger <cwieninger (at) gmx (dot) de>2007-04-29 17:26:58 +0000
commit49bbfb3681c86dcb1045844881acf42f9ccf4b7a (patch)
tree87e5218d729a4801ea7e2615d2b42e9a75922c4b
parentfacc4db3ff3d1381b10158891c66f1d7be7609f3 (diff)
downloadvdr-plugin-live-49bbfb3681c86dcb1045844881acf42f9ccf4b7a.tar.gz
vdr-plugin-live-49bbfb3681c86dcb1045844881acf42f9ccf4b7a.tar.bz2
- removed 'Cancel' button
-rw-r--r--pages/searchepg.ecpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/pages/searchepg.ecpp b/pages/searchepg.ecpp
index 3aa2a22..bb33c91 100644
--- a/pages/searchepg.ecpp
+++ b/pages/searchepg.ecpp
@@ -478,7 +478,6 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html");
<td class="border" style="border-left: 1px solid black"></td>
<td class="buttonpanel" colspan="2">
<button class="green" type="submit" name="save" onclick="return checksearch();"><$ tr("Search") $></button>
- <button type="button" class="red" onclick="location.href='searchtimers.html';"><$ tr("Cancel") $></button>
</td>
<td class="border" style="border-right: 1px solid black"></td>
</tr>