diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2006-11-24 12:38:59 +0100 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2006-11-24 12:38:59 +0100 |
commit | 4c529b51694d5d6cb2792891b10c162ecd13297b (patch) | |
tree | 8cfb16a3a089cf2c6aadaebde8a029786767620b /template/default/epgsearch_list.html | |
parent | 04ecd27f65634b2f73ad328db76d30142958c29b (diff) | |
download | vdradmin-am-3.5.1beta.tar.gz vdradmin-am-3.5.1beta.tar.bz2 |
2006-11-24: 3.5.1betav3.5.1beta
- Changed: Handling of critical/colliding timers on encrypted channels in timer_list (Requested lot's of time in vdr-portal.de).
- Fixed: Lost info on selected extepginfos if testing an epgsearch in epgsearch_new (Reported by marpiet).
- Fixed: Didn't select the right channel group in epgsearch_new (Reported by viking).
- Added: epgsearches can be based on epgsearch's templates.
Diffstat (limited to 'template/default/epgsearch_list.html')
-rw-r--r-- | template/default/epgsearch_list.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/template/default/epgsearch_list.html b/template/default/epgsearch_list.html index 71bdb1d..372d25d 100644 --- a/template/default/epgsearch_list.html +++ b/template/default/epgsearch_list.html @@ -23,6 +23,14 @@ <h1><?% gettext('EPG Search') %?></h1> </td> <td class="col_other"> + <?% IF templates.size() > 0 %?> + <?% gettext('Use template') %?> + <select name="template"> + <?% FOREACH templ = templates %?> + <option value="<?% templ.id %?>" <?% IF templ.sel %?>selected="selected"<?% END %?>><?% templ.pattern %?></option> + <?% END %?> + </select> + <?% END %?> <input type="submit" class="submit" name="new_search" value="<?% gettext('New Search') %?>" /> <input type="hidden" name="aktion" value="epgsearch_edit" /> </td> |