From 8f8766ab97ba1e4f55c0254e65131b5585c19a2e Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" <> Date: Fri, 8 Nov 2002 09:35:36 +0000 Subject: Fix for bug 172518: makes the request tracker use the generic user matching code r=not_erik,joel a=justdave --- template/en/default/request/verify.html.tmpl | 108 --------------------------- 1 file changed, 108 deletions(-) delete mode 100644 template/en/default/request/verify.html.tmpl (limited to 'template/en/default/request/verify.html.tmpl') diff --git a/template/en/default/request/verify.html.tmpl b/template/en/default/request/verify.html.tmpl deleted file mode 100644 index ad4c07d2c..000000000 --- a/template/en/default/request/verify.html.tmpl +++ /dev/null @@ -1,108 +0,0 @@ - -[%# The contents of this file are subject to the Mozilla Public - # License Version 1.1 (the "License"); you may not use this file - # except in compliance with the License. You may obtain a copy of - # the License at http://www.mozilla.org/MPL/ - # - # Software distributed under the License is distributed on an "AS - # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or - # implied. See the License for the specific language governing - # rights and limitations under the License. - # - # The Original Code is the Bugzilla Bug Tracking System. - # - # The Initial Developer of the Original Code is Netscape Communications - # Corporation. Portions created by Netscape are - # Copyright (C) 1998 Netscape Communications Corporation. All - # Rights Reserved. - # - # Contributor(s): Myk Melez - #%] - -[%# INTERFACE: - # form, mform: hashes; the form values submitted to the script, used by - # hidden-fields to generate hidden form fields replicating - # the original form - # flags: array; the flags the user made, including information about - # potential requestees for those flags (based on - # the string the user typed into the requestee fields) - # target: record; the bug/attachment for which the flags are being made - #%] - -[% UNLESS header_done %] - [% title = BLOCK %] - Verify Requests for Bug #[% target.bug.id %] - [% IF target.attachment %], Attachment #[% target.attachment.id %][% END %] - [% END %] - - [% h1 = BLOCK %] - Verify Requests for Bug #[% target.bug.id %] - [% IF target.attachment.exists %], - Attachment #[% target.attachment.id %] - [% END %] - [% END %] - - [% h2 = BLOCK %] - [% target.bug.summary FILTER html %] - [% IF target.attachment.exists %] - : [% target.attachment.summary FILTER html %] - [% END %] - [% END %] - - [% PROCESS global/header.html.tmpl %] -[% END %] - -
- -[% PROCESS "global/hidden-fields.html.tmpl" - exclude=("^(flag_type|requestee)-") %] - -[% FOREACH flag = flags %] - [% IF flag.requestees.size == 0 %] -

- Sorry, I can't find a user whose name or email address contains - the string [% flag.requestee_str FILTER html %]. - Double-check that the user's name or email address contains that - string, or try entering a shorter string. -

-

- Ask - for [% flag.type.name FILTER html %] - -

- - [% ELSIF flag.requestees.size == 1 %] - - - - [% ELSE %] -

- More than one user's name or email address contains the string - [% flag.requestee_str FILTER html %]. Choose the user - you meant from the following menu or click the back button and try - again with a more specific string. -

-

- Ask - for [% flag.type.name %] - -

- - [% END %] -[% END %] - - - -
- -[% PROCESS global/footer.html.tmpl %] - -- cgit v1.2.3-24-g4f1b