~ubuntu-branches/ubuntu/oneiric/bugzilla/oneiric

« back to all changes in this revision

Viewing changes to template/en/default/admin/params/index.html.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Bossek
  • Date: 2008-06-27 22:34:34 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080627223434-0ib57vstn43bb4a3
Tags: 3.0.4.1-1
* Update of French, Russian and German translations. (closes: #488251)
* Added Bulgarian and Belarusian translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[%# 1.0@bugzilla.org %]
2
 
[%# The contents of this file are subject to the Mozilla Public
3
 
  # License Version 1.1 (the "License"); you may not use this file
4
 
  # except in compliance with the License. You may obtain a copy of
5
 
  # the License at http://www.mozilla.org/MPL/
6
 
  #
7
 
  # Software distributed under the License is distributed on an "AS
8
 
  # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
9
 
  # implied. See the License for the specific language governing
10
 
  # rights and limitations under the License.
11
 
  #
12
 
  # The Original Code is the Bugzilla Bug Tracking System.
13
 
  #
14
 
  # The Initial Developer of the Original Code is Netscape Communications
15
 
  # Corporation. Portions created by Netscape are
16
 
  # Copyright (C) 1998 Netscape Communications Corporation. All
17
 
  # Rights Reserved.
18
 
  #
19
 
  # Contributor(s): Frédéric Buclin <LpSolit@gmail.com>
20
 
  #%]
21
 
 
22
 
<p>
23
 
  All parameters are displayed below, per section.
24
 
  If you cannot find one from here, then the parameter does not exist.
25
 
</p>
26
 
 
27
 
<div align="center">
28
 
  <table>
29
 
    <tr>
30
 
      <th>Parameter</th>
31
 
      <th>Section</th>
32
 
    </tr>
33
 
    [% FOREACH panel = panels %]
34
 
      [% FOREACH param = panel.param_list.sort('name') %]
35
 
        <tr>
36
 
          <td>[% param.name FILTER html %]</td>
37
 
          <td>
38
 
            <a href="editparams.cgi?section=
39
 
               [%- panel.name FILTER url_quote %]#[% param.name FILTER url_quote %]">
40
 
               [% panel.title FILTER html %]</a>
41
 
          </td>
42
 
        </tr>
43
 
      [% END %]
44
 
      <tr>
45
 
        <td>&nbsp;</td><td>&nbsp;</td>
46
 
      </tr>
47
 
    [% END %]
48
 
  </table>
49
 
</div>