Lines 2-7
Link Here
|
2 |
[% USE Branches %] |
2 |
[% USE Branches %] |
3 |
[% USE AuthorisedValues %] |
3 |
[% USE AuthorisedValues %] |
4 |
[% SET AuthorisedValuesCategories = AuthorisedValues.GetCategories %] |
4 |
[% SET AuthorisedValuesCategories = AuthorisedValues.GetCategories %] |
|
|
5 |
[% USE HtmlTags %] |
5 |
[% SET footerjs = 1 %] |
6 |
[% SET footerjs = 1 %] |
6 |
[% INCLUDE 'doc-head-open.inc' %] |
7 |
[% INCLUDE 'doc-head-open.inc' %] |
7 |
<title>Koha › Tools › Patron clubs › |
8 |
<title>Koha › Tools › Patron clubs › |
Lines 19-27
Link Here
|
19 |
[% INCLUDE 'cat-search.inc' %] |
20 |
[% INCLUDE 'cat-search.inc' %] |
20 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> › <a href="clubs.pl">Patron clubs</a> › |
21 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> › <a href="clubs.pl">Patron clubs</a> › |
21 |
[% IF club %] |
22 |
[% IF club %] |
22 |
Modify club <i>[% club.name %]</i> |
23 |
<span>Modify club [% club.name | $HtmlTags tag='i' %]</span> |
23 |
[% ELSE %] |
24 |
[% ELSE %] |
24 |
Create a new <i>[% club_template.name %]</i> club |
25 |
<span>Create a new [% club_template.name | $HtmlTags tag='i' %] club</span> |
25 |
[% END %] |
26 |
[% END %] |
26 |
</div> |
27 |
</div> |
27 |
|
28 |
|
Lines 37-45
Link Here
|
37 |
|
38 |
|
38 |
<legend> |
39 |
<legend> |
39 |
[% IF club %] |
40 |
[% IF club %] |
40 |
Modify club <i>[% club.name %]</i> |
41 |
<span>Modify club [% club.name | $HtmlTags tag='i' %]</span> |
41 |
[% ELSE %] |
42 |
[% ELSE %] |
42 |
Create a new <i>[% club_template.name %]</i> club |
43 |
<span>Create a new [% club_template.name | $HtmlTags tag='i' %] club</span> |
43 |
[% END %] |
44 |
[% END %] |
44 |
</legend> |
45 |
</legend> |
45 |
|
46 |
|