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

Contents of /templates/bugzilla/trunk/admin/classifications/add.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: 1840 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 = "Add new classification"
23 %]
24
25 <form method=post action="editclassifications.cgi">
26 <table border=0 cellpadding=4 cellspacing=0>
27 <tr>
28 <th align="right">Classification:</th>
29 <td><input size=64 maxlength=64 name="classification"></td>
30 </tr>
31 <tr>
32 <th align="right">Description:</th>
33 <td>
34 [% INCLUDE global/textarea.html.tmpl
35 name = 'description'
36 minrows = 4
37 cols = 64
38 wrap = 'virtual'
39 %]
40 </td>
41 </tr>
42 <tr>
43 <th align="right"><label for="sortkey">Sortkey:</label></th>
44 <td><input id="sortkey" size="20" maxlength="20" name="sortkey"
45 value=""></td>
46 </tr>
47 </table>
48 <hr>
49 <input type=submit value="Add">
50 <input type=hidden name="action" value="new">
51 <input type="hidden" name="token" value="[% token FILTER html %]">
52 </FORM>
53
54 [% PROCESS admin/classifications/footer.html.tmpl %]
55
56 [% PROCESS global/footer.html.tmpl %]

  ViewVC Help
Powered by ViewVC 1.1.30