View | Details | Raw Unified | Return to bug 15072
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt (-2 / +2 lines)
Lines 1-5 Link Here
1
    [% INCLUDE 'doc-head-open.inc' %]
1
    [% INCLUDE 'doc-head-open.inc' %]
2
    <title>Koha &rsaquo; Tools &rsaquo; Patron card creator &rsaquo; Batches &rsaquo; [% IF batch_id %]Edit ([% batch_id %])[% ELSE %]Create[% END %]</title>
2
    <title>Koha &rsaquo; Tools &rsaquo; Patron card creator &rsaquo; Batches &rsaquo; [% IF batch_id %]Edit ([% batch_id %])[% ELSE %]New[% END %]</title>
3
    [% INCLUDE 'doc-head-close.inc' %]
3
    [% INCLUDE 'doc-head-close.inc' %]
4
    [% INCLUDE 'greybox.inc' %]
4
    [% INCLUDE 'greybox.inc' %]
5
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
5
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
Lines 162-168 Link Here
162
        [% IF batch_id %]
162
        [% IF batch_id %]
163
            Edit ([% batch_id %])
163
            Edit ([% batch_id %])
164
        [% ELSE %]
164
        [% ELSE %]
165
            Create
165
            New
166
        [% END %]
166
        [% END %]
167
    </div>
167
    </div>
168
    <div id="doc3" class="yui-t2">
168
    <div id="doc3" class="yui-t2">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt (-2 / +2 lines)
Lines 1-5 Link Here
1
    [% INCLUDE 'doc-head-open.inc' %]
1
    [% INCLUDE 'doc-head-open.inc' %]
2
    <title>Koha &rsaquo; Tools &rsaquo; Patron card creator &rsaquo; Layout &rsaquo; [% IF ( layout_id ) %]Edit[% ELSE %]Create[% END %]</title>
2
    <title>Koha &rsaquo; Tools &rsaquo; Patron card creator &rsaquo; Layout &rsaquo; [% IF ( layout_id ) %]Edit[% 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> &rsaquo;
114
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
115
        <a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a> &rsaquo;
115
        <a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a> &rsaquo;
116
        <a href="/cgi-bin/koha/patroncards/manage.pl?card_element=layout">Layouts</a> &rsaquo;
116
        <a href="/cgi-bin/koha/patroncards/manage.pl?card_element=layout">Layouts</a> &rsaquo;
117
        [% IF ( layout_id ) %]Edit ([% layout_name %])[% ELSE %]Create[% END %]
117
        [% IF ( layout_id ) %]Edit ([% layout_name %])[% 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">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-profile.tt (-2 / +2 lines)
Lines 1-5 Link Here
1
    [% INCLUDE 'doc-head-open.inc' %]
1
    [% INCLUDE 'doc-head-open.inc' %]
2
    <title>Koha &rsaquo; Tools &rsaquo; Patron card creator &rsaquo; Profiles &rsaquo; [% IF ( profile_id ) %]Edit ([% profile_id %])[% ELSE %]Create[% END%]</title>
2
    <title>Koha &rsaquo; Tools &rsaquo; Patron card creator &rsaquo; Profiles &rsaquo; [% IF ( profile_id ) %]Edit ([% profile_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> &rsaquo;
44
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
45
        <a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a> &rsaquo;
45
        <a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a> &rsaquo;
46
        <a href="/cgi-bin/koha/patroncards/manage.pl?card_element=profile">Profiles</a> &rsaquo;
46
        <a href="/cgi-bin/koha/patroncards/manage.pl?card_element=profile">Profiles</a> &rsaquo;
47
        [% IF ( profile_id ) %]Edit ([% profile_id %])[% ELSE %]Create[% END%]
47
        [% IF ( profile_id ) %]Edit ([% profile_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">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-template.tt (-3 / +2 lines)
Lines 1-5 Link Here
1
    [% INCLUDE 'doc-head-open.inc' %]
1
    [% INCLUDE 'doc-head-open.inc' %]
2
    <title>Koha &rsaquo; Tools &rsaquo; Patron card creator &rsaquo; Templates &rsaquo; [% IF (template_id) %]Edit ([% template_id %])[% ELSE %]Create[% END %]</title>
2
    <title>Koha &rsaquo; Tools &rsaquo; Patron card creator &rsaquo; Templates &rsaquo; [% 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> &rsaquo;
44
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
45
        <a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a> &rsaquo;
45
        <a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a> &rsaquo;
46
        <a href="/cgi-bin/koha/patroncards/manage.pl?card_element=template">Templates</a> &rsaquo;
46
        <a href="/cgi-bin/koha/patroncards/manage.pl?card_element=template">Templates</a> &rsaquo;
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
- 

Return to bug 15072