[% USE raw %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Frequencies › Serials › Koha [% INCLUDE 'doc-head-close.inc' %] [% WRAPPER 'header.inc' %] [% INCLUDE 'serials-search.inc' %] [% END %] [% BLOCK translate_frequnit %] [% SWITCH frequnit %] [% CASE 'day' %] day [% CASE 'week' %] week [% CASE 'month' %] month [% CASE 'year' %] year [% END %] [% END %] [% WRAPPER 'sub-header.inc' %] [% WRAPPER breadcrumbs %] [% WRAPPER breadcrumb_item %] Serials [% END %] [% WRAPPER breadcrumb_item bc_active= 1 %] Frequencies [% END %] [% END #/ WRAPPER breadcrumbs %] [% END #/ WRAPPER sub-header.inc %]
[% IF (new or modify) %] [% IF (new) %]

New frequency

[% ELSE %]

Edit frequency: [% description | html %]

[% END %]
[% IF (modify) %] [% ELSE %] [% END %]
  1. Required
  2. Note: one of the two following fields must be equal to 1
  3. [% IF (new) %] [% ELSE %] [% END %]
  4. [% IF (new) %] [% ELSE %] [% END %]
Cancel
[% ELSE %]

Frequencies

[% IF still_used %]

This frequency is still used by [% subscriptions.size | html %] subscription(s). Do you still want to delete it?

Show subscriptions

[% END %] [% IF (frequencies_loop.size) %]
[% FOREACH frequency IN frequencies_loop %] [% END %]
Description Unit Issues per unit Units per issue Display order Actions
[% frequency.description | html %] [% PROCESS translate_frequnit frequnit=frequency.unit %] [% frequency.issuesperunit | html %] [% frequency.unitsperissue | html %] [% frequency.displayorder | html %] Edit Delete
[% ELSE %]

There is no defined frequency.

[% END %] [% END %]
[% MACRO jsinclude BLOCK %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]