/[web]/templates/bugzilla/trunk/admin/fieldvalues/select-field.html.tmpl
ViewVC logotype

Contents of /templates/bugzilla/trunk/admin/fieldvalues/select-field.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: 1319 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 # Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org>
14 #
15 #%]
16
17 [%# INTERFACE:
18 # fields: Array of hashes. Each hash contains only one key, "name."
19 # The names are the same as the keys from field_descs
20 # (see global/field-descs.html.tmpl).
21 #%]
22
23 [% USE Bugzilla %]
24 [% cgi = Bugzilla.cgi %]
25
26 [% PROCESS global/variables.none.tmpl %]
27
28 [% PROCESS global/header.html.tmpl
29 title = "Edit values for which field?"
30 %]
31
32 [% columns = [
33 {
34 name => "name"
35 heading => "Edit field values for..."
36 content_use_field = 1
37 contentlink => "editvalues.cgi?field=%%name%%"
38 }
39 ]
40 %]
41
42 [% PROCESS admin/table.html.tmpl
43 columns = columns
44 data = fields
45 %]
46
47 [% PROCESS global/footer.html.tmpl %]

  ViewVC Help
Powered by ViewVC 1.1.30