Bugzilla – Attachment 43109 Details for
Bug 14739
Add several patrons to a new batch will create a new batch per patron added
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14739: Adapt wording in breadcrumbs if a new batch is created
Bug-14739-Adapt-wording-in-breadcrumbs-if-a-new-ba.patch (text/plain), 2.30 KB, created by
Jonathan Druart
on 2015-10-05 08:21:29 UTC
(
hide
)
Description:
Bug 14739: Adapt wording in breadcrumbs if a new batch is created
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-10-05 08:21:29 UTC
Size:
2.30 KB
patch
obsolete
>From 623c9d1b97a554cd68fc51556142d4b4beb84125 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 5 Oct 2015 09:20:02 +0100 >Subject: [PATCH] Bug 14739: Adapt wording in breadcrumbs if a new batch is > created > >Don't display "Manage batch number 0" but "Create new batch" > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt | 6 +++++- > koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt | 6 +++++- > 2 files changed, 10 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt >index a15ca7e..532406a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt >@@ -174,7 +174,11 @@ > <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> › > <a href="/cgi-bin/koha/labels/label-home.pl">Labels home</a> › > <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=batch">Manage label batches</a> › >- Manage batch number [% batch_id %] >+ [% IF batch_id %] >+ Manage batch number [% batch_id %] >+ [% ELSE %] >+ Create new batch >+ [% END %] > </div> > <div id="doc3" class="yui-t2"> > <div id="bd"> >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 5427f9c..e360cf2 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 >@@ -158,7 +158,11 @@ > <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=batch">Manage patron card batches</a> › >- Manage batch number [% batch_id %] >+ [% IF batch_id %] >+ Manage batch number [% batch_id %] >+ [% ELSE %] >+ Create new batch >+ [% END %] > </div> > <div id="doc3" class="yui-t2"> > <div id="bd"> >-- >2.1.0
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 14739
:
42421
|
42445
|
42473
|
42474
|
42623
|
42965
|
43034
|
43038
|
43040
|
43050
|
43052
|
43060
|
43061
|
43062
|
43063
|
43107
|
43108
|
43109
|
44663