Bugzilla – Attachment 44099 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]
Bug 15072: (followup) Use 'New' on Patron card creator too
Bug-15072-followup-Use-New-on-Patron-card-creator-.patch (text/plain), 5.54 KB, created by
Tomás Cohen Arazi (tcohen)
on 2015-10-27 18:25:24 UTC
(
hide
)
Description:
Bug 15072: (followup) Use 'New' on Patron card creator too
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2015-10-27 18:25:24 UTC
Size:
5.54 KB
patch
obsolete
>From 79823ecef0c7d8392b00ec9f9b9a1fd02d2b9f4e 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] Bug 15072: (followup) Use 'New' on Patron card creator too > >This patch makes the change on the patron cards creator tool too. >--- > 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"> >-- >2.6.2
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