/[web]/templates/bugzilla/trunk/admin/classifications/del.html.tmpl
ViewVC logotype

Contents of /templates/bugzilla/trunk/admin/classifications/del.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, 4 months ago) by dmorgan
File size: 2032 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): Albert Ting <alt@sonic.net>
19 #%]
20
21 [% PROCESS global/header.html.tmpl
22 title = "Delete classification"
23 %]
24
25 <table border=1 cellpadding=4 cellspacing=0>
26 <tr bgcolor="#6666ff">
27 <th valign="top" align="left">Part</th>
28 <th valign="top" align="left">Value</th>
29
30 </tr><tr>
31 <td valign="top">Classification:</td>
32 <td valign="top">[% classification.name FILTER html %]</td>
33
34 </tr><tr>
35 <td valign="top">Description:</td>
36 <td valign="top">
37 [% IF classification.description %]
38 [% classification.description FILTER html_light %]
39 [% ELSE %]
40 <font color="red">description missing</font>
41 [% END %]
42 </td>
43
44 </tr><tr>
45 <td valign="top">Sortkey:</td>
46 <td valign="top">[% classification.sortkey FILTER html %]</td>
47
48 </tr>
49 </table>
50
51 <h2>Confirmation</h2>
52
53 <p>Do you really want to delete this classification?</p>
54 <form method=post action="editclassifications.cgi">
55 <input type=submit value="Yes, delete">
56 <input type=hidden name="action" value="delete">
57 <input type=hidden name="classification" value="[% classification.name FILTER html %]">
58 <input type="hidden" name="token" value="[% token FILTER html %]">
59 </form>
60
61 [% PROCESS admin/classifications/footer.html.tmpl %]
62
63 [% PROCESS global/footer.html.tmpl %]

  ViewVC Help
Powered by ViewVC 1.1.30