|
Lines 12-18
Link Here
|
| 12 |
[%- END -%] |
12 |
[%- END -%] |
| 13 |
[% END %] |
13 |
[% END %] |
| 14 |
[% INCLUDE 'doc-head-open.inc' %] |
14 |
[% INCLUDE 'doc-head-open.inc' %] |
| 15 |
<title>Koha › Tools › Patron cards › Manage patron card elements</title> |
15 |
<title>Koha › Tools › Patron card creator › [% PROCESS translate_card_element element=card_element_title %]</title> |
| 16 |
[% INCLUDE 'doc-head-close.inc' %] |
16 |
[% INCLUDE 'doc-head-close.inc' %] |
| 17 |
[% INCLUDE 'greybox.inc' %] |
17 |
[% INCLUDE 'greybox.inc' %] |
| 18 |
<script type="text/javascript"> |
18 |
<script type="text/javascript"> |
|
Lines 115-121
Link Here
|
| 115 |
<a href="/cgi-bin/koha/mainpage.pl">Home</a> › |
115 |
<a href="/cgi-bin/koha/mainpage.pl">Home</a> › |
| 116 |
<a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> › |
116 |
<a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> › |
| 117 |
<a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a> › |
117 |
<a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a> › |
| 118 |
Manage card [% PROCESS translate_card_element element=card_element_title %] |
118 |
[% PROCESS translate_card_element element=card_element_title %] |
| 119 |
</div> |
119 |
</div> |
| 120 |
<div id="doc3" class="yui-t2"> |
120 |
<div id="doc3" class="yui-t2"> |
| 121 |
<div id="bd"> |
121 |
<div id="bd"> |
|
Lines 128-134
Link Here
|
| 128 |
<div class="hint">Current library: [% LoginBranchname %]</div> |
128 |
<div class="hint">Current library: [% LoginBranchname %]</div> |
| 129 |
[% IF ( table_loop ) %] |
129 |
[% IF ( table_loop ) %] |
| 130 |
<form name="layouts" action="/cgi-bin/koha/manage.pl?card_element=[% card_element %]"> |
130 |
<form name="layouts" action="/cgi-bin/koha/manage.pl?card_element=[% card_element %]"> |
| 131 |
<h2>Currently Available [% PROCESS translate_card_element element=card_element_title %]</h2> |
131 |
<h2>Currently available [% PROCESS translate_card_element element=card_element_title %]</h2> |
| 132 |
<table> |
132 |
<table> |
| 133 |
[% FOREACH table_loo IN table_loop %] |
133 |
[% FOREACH table_loo IN table_loop %] |
| 134 |
[% IF ( table_loo.header_fields ) %] |
134 |
[% IF ( table_loo.header_fields ) %] |
|
Lines 175-182
Link Here
|
| 175 |
</div> |
175 |
</div> |
| 176 |
</div> |
176 |
</div> |
| 177 |
</div> |
177 |
</div> |
| 178 |
<div class="yui-b"> |
|
|
| 179 |
[% INCLUDE 'patroncards-menu.inc' %] |
| 180 |
</div> |
| 181 |
</div> |
178 |
</div> |
| 182 |
[% INCLUDE 'intranet-bottom.inc' %] |
179 |
[% INCLUDE 'intranet-bottom.inc' %] |
| 183 |
- |
|
|