Bugzilla – Attachment 44172 Details for
Bug 15072
Breadcrumbs and titles inconsistent in Label creator
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 15072: (followup) Use 'New' on Patron card creator too
SIGNED-OFF-Bug-15072-followup-Use-New-on-Patron-ca.patch (text/plain), 5.71 KB, created by
Bernardo Gonzalez Kriegel
on 2015-10-29 16:57:40 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 15072: (followup) Use 'New' on Patron card creator too
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2015-10-29 16:57:40 UTC
Size:
5.71 KB
patch
obsolete
>From adab9ce3e620a9aef8d6eeb65f6b7406581d966b Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 27 Oct 2015 15:22:09 -0300 >Subject: [PATCH] [SIGNED-OFF] 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 >--- > koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt | 4 ++-- > koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt | 4 ++-- > koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-profile.tt | 4 ++-- > koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-template.tt | 4 ++-- > 4 files changed, 8 insertions(+), 8 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt >index 30508d4..32e6924 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt >@@ -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"> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt >index a761ad3..a6804a3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt >@@ -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"> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-profile.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-profile.tt >index f72180f..290b529 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-profile.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-profile.tt >@@ -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"> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-template.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-template.tt >index 7fe3e1c..bb25c1e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-template.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-template.tt >@@ -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"> >-- >1.9.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 15072
:
44097
|
44098
|
44099
|
44120
|
44170
|
44171
|
44172
|
44173
|
44188
|
44189
|
44190
|
44191