From 96998d6abce5465e93b6876804766e7f189b7621 Mon Sep 17 00:00:00 2001 From: "jouni%heikniemi.net" <> Date: Thu, 22 Jul 2004 12:14:13 +0000 Subject: Bug 98751: Make it easier to update a stored query. r=gerv, a=justdave --- template/en/default/list/list.html.tmpl | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'template/en/default/list') diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index c0291024c..80348906f 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -22,6 +22,7 @@ [%# INTERFACE: # searchtype: string. Type of search - either "series", "saved" or undef. # ... + # defaultsavename: string. The default name for saving the query. #%] [%############################################################################%] @@ -159,7 +160,11 @@ [% END %] - Edit Search + [% editqueryname = searchname OR defaultsavename OR '' %] + Edit Search [% IF searchtype == "saved" %] @@ -179,7 +184,8 @@ value="[% urlquerypart FILTER html %]"> - + [% END %] -- cgit v1.2.3-24-g4f1b