|
Lines 1-7
Link Here
|
| 1 |
[% USE raw %] |
1 |
[% USE raw %] |
|
|
2 |
[% PROCESS 'i18n.inc' %] |
| 2 |
[% SET footerjs = 1 %] |
3 |
[% SET footerjs = 1 %] |
| 3 |
[% INCLUDE 'doc-head-open.inc' %] |
4 |
[% INCLUDE 'doc-head-open.inc' %] |
| 4 |
<title>Frequencies › Serials › Koha</title> |
5 |
<title>[% FILTER collapse %] |
|
|
6 |
[% IF (new or modify) %] |
| 7 |
[% IF (new) %] |
| 8 |
[% t("New frequency") | html %] |
| 9 |
[% ELSE %] |
| 10 |
[% tx("Modify frequency '{description}'", { description = description }) | html %] |
| 11 |
[% END %] › |
| 12 |
[% END %] |
| 13 |
[% t("Frequencies") | html %] › |
| 14 |
[% t("Serials") | html %] › |
| 15 |
[% t("Koha") | html %] |
| 16 |
[% END %]</title> |
| 5 |
[% INCLUDE 'doc-head-close.inc' %] |
17 |
[% INCLUDE 'doc-head-close.inc' %] |
| 6 |
</head> |
18 |
</head> |
| 7 |
|
19 |
|
|
Lines 24-31
Link Here
|
| 24 |
[% WRAPPER breadcrumb_item %] |
36 |
[% WRAPPER breadcrumb_item %] |
| 25 |
<a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> |
37 |
<a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> |
| 26 |
[% END %] |
38 |
[% END %] |
| 27 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
39 |
[% IF (new or modify) %] |
| 28 |
<span>Frequencies</span> |
40 |
[% WRAPPER breadcrumb_item %] |
|
|
41 |
<a href="/cgi-bin/koha/serials/subscription-frequencies.pl">Frequencies</a> |
| 42 |
[% END %] |
| 43 |
[% IF (new) %] |
| 44 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
| 45 |
<span>New frequency</span> |
| 46 |
[% END %] |
| 47 |
[% ELSE %] |
| 48 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
| 49 |
[% tx("Modify frequency '{description}'", { description = description }) | html %] |
| 50 |
[% END %] |
| 51 |
[% END %] |
| 52 |
[% ELSE %] |
| 53 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
| 54 |
<span>Frequencies</span> |
| 55 |
[% END %] |
| 29 |
[% END %] |
56 |
[% END %] |
| 30 |
[% END #/ WRAPPER breadcrumbs %] |
57 |
[% END #/ WRAPPER breadcrumbs %] |
| 31 |
[% END #/ WRAPPER sub-header.inc %] |
58 |
[% END #/ WRAPPER sub-header.inc %] |
|
Lines 39-45
Link Here
|
| 39 |
[% IF (new) %] |
66 |
[% IF (new) %] |
| 40 |
<h1>New frequency</h1> |
67 |
<h1>New frequency</h1> |
| 41 |
[% ELSE %] |
68 |
[% ELSE %] |
| 42 |
<h1>Edit frequency: [% description | html %]</h1> |
69 |
<h1>[% tx("Modify frequency '{description}'", { description = description }) | html %]</h1> |
| 43 |
[% END %] |
70 |
[% END %] |
| 44 |
<form action="/cgi-bin/koha/serials/subscription-frequencies.pl" id="add_frequency_form" method="post"> |
71 |
<form action="/cgi-bin/koha/serials/subscription-frequencies.pl" id="add_frequency_form" method="post"> |
| 45 |
[% IF (modify) %] |
72 |
[% IF (modify) %] |