summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/navigate.html.tmpl
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2010-07-23 00:46:02 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2010-07-23 00:46:02 +0200
commitddb5db354ac1b55ce99c9d0e977a2a63099f4c21 (patch)
tree644fe8ebb504af5d5e025ece6eb123a1094137c3 /template/en/default/bug/navigate.html.tmpl
parent1ccdf14572251c8fe39cf2065fd3ca16da01e1a3 (diff)
downloadbugzilla-ddb5db354ac1b55ce99c9d0e977a2a63099f4c21.tar.gz
bugzilla-ddb5db354ac1b55ce99c9d0e977a2a63099f4c21.tar.xz
Bug 398701: Replace |FILTER url_quote| by |FILTER uri|
r/a=mkanat
Diffstat (limited to 'template/en/default/bug/navigate.html.tmpl')
-rw-r--r--template/en/default/bug/navigate.html.tmpl24
1 files changed, 12 insertions, 12 deletions
diff --git a/template/en/default/bug/navigate.html.tmpl b/template/en/default/bug/navigate.html.tmpl
index 19af18ade..46b92aec4 100644
--- a/template/en/default/bug/navigate.html.tmpl
+++ b/template/en/default/bug/navigate.html.tmpl
@@ -25,11 +25,11 @@
[% IF bottom_navigator == 1 %]
<ul class="related_actions">
<li><a href="show_bug.cgi?format=multiple&amp;id=
- [% bug.bug_id FILTER url_quote %]">Format For Printing</a></li>
+ [% bug.bug_id FILTER uri %]">Format For Printing</a></li>
<li>&nbsp;-&nbsp;<a href="show_bug.cgi?ctype=xml&amp;id=
- [% bug.bug_id FILTER url_quote %]">XML</a></li>
+ [% bug.bug_id FILTER uri %]">XML</a></li>
<li>&nbsp;-&nbsp;<a href="enter_bug.cgi?cloned_bug_id=
- [% bug.bug_id FILTER url_quote %]">Clone This
+ [% bug.bug_id FILTER uri %]">Clone This
[% terms.Bug %]</a></li>
[%# Links to more things users can do with this bug. %]
[% Hook.process("links") %]
@@ -48,17 +48,17 @@
([% this_bug_idx + 1 %] of [% last_bug_list.size %])
<a href="show_bug.cgi?id=
- [%- last_bug_list.first FILTER url_quote %]&amp;list_id=
- [%- my_search.id FILTER url_quote %]">First</a>
+ [%- last_bug_list.first FILTER uri %]&amp;list_id=
+ [%- my_search.id FILTER uri %]">First</a>
<a href="show_bug.cgi?id=
- [%- last_bug_list.last FILTER url_quote %]&amp;list_id=
- [%- my_search.id FILTER url_quote %]">Last</a>
+ [%- last_bug_list.last FILTER uri %]&amp;list_id=
+ [%- my_search.id FILTER uri %]">Last</a>
[% IF this_bug_idx > 0 %]
[% prev_bug = this_bug_idx - 1 %]
<a href="show_bug.cgi?id=
- [%- last_bug_list.$prev_bug FILTER url_quote %]&amp;list_id=
- [%- my_search.id FILTER url_quote %]">Prev</a>
+ [%- last_bug_list.$prev_bug FILTER uri %]&amp;list_id=
+ [%- my_search.id FILTER uri %]">Prev</a>
[% ELSE %]
<i><font color="#777777">Prev</font></i>
[% END %]
@@ -66,14 +66,14 @@
[% IF this_bug_idx + 1 < last_bug_list.size %]
[% next_bug = this_bug_idx + 1 %]
<a href="show_bug.cgi?id=
- [%- last_bug_list.$next_bug FILTER url_quote %]&amp;list_id=
- [%- my_search.id FILTER url_quote %]">Next</a>
+ [%- last_bug_list.$next_bug FILTER uri %]&amp;list_id=
+ [%- my_search.id FILTER uri %]">Next</a>
[% ELSE %]
<i><font color="#777777">Next</font></i>
[% END %]
&nbsp;&nbsp;<a href="buglist.cgi?regetlastlist=
- [%- my_search.id FILTER url_quote %]">Show last search results</a>
+ [%- my_search.id FILTER uri %]">Show last search results</a>
[% ELSE %]
[%# With no list, don't show link to search results %]
<i><font color="#777777">First</font></i>