summaryrefslogtreecommitdiffstats
path: root/template/en/default/list/table.html.tmpl
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2004-12-07 02:21:38 +0100
committerjocuri%softhome.net <>2004-12-07 02:21:38 +0100
commit30165fd16bc20ab390cfe1488782d34a5fe4b930 (patch)
tree0991b05c21211acc13b5cd6fc646681a959b0dcf /template/en/default/list/table.html.tmpl
parent149b85901ce84dc628c5da675268aa1017d6ca8e (diff)
downloadbugzilla-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/en/default/list/table.html.tmpl')
-rw-r--r--template/en/default/list/table.html.tmpl8
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 %]&amp;order=bugs.bug_id">ID</a>
+ [% urlquerypart FILTER html %]&amp;order=bugs.bug_id
+ [%-#%]&amp;query_based_on=
+ [% defaultsavename OR searchname FILTER html %]">ID</a>
[% END %]
</th>
@@ -128,7 +130,9 @@
[% ELSE %]
<a href="buglist.cgi?[% urlquerypart FILTER html %]&amp;order=
[% column.name FILTER url_quote FILTER html %]
- [% ",$qorder" FILTER html IF order %]">
+ [% ",$qorder" FILTER html IF order %]
+ [%-#%]&amp;query_based_on=
+ [% defaultsavename OR searchname FILTER html %]">
[%- abbrev.$id.title || field_descs.$id || column.title -%]</a>
[% END %]
</th>