|
Lines 1-5
Link Here
|
| 1 |
[% INCLUDE 'doc-head-open.inc' %] |
1 |
[% INCLUDE 'doc-head-open.inc' %] |
| 2 |
<title>Koha › Tools › Patron card creator › Templates › [% IF (template_id) %]Edit ([% template_id %])[% ELSE %]Create[% END %]</title> |
2 |
<title>Koha › Tools › Patron card creator › Templates › [% IF (template_id) %]Edit ([% template_id %])[% ELSE %]New[% END %]</title> |
| 3 |
[% INCLUDE 'doc-head-close.inc' %] |
3 |
[% INCLUDE 'doc-head-close.inc' %] |
| 4 |
<script type="text/javascript"> |
4 |
<script type="text/javascript"> |
| 5 |
//<![CDATA[ |
5 |
//<![CDATA[ |
|
Lines 44-50
Link Here
|
| 44 |
<a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> › |
44 |
<a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> › |
| 45 |
<a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a> › |
45 |
<a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a> › |
| 46 |
<a href="/cgi-bin/koha/patroncards/manage.pl?card_element=template">Templates</a> › |
46 |
<a href="/cgi-bin/koha/patroncards/manage.pl?card_element=template">Templates</a> › |
| 47 |
[% IF (template_id) %]Edit ([% template_id %])[% ELSE %]Create[% END %] |
47 |
[% IF (template_id) %]Edit ([% template_id %])[% ELSE %]New[% END %] |
| 48 |
</div> |
48 |
</div> |
| 49 |
<div id="doc3" class="yui-t2"> |
49 |
<div id="doc3" class="yui-t2"> |
| 50 |
<div id="bd"> |
50 |
<div id="bd"> |
| 51 |
- |
|
|