summaryrefslogtreecommitdiff
path: root/pages/edit_searchtimer.ecpp
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-06-11 23:14:27 +0000
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-06-11 23:14:27 +0000
commit735df57886b042ff3edc65a01b808476f7e20401 (patch)
tree4412a3acb001dda4264d260f95141e0a52b9ea5a /pages/edit_searchtimer.ecpp
parent0a6f5eebc80a0301119ae16e79ba08814e748f77 (diff)
downloadvdr-plugin-live-735df57886b042ff3edc65a01b808476f7e20401.tar.gz
vdr-plugin-live-735df57886b042ff3edc65a01b808476f7e20401.tar.bz2
- Additional fixes for better styleability. Set class 'bottomrow' on
table cells which are followed by a spacer line.
Diffstat (limited to 'pages/edit_searchtimer.ecpp')
-rw-r--r--pages/edit_searchtimer.ecpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/edit_searchtimer.ecpp b/pages/edit_searchtimer.ecpp
index 0cf09e5..5404c1a 100644
--- a/pages/edit_searchtimer.ecpp
+++ b/pages/edit_searchtimer.ecpp
@@ -801,7 +801,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html");
</tr>
<tr>
- <td class="buttonpanel leftcol rightcol" colspan="2">
+ <td class="buttonpanel leftcol rightcol bottomrow" colspan="2">
<div class="withmargin">
<button class="green" type="submit" name="test" value="test" onclick="return checksearch();"><$ tr("Test") $></button>
<button class="green" type="submit" name="save" onclick="return checksearch();"><$ tr("Save") $></button>