summaryrefslogtreecommitdiff
path: root/pages/setup.ecpp
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2011-01-25 21:13:46 +0100
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2011-01-25 21:13:46 +0100
commitefc6c043a5fa0d557e82b562a8139e2a42541a89 (patch)
tree9e55d3ad0065f8f9b8922c3473949d2fabd2ac86 /pages/setup.ecpp
parent8fe92bb90e69b154d2fb06ffe246335b41f302af (diff)
downloadvdr-plugin-live-efc6c043a5fa0d557e82b562a8139e2a42541a89.tar.gz
vdr-plugin-live-efc6c043a5fa0d557e82b562a8139e2a42541a89.tar.bz2
Applied patch (live-git-20110125-layout-fixes.patch.gz) supplied by
Rolf Ahrenberg in vdr-portal.de. It fixes some layout and style issues of the multischedule extension of LIVE.
Diffstat (limited to 'pages/setup.ecpp')
-rw-r--r--pages/setup.ecpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/pages/setup.ecpp b/pages/setup.ecpp
index 7279ad0..b59d1bb 100644
--- a/pages/setup.ecpp
+++ b/pages/setup.ecpp
@@ -205,12 +205,12 @@ if (!cUser::CurrentUserHasRightTo(UR_EDITSETUP))
</tr>
<tr>
<td class="label"><div class="withmargin"><$ tr("Streamdev stream type") $>:</div></td>
- <td class="rightcol"><select name="streamdevtype" size="1" id="streamdevtype">
+ <td><select name="streamdevtype" size="1" id="streamdevtype">
<option value="TS" <%cpp> SELECTIF(streamdevtype == "TS") </%cpp>>TS</option>
<option value="PES" <%cpp> SELECTIF(streamdevtype == "PES") </%cpp>>PES</option>
<option value="PS" <%cpp> SELECTIF(streamdevtype == "PS") </%cpp>>PS</option>
<option value="ES" <%cpp> SELECTIF(streamdevtype == "ES") </%cpp>>ES</option>
- <option value="EXT" <%cpp> SELECTIF(streamdevtype == "EXT") </%cpp>>Extern</option>
+ <option value="EXT" <%cpp> SELECTIF(streamdevtype == "EXT") </%cpp>>EXT</option>
</select></td>
</tr>
</table>
@@ -255,7 +255,7 @@ if (!cUser::CurrentUserHasRightTo(UR_EDITSETUP))
<option value="whatsonnow" <%cpp> SELECTIF(startscreen == "whatsonnow") </%cpp>><$ trVDR("What's on now?") $></option>
<option value="whatsonnext" <%cpp> SELECTIF(startscreen == "whatsonnext") </%cpp>><$ trVDR("What's on next?") $></option>
<option value="schedule" <%cpp> SELECTIF(startscreen == "schedule") </%cpp>><$ trVDR("Schedule") $></option>
- <option value="multischedule" <%cpp> SELECTIF(startscreen == "multischedule") </%cpp>><$ trVDR("MultiSchedule") $></option>
+ <option value="multischedule" <%cpp> SELECTIF(startscreen == "multischedule") </%cpp>><$ tr("MultiSchedule") $></option>
<option value="recordings" <%cpp> SELECTIF(startscreen == "recordings") </%cpp>><$ trVDR("Recordings") $></option>
<option value="timers" <%cpp> SELECTIF(startscreen == "timers") </%cpp>><$ trVDR("Timers") $></option>
</select></td>