/[web]/templates/bugzilla/trunk/admin/flag-type/confirm-delete.html.tmpl
ViewVC logotype

Contents of /templates/bugzilla/trunk/admin/flag-type/confirm-delete.html.tmpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 48 - (show annotations) (download)
Fri Nov 26 14:56:29 2010 UTC (13 years, 5 months ago) by dmorgan
File size: 2100 byte(s)
Add custom template with identity support
1 [%# The contents of this file are subject to the Mozilla Public
2 # License Version 1.1 (the "License"); you may not use this file
3 # except in compliance with the License. You may obtain a copy of
4 # the License at http://www.mozilla.org/MPL/
5 #
6 # Software distributed under the License is distributed on an "AS
7 # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
8 # implied. See the License for the specific language governing
9 # rights and limitations under the License.
10 #
11 # The Original Code is the Bugzilla Bug Tracking System.
12 #
13 # The Initial Developer of the Original Code is Netscape Communications
14 # Corporation. Portions created by Netscape are
15 # Copyright (C) 1998 Netscape Communications Corporation. All
16 # Rights Reserved.
17 #
18 # Contributor(s): Myk Melez <myk@mozilla.org>
19 #%]
20
21 [% PROCESS global/variables.none.tmpl %]
22
23 [% title = BLOCK %]Confirm Deletion of Flag Type '[% flag_type.name FILTER html %]'[% END %]
24
25 [% PROCESS global/header.html.tmpl
26 title = title
27 doc_section = "flags-overview.html#flags-delete"
28 %]
29
30 <p>
31 [% IF flag_type.flag_count %]
32 There are [% flag_type.flag_count %] flags of type [% flag_type.name FILTER html %].
33 If you delete this type, those flags will also be deleted.
34 [% END %]
35
36 Note that instead of deleting the type you can
37 <a href="editflagtypes.cgi?action=deactivate&amp;id=[% flag_type.id %]&amp;token=
38 [%- token FILTER html %]">deactivate it</a>,
39 in which case the type [% IF flag_type.flag_count %] and its flags [% END %] will remain
40 in the database but will not appear in the [% terms.Bugzilla %] UI.
41 </p>
42
43 <table>
44 <tr>
45 <td colspan="2">
46 Do you really want to delete this type?
47 </td>
48 </tr>
49 <tr>
50 <td>
51 <a href="editflagtypes.cgi?action=delete&amp;id=[% flag_type.id %]&amp;token=
52 [%- token FILTER html %]">Yes, delete
53 </a>
54 </td>
55 <td align="right">
56 <a href="editflagtypes.cgi">
57 No, don't delete
58 </a>
59 </td>
60 </tr>
61 </table>
62
63 [% PROCESS global/footer.html.tmpl %]

  ViewVC Help
Powered by ViewVC 1.1.30