diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2008-06-30 08:48:04 +0200 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2008-06-30 08:48:04 +0200 |
commit | 0f5234f89bea92523d7e8e3ec72bd5cb25dec19f (patch) | |
tree | d9f58f238cd000a91c66802115d63e5491a4ab15 /template/default/config.html | |
parent | d48934f53b4c3d3b0bb9087d87cc13b60b79839e (diff) | |
download | vdradmin-am-3.6.2.tar.gz vdradmin-am-3.6.2.tar.bz2 |
2008-06-30: 3.6.2v3.6.2
- Changed: No need to set the VFAT option in VDRAdmin-AM any longer as both filename codings will be searched for.
- Fixed: some bugs in tv.html.
- Fixed: command line options parsing.
- Fixed: pattern titles that contain double quotes.
- Fixed: timer titles that contain double quotes.
- Added: new command line switch "--ipv6" to use IO::Socket::INET6 for networking (See bug report #462).
- Updated: Dutch translation (Submitted by Roel Koelewijn).
- Added: ST_STREAMDEV_HOST config option to set the name/ip to be used for streaming.
- Fixed: m3u files for Xine (Reported by Robert C. Helling).
- Updated: Italian translation (Submitted by Gringo).
- Updated: Spanish translation (Submitted by RĂ¼diger Jung).
- Updated: Finnish translation (Submitted by Rolf Ahrenberg).
- Changed: include UTF8 locales by default.
- Introduced new config options "GUI_POPUP_WIDTH" and "GUI_POPUP_HEIGHT" for setting the prog_detail's window size (Requested by Viking @vdr-portal.de).
- Added prev/next arrows in prog_list after each day (Requested by Faudeer @vdr-portal.de).
- Show channel in prog_list even if it's not in the current channel list; this is useful if prog_list is called by a link (e.g. timer_list) (Requested by Faudeer @vdr-portal.de).
- Added support for modifying EPGSearch blacklists (Requested by dings @vdr-portal.de).
- Show stream and switch buttons in prog_summary on channels without EPG information (Reported by Faudeer @vdr-portal.de).
- Added: Show channelname in recording's details (Suggested by Stefan Seyfried).
- Minor bugfixes and improvements.
Diffstat (limited to 'template/default/config.html')
-rw-r--r-- | template/default/config.html | 120 |
1 files changed, 27 insertions, 93 deletions
diff --git a/template/default/config.html b/template/default/config.html index 8688afc..f4659fa 100644 --- a/template/default/config.html +++ b/template/default/config.html @@ -273,13 +273,6 @@ <input type="radio" name="TM_TT_LIST" value="0" id="tm_tl_list_no" <?% UNLESS config.TM_TT_LIST %?>checked="checked"<?% END %?> /><label for="tm_tl_list_no"><?% gettext('No') %?></label> </td> </tr> -<!-- <tr class="row_odd"> - <td class="col_label"><h5><?% gettext('Add summary to new timers:') %?></h5></td> - <td class="col_value"> - <input type="radio" name="TM_ADD_SUMMARY" value="1" id="tm_add_summary_yes" <?% IF config.TM_ADD_SUMMARY %?>checked="checked"<?% END %?> /><label for="tm_add_summary_yes"><?% gettext('Yes') %?></label> - <input type="radio" name="TM_ADD_SUMMARY" value="0" id="tm_add_summary_no" <?% UNLESS config.TM_ADD_SUMMARY %?>checked="checked"<?% END %?> /><label for="tm_add_summary_no"><?% gettext('No') %?></label> - </td> - </tr>--> </table> <?% IF config.ST_FUNC %?> @@ -389,26 +382,6 @@ <td class="col_label"><h5><?% gettext('Update EPG every:') %?></h5></td> <td class="col_value"><input type="text" name="CACHE_TIMEOUT" value="<?% config.CACHE_TIMEOUT %?>" size="4" /> <?% gettext('minutes') %?></td> </tr> -<!-- no longer supported - <tr class="row_odd"> - <td class="col_label"><h5><?% gettext('Read EPG directly using epg.data:') %?></h5></td> - <td class="col_value"> - <input type="radio" name="EPG_DIRECT" value="1" id="epg_yes" <?% IF config.EPG_DIRECT %?>checked="checked"<?% END %?> /><label for="epg_yes"><?% gettext('Yes') %?></label> - <input type="radio" name="EPG_DIRECT" value="0" id="epg_no" <?% UNLESS config.EPG_DIRECT %?>checked="checked"<?% END %?> /><label for="epg_no"><?% gettext('No') %?></label> - </td> - </tr> - <tr class="row_even"> - <td class="col_label"><h5><?% gettext('epg.data filename:') %?></h5></td> - <td class="col_value"><input type="text" name="EPG_FILENAME" value="<?% config.EPG_FILENAME %?>" size="20" maxlength="256" /></td> - </tr> ---> - <tr class="row_odd"> - <td class="col_label"><h5><?% gettext('VFAT:') %?></h5></td> - <td class="col_value"> - <input type="radio" name="VDRVFAT" value="1" id="vfat_yes" <?% IF config.VDRVFAT %?>checked="checked"<?% END %?> /><label for="vfat_yes"><?% gettext('Yes') %?></label> - <input type="radio" name="VDRVFAT" value="0" id="vfat_no" <?% UNLESS config.VDRVFAT %?>checked="checked"<?% END %?> /><label for="vfat_no"><?% gettext('No') %?></label> - </td> - </tr> </table> <table border="0" cellspacing="0" cellpadding="0" class="group"> @@ -422,79 +395,40 @@ <input type="radio" name="CHANNELS_WITHOUT_EPG" value="0" id="chnoepg_no" <?% UNLESS config.CHANNELS_WITHOUT_EPG %?>checked="checked"<?% END %?> /><label for="chnoepg_no"><?% gettext('No') %?></label> </td> </tr> -<!-- Now can be set in individual section - <tr class="row_odd"> - <td class="col_label"><h5><?% gettext('In "Timeline"?') %?></h5></td> - <td class="col_value" colspan="2"> - <input type="radio" name="CHANNELS_WANTED_TIMELINE" value="1" id="tl_yes" <?% IF config.CHANNELS_WANTED_TIMELINE %?>checked="checked"<?% END %?> /><label for="tl_yes"><?% gettext('Yes') %?></label> - <input type="radio" name="CHANNELS_WANTED_TIMELINE" value="0" id="tl_no" <?% UNLESS config.CHANNELS_WANTED_TIMELINE %?>checked="checked"<?% END %?> /><label for="tl_no"><?% gettext('No') %?></label> - </td> - </tr> - <tr class="row_odd"> - <td class="col_label"><h5><?% gettext('In "Channels"?') %?></h5></td> - <td class="col_value" colspan="2"> - <input type="radio" name="CHANNELS_WANTED_PRG" value="1" id="prg_yes" <?% IF config.CHANNELS_WANTED_PRG %?>checked="checked"<?% END %?> /><label for="prg_yes"><?% gettext('Yes') %?></label> - <input type="radio" name="CHANNELS_WANTED_PRG" value="0" id="prg_no"<?% UNLESS config.CHANNELS_WANTED_PRG %?>checked="checked"<?% END %?> /><label for="prg_no"><?% gettext('No') %?> </label> - </td> - </tr> - <tr class="row_odd"> - <td class="col_label"><h5><?% gettext('In "Playing Today"?') %?></h5></td> - <td class="col_value" colspan="2"> - <input type="radio" name="CHANNELS_WANTED_PRG2" value="1" id="prg2_yes" <?% IF config.CHANNELS_WANTED_PRG2 %?>checked="checked"<?% END %?> /><label for="prg2_yes"><?% gettext('Yes') %?></label> - <input type="radio" name="CHANNELS_WANTED_PRG2" value="0" id="prg2_no"<?% UNLESS config.CHANNELS_WANTED_PRG2 %?>checked="checked"<?% END %?> /><label for="prg2_no"><?% gettext('No') %?> </label> - </td> - </tr> - <tr class="row_even"> - <td class="col_label"><h5><?% gettext('In "What\'s On Now"?') %?></h5></td> - <td class="col_value" colspan="2"> - <input type="radio" name="CHANNELS_WANTED_SUMMARY" value="1" id="sum_yes" <?% IF config.CHANNELS_WANTED_SUMMARY %?>checked="checked"<?% END %?> /><label for="sum_yes"><?% gettext('Yes') %?></label> - <input type="radio" name="CHANNELS_WANTED_SUMMARY" value="0" id="sum_no" <?% UNLESS config.CHANNELS_WANTED_SUMMARY %?>checked="checked"<?% END %?> /><label for="sum_no"><?% gettext('No') %?></label> - </td> - </tr> ---> <?% IF features.AUTOTIMER %?> - <tr class="row_even"> - <td class="col_label"><h5><?% gettext('In "AutoTimer"?') %?></h5></td> - <td class="col_value" colspan="2"> - <input type="radio" name="CHANNELS_WANTED_AUTOTIMER" value="1" id="wat_yes" <?% IF config.CHANNELS_WANTED_AUTOTIMER %?>checked="checked"<?% END %?> /><label for="wat_yes"><?% gettext('Yes') %?></label> - <input type="radio" name="CHANNELS_WANTED_AUTOTIMER" value="0" id="wat_no" <?% UNLESS config.CHANNELS_WANTED_AUTOTIMER %?>checked="checked"<?% END %?> /><label for="wat_no"><?% gettext('No') %?></label> - </td> - </tr> + <tr class="row_even"> + <td class="col_label"><h5><?% gettext('In "AutoTimer"?') %?></h5></td> + <td class="col_value" colspan="2"> + <input type="radio" name="CHANNELS_WANTED_AUTOTIMER" value="1" id="wat_yes" <?% IF config.CHANNELS_WANTED_AUTOTIMER %?>checked="checked"<?% END %?> /><label for="wat_yes"><?% gettext('Yes') %?></label> + <input type="radio" name="CHANNELS_WANTED_AUTOTIMER" value="0" id="wat_no" <?% UNLESS config.CHANNELS_WANTED_AUTOTIMER %?>checked="checked"<?% END %?> /><label for="wat_no"><?% gettext('No') %?></label> + </td> + </tr> <?% ELSE %?> - <tr class="row_even"> - <td class="col_label"><h5> </h5></td> - <td class="col_value" colspan="2"> </td> - </tr> + <tr class="row_even"> + <td class="col_label"><h5> </h5></td> + <td class="col_value" colspan="2"> </td> + </tr> <?% END %?> -<!-- Now can be set in individual section - <tr class="row_even"> - <td class="col_label"><h5><?% gettext('In "Watch TV"?') %?></h5></td> - <td class="col_value" colspan="2"> - <input type="radio" name="CHANNELS_WANTED_WATCHTV" value="1" id="wtv_yes" <?% IF config.CHANNELS_WANTED_WATCHTV %?>checked="checked"<?% END %?> /><label for="wtv_yes"><?% gettext('Yes') %?></label> - <input type="radio" name="CHANNELS_WANTED_WATCHTV" value="0" id="wtv_no" <?% UNLESS config.CHANNELS_WANTED_WATCHTV %?>checked="checked"<?% END %?> /><label for="wtv_no"><?% gettext('No') %?></label> - </td> - </tr> ---> - <tr class="row_odd"> - <td class="col_channels"> - <select name="all_channels" size="8" multiple="multiple" class="channels"> + <tr class="row_odd"> + <td class="col_channels"> + <select name="all_channels" size="8" multiple="multiple" class="channels"> <?% FOREACH chan = ALL_CHANNELS %?> - <option value="<?% chan.vdr_id %?>"><?% chan.name | html %?></option> + <option value="<?% chan.vdr_id %?>"><?% chan.name | html %?></option> <?% END %?> - </select> - </td> - <td> - <input type="submit" class="submit" name="submit" value=">>>>>" /><br /> - <input type="submit" class="submit" name="submit" value="<<<<<" /> - </td> - <td class="col_wanted_channels"> - <select name="selected_channels" size="8" multiple="multiple" class="channels"> + </select> + </td> + <td> + <input type="submit" class="submit" name="submit" value=">>>>>" /><br /> + <input type="submit" class="submit" name="submit" value="<<<<<" /> + </td> + <td class="col_wanted_channels"> + <select name="selected_channels" size="8" multiple="multiple" class="channels"> <?% FOREACH chan = SELECTED_CHANNELS %?> - <option value="<?% chan.vdr_id %?>"><?% chan.name | html %?></option> + <option value="<?% chan.vdr_id %?>"><?% chan.name | html %?></option> <?% END %?> - </select> - </td> - </tr> + </select> + </td> + </tr> </table> <div id="buttons"> |