Lines 1-5
Link Here
|
1 |
[% INCLUDE 'doc-head-open.inc' %] |
1 |
[% INCLUDE 'doc-head-open.inc' %] |
2 |
<title>Koha › Tools › Patron card creator › Layout › [% IF ( layout_id ) %]Edit[% ELSE %]New[% END %]</title> |
2 |
<title>Koha › Tools › Patron card creator › Layout › [% IF ( layout_id ) %]Edit ([% layout_id %])[% ELSE %]New[% END %]</title> |
3 |
[% INCLUDE 'doc-head-close.inc' %] |
3 |
[% INCLUDE 'doc-head-close.inc' %] |
4 |
<script type="text/JavaScript" language="JavaScript"> |
4 |
<script type="text/JavaScript" language="JavaScript"> |
5 |
//<![CDATA[ |
5 |
//<![CDATA[ |
Lines 114-120
Link Here
|
114 |
<a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> › |
114 |
<a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> › |
115 |
<a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a> › |
115 |
<a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a> › |
116 |
<a href="/cgi-bin/koha/patroncards/manage.pl?card_element=layout">Layouts</a> › |
116 |
<a href="/cgi-bin/koha/patroncards/manage.pl?card_element=layout">Layouts</a> › |
117 |
[% IF ( layout_id ) %]Edit ([% layout_name %])[% ELSE %]New[% END %] |
117 |
[% IF ( layout_id ) %]Edit ([% layout_id %])[% ELSE %]New[% END %] |
118 |
</div> |
118 |
</div> |
119 |
<div id="doc3" class="yui-t2"> |
119 |
<div id="doc3" class="yui-t2"> |
120 |
<div id="bd"> |
120 |
<div id="bd"> |
121 |
- |
|
|