Bug 15072: (followup) Use 'New' on Patron card creator too
This patch makes the change on the patron cards creator tool too. Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> All patches without errors. More consistent view. A few spaces and a little fix in followup Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
aa6eed42da
commit
0ba3676df3
4 changed files with 8 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
[% INCLUDE 'doc-head-open.inc' %]
|
||||
<title>Koha › Tools › Patron card creator › Batches › [% IF batch_id %]Edit ([% batch_id %])[% ELSE %]Create[% END %]</title>
|
||||
<title>Koha › Tools › Patron card creator › Batches › [% IF batch_id %]Edit ([% batch_id %])[% ELSE %]New[% END %]</title>
|
||||
[% INCLUDE 'doc-head-close.inc' %]
|
||||
[% INCLUDE 'greybox.inc' %]
|
||||
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
|
||||
|
@ -162,7 +162,7 @@
|
|||
[% IF batch_id %]
|
||||
Edit ([% batch_id %])
|
||||
[% ELSE %]
|
||||
Create
|
||||
New
|
||||
[% END %]
|
||||
</div>
|
||||
<div id="doc3" class="yui-t2">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[% INCLUDE 'doc-head-open.inc' %]
|
||||
<title>Koha › Tools › Patron card creator › Layout › [% IF ( layout_id ) %]Edit[% ELSE %]Create[% END %]</title>
|
||||
<title>Koha › Tools › Patron card creator › Layout › [% IF ( layout_id ) %]Edit[% ELSE %]New[% END %]</title>
|
||||
[% INCLUDE 'doc-head-close.inc' %]
|
||||
<script type="text/JavaScript" language="JavaScript">
|
||||
//<![CDATA[
|
||||
|
@ -114,7 +114,7 @@
|
|||
<a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> ›
|
||||
<a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a> ›
|
||||
<a href="/cgi-bin/koha/patroncards/manage.pl?card_element=layout">Layouts</a> ›
|
||||
[% IF ( layout_id ) %]Edit ([% layout_name %])[% ELSE %]Create[% END %]
|
||||
[% IF ( layout_id ) %]Edit ([% layout_name %])[% ELSE %]New[% END %]
|
||||
</div>
|
||||
<div id="doc3" class="yui-t2">
|
||||
<div id="bd">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[% INCLUDE 'doc-head-open.inc' %]
|
||||
<title>Koha › Tools › Patron card creator › Profiles › [% IF ( profile_id ) %]Edit ([% profile_id %])[% ELSE %]Create[% END%]</title>
|
||||
<title>Koha › Tools › Patron card creator › Profiles › [% IF ( profile_id ) %]Edit ([% profile_id %])[% ELSE %]New[% END%]</title>
|
||||
[% INCLUDE 'doc-head-close.inc' %]
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
|
@ -44,7 +44,7 @@
|
|||
<a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> ›
|
||||
<a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a> ›
|
||||
<a href="/cgi-bin/koha/patroncards/manage.pl?card_element=profile">Profiles</a> ›
|
||||
[% IF ( profile_id ) %]Edit ([% profile_id %])[% ELSE %]Create[% END%]
|
||||
[% IF ( profile_id ) %]Edit ([% profile_id %])[% ELSE %]New[% END%]
|
||||
</div>
|
||||
<div id="doc3" class="yui-t2">
|
||||
<div id="bd">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[% INCLUDE 'doc-head-open.inc' %]
|
||||
<title>Koha › Tools › Patron card creator › Templates › [% IF (template_id) %]Edit ([% template_id %])[% ELSE %]Create[% END %]</title>
|
||||
<title>Koha › Tools › Patron card creator › Templates › [% IF (template_id) %]Edit ([% template_id %])[% ELSE %]New[% END %]</title>
|
||||
[% INCLUDE 'doc-head-close.inc' %]
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
|
@ -44,7 +44,7 @@
|
|||
<a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> ›
|
||||
<a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a> ›
|
||||
<a href="/cgi-bin/koha/patroncards/manage.pl?card_element=template">Templates</a> ›
|
||||
[% IF (template_id) %]Edit ([% template_id %])[% ELSE %]Create[% END %]
|
||||
[% IF (template_id) %]Edit ([% template_id %])[% ELSE %]New[% END %]
|
||||
</div>
|
||||
<div id="doc3" class="yui-t2">
|
||||
<div id="bd">
|
||||
|
|
Loading…
Reference in a new issue