summaryrefslogtreecommitdiff
path: root/template/default/timer_new.html
diff options
context:
space:
mode:
authorAndreas Mair <amair.sob@googlemail.com>2008-12-13 09:09:54 +0100
committerAndreas Mair <amair.sob@googlemail.com>2008-12-13 09:09:54 +0100
commitb5bb9b571134454e2507bce56211f68e15fb276e (patch)
treed723e1916c9a19cb2d00592d7728ed7f7f4a21b9 /template/default/timer_new.html
parent0f5234f89bea92523d7e8e3ec72bd5cb25dec19f (diff)
downloadvdradmin-am-3.6.3.tar.gz
vdradmin-am-3.6.3.tar.bz2
2008-12-13: 3.6.3v3.6.3
- Updated: Spanish translation (Submitted by Rüdiger Jung). - Changed: Process name to "vdradmind" (Based on patch submitted by Ville Skyttä). - Updated: Italian translation (Submitted by Diego Pierotto). - Changed executable's name from "vdradmind.pl" to "vdradmind". - Updated: Dutch translation (Submitted by Roel Koelewijn). - Added Play/Stop/FastForward/etc. buttons to remote controls (based on patch by L.Locke @vdr-portal.de). - Added: epgsearch templates can be created, modified and deleted. - Read used character encoding in SVDRP connections and recode result to the encoding used in the current locale. - Minor bugfixes and improvements.
Diffstat (limited to 'template/default/timer_new.html')
-rw-r--r--template/default/timer_new.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/template/default/timer_new.html b/template/default/timer_new.html
index 37b86b1..76646cb 100644
--- a/template/default/timer_new.html
+++ b/template/default/timer_new.html
@@ -104,7 +104,7 @@
<?% tr_class = (tr_class == "row_odd" ? "row_even" : "row_odd") %?>
<td valign="top" class="col_label"><h5><?% gettext('Day Of Recording:') %?></h5></td>
<td class="col_value">
- <input type="text" name="dor" value="<?% dor %?>" size="20" />
+ <input type="text" name="dor" value="<?% dor | html %?>" size="20" />
<br />
<input onclick="cTimer(1)" type="checkbox" name="D0" value="1" id="wday_mon" /><label for="wday_mon"><?% gettext('Monday') %?></label>
<input onclick="cTimer(2)" type="checkbox" name="D1" value="1" id="wday_tue" /><label for="wday_tue"><?% gettext('Tuesday') %?></label>
@@ -119,9 +119,9 @@
<?% tr_class = (tr_class == "row_odd" ? "row_even" : "row_odd") %?>
<td class="col_label"><h5><?% gettext('Start Time:') %?></h5></td>
<td class="col_value">
- <input type="text" name="starth" value="<?% starth %?>" size="2" maxlength="2" />
+ <input type="text" name="starth" value="<?% starth | html %?>" size="2" maxlength="2" />
<b>&nbsp;:&nbsp;</b>
- <input type="text" name="startm" value="<?% startm %?>" size="2" maxlength="2" />
+ <input type="text" name="startm" value="<?% startm | html %?>" size="2" maxlength="2" />
&nbsp;<?% gettext('o\'clock') %?>
<?% IF bstart %?>
(<?% gettext('Buffer:') %?>&nbsp;<?% bstart %?>&nbsp;<?% gettext('minutes') %?>)
@@ -132,9 +132,9 @@
<?% tr_class = (tr_class == "row_odd" ? "row_even" : "row_odd") %?>
<td class="col_label"><h5><?% gettext('End Time:') %?></h5></td>
<td class="col_value">
- <input type="text" name="stoph" value="<?% stoph %?>" size="2" maxlength="2" />
+ <input type="text" name="stoph" value="<?% stoph | html %?>" size="2" maxlength="2" />
<b>&nbsp;:&nbsp;</b>
- <input type="text" name="stopm" value="<?% stopm %?>" size="2" maxlength="2" />
+ <input type="text" name="stopm" value="<?% stopm | html %?>" size="2" maxlength="2" />
&nbsp;<?% gettext('o\'clock') %?>
<?% IF bstop %?>
(<?% gettext('Buffer:') %?>&nbsp;<?% bstop %?>&nbsp;<?% gettext('minutes') %?>)
@@ -149,12 +149,12 @@
<tr class="<?% tr_class %?>">
<?% tr_class = (tr_class == "row_odd" ? "row_even" : "row_odd") %?>
<td class="col_label"><h5><?% gettext('Priority:') %?></h5></td>
- <td class="col_value"><input type="text" name="prio" value="<?% prio %?>" size="2" maxlength="2" /></td>
+ <td class="col_value"><input type="text" name="prio" value="<?% prio | html %?>" size="2" maxlength="2" /></td>
</tr>
<tr class="<?% tr_class %?>">
<?% tr_class = (tr_class == "row_odd" ? "row_even" : "row_odd") %?>
<td class="col_label"><h5><?% gettext('Lifetime:') %?></h5></td>
- <td class="col_value"><input type="text" name="lft" value="<?% lft %?>" size="2" maxlength="2" /></td>
+ <td class="col_value"><input type="text" name="lft" value="<?% lft | html %?>" size="2" maxlength="2" /></td>
</tr>
<tr class="<?% tr_class %?>">
<?% tr_class = (tr_class == "row_odd" ? "row_even" : "row_odd") %?>