Bugzilla – Attachment 60954 Details for
Bug 18209
Patron's card manage.pl page is not fully translatable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18209: Add default, 'Actions' and fix case
Bug-18209-Add-default-Actions-and-fix-case.patch (text/plain), 2.08 KB, created by
Jonathan Druart
on 2017-03-09 14:26:15 UTC
(
hide
)
Description:
Bug 18209: Add default, 'Actions' and fix case
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-03-09 14:26:15 UTC
Size:
2.08 KB
patch
obsolete
>From 440f66e8b974f1cbf2693966cab24917ab88d69b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 9 Mar 2017 11:25:28 -0300 >Subject: [PATCH] Bug 18209: Add default, 'Actions' and fix case > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt >index a319067..3585ea0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt >@@ -199,6 +199,7 @@ > [%- CASE 'Layout ID' -%]<th>Layout ID</th> > [%- CASE 'Layout' -%]<th>Layout</th> > [%- CASE 'Action' -%]<th>Action</th> >+ [%- CASE 'Actions' -%]<th>Actions</th> > [%- CASE 'Select' -%][% IF ( print ) %]<th>Select</th>[% END %] > [%- CASE 'Template ID' -%]<th>Template ID</th> > [%- CASE 'Template Name' -%]<th>Template name</th> >@@ -207,7 +208,8 @@ > [%- CASE 'Printer Name' -%]<th>Printer name</th> > [%- CASE 'Paper Bin' -%]<th>Paper bin</th> > [%- CASE 'Batch ID' -%]<th>Batch ID</th> >- [%- CASE 'Patron Count' -%]<th>Patron Count</th> >+ [%- CASE 'Patron Count' -%]<th>Patron count</th> >+ [%- CASE -%]<th>[% header_field.field_label %]</th> > [% END -%] > [% END %] > </tr> >-- >2.9.3
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 18209
:
60817
|
60873
|
60935
|
60936
|
60953
| 60954