From ddb5db354ac1b55ce99c9d0e977a2a63099f4c21 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Fri, 23 Jul 2010 00:46:02 +0200 Subject: Bug 398701: Replace |FILTER url_quote| by |FILTER uri| r/a=mkanat --- template/en/default/global/user-error.html.tmpl | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'template/en/default/global/user-error.html.tmpl') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 8380f7f0c..7642a0c23 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -237,7 +237,7 @@ You are not authorized to access [% terms.bug %] #[% bug_id FILTER html %]. To see this [% terms.bug %], you must first log + [% bug_id FILTER uri %]&GoAheadAndLogIn=1">log in to an account with the appropriate permissions. [% ELSIF error == "bug_url_invalid" %] @@ -520,7 +520,7 @@ or disabled. [% IF user.in_group('tweakparams') %] You have to change the default value first. + [%- param_name FILTER uri %]">change the default value first. [% END %] [% ELSIF error == "fieldvalue_name_too_long" %] @@ -689,7 +689,7 @@ The [% group.name FILTER html %] group cannot be deleted because there are records + [%- group.id FILTER uri %]">records in the database which refer to it. All references to this group must be removed before you can remove it. @@ -1086,7 +1086,7 @@ has to have at least one component in order for you to enter [% terms.abug %] into it.
[% IF user.in_group("editcomponents", product.id) %] - Create + Create a new component. [% ELSE %] Please contact [% Param("maintainer") %] and ask them @@ -1153,7 +1153,7 @@ has to have at least one version in order for you to enter [% terms.abug %] into it.
[% IF user.in_group("editcomponents", product.id) %] - Create + Create a new version. [% ELSE %] Please contact [% Param("maintainer") %] and ask them @@ -1198,8 +1198,8 @@ This will remove all [% terms.bugs %] from the [% name FILTER html %] tag. This will delete the tag completely. Click here + [%- name FILTER uri %]&token= + [%- issue_hash_token([query_id, name]) FILTER uri %]">here if you really want to delete it. [% ELSIF error == "no_bugs_to_remove" %] @@ -1327,7 +1327,7 @@ [% title = "Must define new default milestone" %] [% admindocslinks = {'products.html' => 'Administering products', 'milestones.html' => 'About Milestones'} %] - You must + You must create the milestone '[% milestone FILTER html %]' before it can be made the default milestone for product '[% product FILTER html %]'. @@ -1376,8 +1376,8 @@ The name [% name FILTER html %] is already used by another saved search. You first have to delete + [%- name FILTER uri %]&token= + [% issue_hash_token([query_id, name]) FILTER uri %]">delete it if you really want to use this name. [% ELSIF error == "query_name_missing" %] @@ -1707,7 +1707,7 @@

Alternatively, you can forget + [% namedcmd FILTER uri %]">forget [% FOREACH q = Bugzilla.user.queries %] [% IF q.name == namedcmd %] -- cgit v1.2.3-24-g4f1b