[% META title = 'Admin » Screening Terms' -%] [% # PROCESS dumper.tt dump = screen_categories %] [% PROCESS admin/system_nav.tt page = 'screen_term' %] [% screening_terms_dfv_js %]

Screen Terms

[% IF dfv_errors %]

[% c.config('msg').dfv_errors %]

[% IF error_description # a 2-col unique key %] [% c.messages('admin').screen_term.not_unique %] [% END %] [% END %]

[% div_name = 'new'; INCLUDE site/snippets/toggleview.tt %] Add new entry

Description: [% # now uses 2-col unique key so can't validate by AJAX # PROCESS site/ajax_input.tt field = 'description' # id = 'screen_description' %] [% error_description %]
Category: [% error_category_id %]
Active: [% error_active %]

[% site.html.submit %]


Restrict by screening category (optional): [% # site.html.submit %]

[% IF screening_list.size %]
[% PROCESS site/page_count.tt %] [% FOREACH item IN screening_list %] [% END %]
Description Category Active
[% IF cgi_pager; cgi_pager.first_pos_displayed + loop.count - 1; ELSE; loop.count; END %] Edit
[% PROCESS site/cgi_pager.tt %] [% END %]