diff options
Diffstat (limited to 'includes')
-rwxr-xr-x | includes/inc_edittimer.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/inc_edittimer.php b/includes/inc_edittimer.php index 04f1084..3df8f4a 100755 --- a/includes/inc_edittimer.php +++ b/includes/inc_edittimer.php @@ -27,7 +27,7 @@ print " <li class=\"textbox\"><span class=\"header\">Channel</span></li>\r\n" print " <li class=\"select\">\r\n"; // Channel selection -print " <select name=\"timer_chan\">\r\n"; +print " <select name=\"chan\">\r\n"; vdrlistchannelsdrop($channame); @@ -72,7 +72,6 @@ print " <span class=\"name\" id=\"layer_endtime\">{$emin}h{$esec}</span><span c print " </ul>\r\n"; print "<input name=\"action\" type=\"hidden\" id=\"action\" value=\"addtimer\"/>\r\n"; -print "<input name=\"chan\" type=\"hidden\" id=\"chan\" value=\"\" />\r\n"; print "<input name=\"timer_date\" type=\"hidden\" id=\"date\" value=\"\" />\r\n"; print "<input name=\"timer_starttime\" type=\"hidden\" id=\"stime\" value=\"\" />\r\n"; print "<input name=\"timer_endtime\" type=\"hidden\" id=\"etime\" value=\"\" />\r\n"; |