From 8fa9965e5476717e574f2674c6df8c4487874634 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sun, 30 Jan 2011 13:07:59 +0100 Subject: Bug 616185: Move tags (aka lists of bugs) to their own DB tables r/a=mkanat --- template/en/default/global/user-error.html.tmpl | 33 ++++++------------------- 1 file changed, 7 insertions(+), 26 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 67012b555..1def85e62 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1211,24 +1211,9 @@ to view. [% END %] - [% ELSIF error == "no_bug_ids" %] - [% title = BLOCK %]No [% terms.Bugs %] Selected[% END %] - You didn't choose any [% terms.bugs %] to - [% IF action == "add" %] add to [% ELSE %] remove from [% END %] - the [% tag FILTER html %] tag. - - [% ELSIF error == "no_bugs_in_list" %] - [% title = "Delete Tag?" %] - This will remove all [% terms.bugs %] from the - [% name FILTER html %] tag. This will delete the tag completely. Click - here - if you really want to delete it. - - [% ELSIF error == "no_bugs_to_remove" %] + [% ELSIF error == "no_tag_to_edit" %] [% title = "No Tag Selected" %] - You didn't select a tag from which to remove [% terms.bugs %]. + You tried to create or remove a tag with no name. [% ELSIF error == "no_initial_bug_status" %] [% title = "No Initial $terms.Bug Status" %] @@ -1430,15 +1415,6 @@ named '[% comp FILTER html %]'. [% END %] - [% ELSIF error == "query_name_exists" %] - [% title = "Search Name Already In Use" %] - The name [% name FILTER html %] is already used by another - saved search. You first have to - delete - it if you really want to use this name. - [% ELSIF error == "query_name_missing" %] [% title = "No Search Name Specified" %] [% docslinks = {'query.html#list' => "$terms.Bug lists"} %] @@ -1588,6 +1564,11 @@ [% title = "User Protected" %] The user [% login FILTER html %] may not be impersonated by sudoers. + [% ELSIF error == "tag_name_too_long" %] + [% title = "Tag Name Too Long" %] + The tag name must be less than [% constants.MAX_LEN_QUERY_NAME FILTER html %] + characters long. + [% ELSIF error == "token_does_not_exist" %] [% title = "Token Does Not Exist" %] The token you submitted does not exist, has expired, or has -- cgit v1.2.3-24-g4f1b