[%# 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. #%] [%# INTERFACE: # default: hash. Defaults for category, subcategory, name etc. # button_name: string. What the button will say. # category: hash (keyed by category) of hashes (keyed by subcategory) of # hashes (keyed by name), with value being the series_id of the # series. Contains details of all series the user can see. #%] [% PROCESS "reports/series-common.html.tmpl" newtext = "New (name below)" %] [% PROCESS series_select sel = { name => 'category', size => 5, onchange => "catSelected()" } %] [% PROCESS series_select sel = { name => 'subcategory', size => 5, onchange => "checkNewState()" } %]
Category Sub-category Name
Run every day(s)
[%# Change 'admin' here and in Series.pm, or remove the check completely, if you want to change who can make series public. %] [% IF user.in_group('admin') %] Visible to all
(within group restrictions) [% END %]