summaryrefslogtreecommitdiff
path: root/template/default/epgsearch_list.html
diff options
context:
space:
mode:
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>