diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-05-01 13:58:32 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-05-01 13:58:32 +0000 |
commit | 2d9fedfc2bbaa5ba86179f7da1f147eaacae651c (patch) | |
tree | 9a0c301d671c9fe56eb6633720e86eb7dd99a78f /pages | |
parent | 38437d9003f106750adbaf276c14579d8f582efd (diff) | |
download | vdr-plugin-live-2d9fedfc2bbaa5ba86179f7da1f147eaacae651c.tar.gz vdr-plugin-live-2d9fedfc2bbaa5ba86179f7da1f147eaacae651c.tar.bz2 |
"Avoid repeats" is now aligned top, fixed Bug #271
Diffstat (limited to 'pages')
-rw-r--r-- | pages/edit_searchtimer.ecpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/edit_searchtimer.ecpp b/pages/edit_searchtimer.ecpp index a9f66e7..819f206 100644 --- a/pages/edit_searchtimer.ecpp +++ b/pages/edit_searchtimer.ecpp @@ -732,7 +732,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); </tr> <tr> - <td><$ tr("Avoid repeats" ) $>:</td> + <td style="vertical-align: top"><$ tr("Avoid repeats" ) $>:</td> <td><input type="checkbox" name="avoidrepeats" value="1" <{ CHECKIF(avoidrepeats) }> onclick="changedavoidrepeats(this)" id="avoidrepeats"/> <div id="avoidrepeatssettings" style="display: none"> <table border="0" cellpadding="0" cellspacing="0"> |