diff options
Diffstat (limited to 'template/en/default/reports')
8 files changed, 23 insertions, 23 deletions
diff --git a/template/en/default/reports/components.html.tmpl b/template/en/default/reports/components.html.tmpl index 2b7d1516e..9814f273b 100644 --- a/template/en/default/reports/components.html.tmpl +++ b/template/en/default/reports/components.html.tmpl @@ -83,8 +83,8 @@ <tr id="[% comp.name FILTER html %]"> <td rowspan="2" class="component_name"> <a href="buglist.cgi?product= - [%- product.name FILTER url_quote %]&component= - [%- comp.name FILTER url_quote %]&resolution=---"> + [%- product.name FILTER uri %]&component= + [%- comp.name FILTER uri %]&resolution=---"> [% comp.name FILTER html %]</a> </td> <td class="component_assignee"> diff --git a/template/en/default/reports/create-chart.html.tmpl b/template/en/default/reports/create-chart.html.tmpl index e2b6090fe..b7068ac14 100644 --- a/template/en/default/reports/create-chart.html.tmpl +++ b/template/en/default/reports/create-chart.html.tmpl @@ -180,9 +180,9 @@ function subcatSelected() { [%- series.series_id %]">Delete</a> | [% END %] <a href="buglist.cgi?cmdtype=dorem&namedcmd= - [% series.category FILTER url_quote %]%20/%20 - [% series.subcategory FILTER url_quote %]%20/%20 - [% series.name FILTER url_quote -%]&series_id= + [% series.category FILTER uri %]%20/%20 + [% series.subcategory FILTER uri %]%20/%20 + [% series.name FILTER uri -%]&series_id= [% series.series_id %]&remaction=runseries">Run Search</a> </td> </tr> diff --git a/template/en/default/reports/delete-series.html.tmpl b/template/en/default/reports/delete-series.html.tmpl index 5003551c7..a25cd1ea5 100644 --- a/template/en/default/reports/delete-series.html.tmpl +++ b/template/en/default/reports/delete-series.html.tmpl @@ -52,7 +52,7 @@ <p> <a href="chart.cgi?action=delete&series_id=[% series.series_id FILTER html %]&token= - [%- issue_hash_token([series.id, series.name]) FILTER url_quote %]">Yes, delete</a> | + [%- issue_hash_token([series.id, series.name]) FILTER uri %]">Yes, delete</a> | <a href="chart.cgi">No, go back to the charts page</a> </p> diff --git a/template/en/default/reports/duplicates-table.html.tmpl b/template/en/default/reports/duplicates-table.html.tmpl index 38ab2d56b..a7abf07b8 100644 --- a/template/en/default/reports/duplicates-table.html.tmpl +++ b/template/en/default/reports/duplicates-table.html.tmpl @@ -58,12 +58,12 @@ %] [% NEXT IF NOT ${param}.defined %] [% FOREACH value = ${param} %] - [% filtered_value = value FILTER url_quote %] + [% filtered_value = value FILTER uri %] [% base_args.push("$param=$filtered_value") %] [% END %] [% END %] [% IF sortvisible %] - [% bug_ids_string = bug_ids.nsort.join(',') FILTER url_quote %] + [% bug_ids_string = bug_ids.nsort.join(',') FILTER uri %] [% base_args.push("bug_id=$bug_ids_string") %] [% END %] [% base_args_string = base_args.join('&') %] @@ -80,9 +80,9 @@ [% column.reverse_sort = reverse ? 0 : 1 %] [% END %] <th class="[% column.name FILTER html %]"> - <a href="duplicates.cgi?sortby=[% column.name FILTER url_quote %] + <a href="duplicates.cgi?sortby=[% column.name FILTER uri %] [% IF column.reverse_sort.defined %] - [%- %]&reverse=[% column.reverse_sort FILTER url_quote %] + [%- %]&reverse=[% column.reverse_sort FILTER uri %] [% END %] [% IF base_args_string %] [% "&$base_args_string" FILTER none %] diff --git a/template/en/default/reports/edit-series.html.tmpl b/template/en/default/reports/edit-series.html.tmpl index 214bbcd75..9afe7edcd 100644 --- a/template/en/default/reports/edit-series.html.tmpl +++ b/template/en/default/reports/edit-series.html.tmpl @@ -64,9 +64,9 @@ set. <a href="query.cgi?[% default.query FILTER html %]">View series search parameters</a> | <a href="buglist.cgi?cmdtype=dorem&namedcmd= - [% default.category FILTER url_quote %]- - [% default.subcategory FILTER url_quote %]- - [% default.name FILTER url_quote %]&remaction=runseries&series_id= + [% default.category FILTER uri %]- + [% default.subcategory FILTER uri %]- + [% default.name FILTER uri %]&remaction=runseries&series_id= [% default.series_id %]">Run series search</a> </p> diff --git a/template/en/default/reports/keywords.html.tmpl b/template/en/default/reports/keywords.html.tmpl index d6fe03425..045c6ebeb 100644 --- a/template/en/default/reports/keywords.html.tmpl +++ b/template/en/default/reports/keywords.html.tmpl @@ -56,7 +56,7 @@ <td>[% keyword.description FILTER html_light %]</td> <td align="center"> [% IF keyword.bug_count > 0 %] - <a href="buglist.cgi?keywords=[% keyword.name FILTER url_quote %]&resolution=---"> + <a href="buglist.cgi?keywords=[% keyword.name FILTER uri %]&resolution=---"> Search</a> [% ELSE %] none @@ -64,7 +64,7 @@ </td> <td align="right"> [% IF keyword.bug_count > 0 %] - <a href="buglist.cgi?keywords=[% keyword.name FILTER url_quote %]"> + <a href="buglist.cgi?keywords=[% keyword.name FILTER uri %]"> [% keyword.bug_count %]</a> [% ELSE %] none diff --git a/template/en/default/reports/report-table.html.tmpl b/template/en/default/reports/report-table.html.tmpl index 164a833bf..cd854230f 100644 --- a/template/en/default/reports/report-table.html.tmpl +++ b/template/en/default/reports/report-table.html.tmpl @@ -42,7 +42,7 @@ [% "&$tbl_vals" IF tbl_vals %][% END %] [% ELSE %] [% urlbase = BLOCK %]buglist.cgi?[% buglistbase FILTER html %]& - [% tbl_field FILTER url_quote %]=[% tbl FILTER url_quote %][% END %] + [% tbl_field FILTER uri %]=[% tbl FILTER uri %][% END %] [% END %] <script type="text/javascript"> @@ -193,8 +193,8 @@ YAHOO.util.Event.addListener(window, "load", function() { <td class="[% classes.$row_idx.$col_idx %]" align="center"> [% IF data.$tbl.$col.$row AND data.$tbl.$col.$row > 0 %] <a href="[% urlbase %]& - [% row_field FILTER url_quote %]=[% row FILTER url_quote %]& - [% col_field FILTER url_quote %]=[% col FILTER url_quote %]"> + [% row_field FILTER uri %]=[% row FILTER uri %]& + [% col_field FILTER uri %]=[% col FILTER uri %]"> [% data.$tbl.$col.$row %]</a> [% ELSE %] . @@ -203,7 +203,7 @@ YAHOO.util.Event.addListener(window, "load", function() { [% END %] <td class="ttotal" align="right"> <a href="[% urlbase %]& - [% row_field FILTER url_quote %]=[% row FILTER url_quote %] + [% row_field FILTER uri %]=[% row FILTER uri %] [% "&$col_vals" IF col_vals %]"> [% row_total %]</a> [% grand_total = grand_total + row_total %] @@ -220,7 +220,7 @@ YAHOO.util.Event.addListener(window, "load", function() { <td class="ttotal" align="center"> <a href="[% urlbase %]& - [% col_field FILTER url_quote %]=[% col FILTER url_quote %] + [% col_field FILTER uri %]=[% col FILTER uri %] [% "&$row_vals" IF row_vals %]"> [% col_totals.$col %]</a> </td> diff --git a/template/en/default/reports/report.html.tmpl b/template/en/default/reports/report.html.tmpl index 0c15c9489..d4c9d4043 100644 --- a/template/en/default/reports/report.html.tmpl +++ b/template/en/default/reports/report.html.tmpl @@ -101,14 +101,14 @@ [% END %] [% imageurl = BLOCK %]report.cgi?[% imagebase FILTER html %]&format= - [% format FILTER url_quote %]&ctype=png&action=plot& + [% format FILTER uri %]&ctype=png&action=plot& [% IF tbl_field %] [% IF tbl != "-total-" %] - [% tbl_field FILTER url_quote %]=[% tbl FILTER url_quote %]& + [% tbl_field FILTER uri %]=[% tbl FILTER uri %]& [% ELSE %] [% FOREACH tblname = tbl_names %] [% IF tblname != "-total-" %] - [% tbl_field FILTER url_quote %]=[% tblname FILTER url_quote %]& + [% tbl_field FILTER uri %]=[% tblname FILTER uri %]& [% END %] [% END %] [% END %] |