summaryrefslogtreecommitdiff
path: root/template/default/epgsearch_list.html
diff options
context:
space:
mode:
authorAndreas Mair <amair.sob@googlemail.com>2006-11-24 12:38:59 +0100
committerAndreas Mair <amair.sob@googlemail.com>2006-11-24 12:38:59 +0100
commit4c529b51694d5d6cb2792891b10c162ecd13297b (patch)
tree8cfb16a3a089cf2c6aadaebde8a029786767620b /template/default/epgsearch_list.html
parent04ecd27f65634b2f73ad328db76d30142958c29b (diff)
downloadvdradmin-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.html8
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>