diff options
author | jocuri%softhome.net <> | 2004-12-07 02:21:38 +0100 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-12-07 02:21:38 +0100 |
commit | 30165fd16bc20ab390cfe1488782d34a5fe4b930 (patch) | |
tree | 0991b05c21211acc13b5cd6fc646681a959b0dcf /template | |
parent | 149b85901ce84dc628c5da675268aa1017d6ca8e (diff) | |
download | bugzilla-30165fd16bc20ab390cfe1488782d34a5fe4b930.tar.gz bugzilla-30165fd16bc20ab390cfe1488782d34a5fe4b930.tar.xz |
Patch for bug 262372: clicking on a column header shouldn't result in loss of defaultsavename; patch by Rob Siklos <rsiklos@adexa.com>, r=wurblzap, a=justdave.
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/list/table.html.tmpl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index b9415ae9f..0e70d0cf0 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -89,7 +89,9 @@ ID [% ELSE %] <a href="buglist.cgi? - [% urlquerypart FILTER html %]&order=bugs.bug_id">ID</a> + [% urlquerypart FILTER html %]&order=bugs.bug_id + [%-#%]&query_based_on= + [% defaultsavename OR searchname FILTER html %]">ID</a> [% END %] </th> @@ -128,7 +130,9 @@ [% ELSE %] <a href="buglist.cgi?[% urlquerypart FILTER html %]&order= [% column.name FILTER url_quote FILTER html %] - [% ",$qorder" FILTER html IF order %]"> + [% ",$qorder" FILTER html IF order %] + [%-#%]&query_based_on= + [% defaultsavename OR searchname FILTER html %]"> [%- abbrev.$id.title || field_descs.$id || column.title -%]</a> [% END %] </th> |