Index | |
[% panel.title FILTER html %] | [% ELSE %][% panel.title FILTER html %] | [% END %]
[%# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # This Source Code Form is "Incompatible With Secondary Licenses", as # defined by the Mozilla Public License, v. 2.0. #%] [% curpanel = -1 %] [% panels = panels.nsort('sortkey') %] [% FOREACH panel = panels %] [% PROCESS "admin/params/${panel.name}.html.tmpl" params = panel.param_list %] [% panel.title = title %] [% panel.desc = desc %] [% panel.param_descs = param_descs %] [% IF panel.current %][% curpanel = loop.index %][% END %] [% END %] [% current_panel = panels.$curpanel %] [%# We cannot call header.html.tmpl earlier as we have to know which panel is active first, in order to get its title %] [% title = BLOCK %] [% IF curpanel == -1 %] Parameters: Index [% ELSE %] Configuration: [%+ current_panel.title FILTER html %] [% END %] [% END %] [% PROCESS global/header.html.tmpl title = title message = message style_urls = ['skins/standard/admin.css'] javascript_urls = ['js/params.js', 'js/util.js'] doc_section = "administering/parameters.html" %]
Index | |
[% panel.title FILTER html %] | [% ELSE %][% panel.title FILTER html %] | [% END %]
This lets you edit the basic operating parameters of Bugzilla.
Be careful!
Any item you check "Reset" on will get reset to its default value.