Bugzilla – Attachment 77224 Details for
Bug 20469
Add item status to staff article requests form
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20469: (follow-up) Make translation of status possible
Bug-20469-follow-up-Make-translation-of-status-pos.patch (text/plain), 1.49 KB, created by
Marcel de Rooy
on 2018-07-24 14:49:46 UTC
(
hide
)
Description:
Bug 20469: (follow-up) Make translation of status possible
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2018-07-24 14:49:46 UTC
Size:
1.49 KB
patch
obsolete
>From a684267a172917d0f942b2f446922b2b2b61b5cb Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Wed, 28 Mar 2018 15:08:22 +0200 >Subject: [PATCH] Bug 20469: (follow-up) Make translation of status possible >Content-Type: text/plain; charset=utf-8 > >As Mark noticed, adding a span for each status will allow for translation. >Note that the menu options in the block before are inside html tags like ><a><i>..</i>..</a> and will be translated (as long as spaces match). > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt >index 610c98e..51aeba6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt >@@ -44,9 +44,9 @@ > [% END %] > [% BLOCK item_status %][%# pass Koha::Item into myitem %] > [% IF !myitem # Note: article request may have no item %] >- [% ELSIF myitem.onloan %]Checked out >- [% ELSIF myitem.has_waiting_or_transit_hold %]On hold >- [% ELSE %]Available >+ [% ELSIF myitem.onloan %]<span>Checked out</span> >+ [% ELSIF myitem.has_waiting_or_transit_hold %]<span>On hold</span> >+ [% ELSE %]<span>Available</span> > [% END %] > [% END %] > >-- >2.1.4
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 20469
:
73281
|
73282
|
73388
|
76627
|
76628
|
76630
|
76631
|
77184
|
77185
|
77186
|
77222
|
77223
|
77224
|
107235
|
107236
|
107412
|
107413
|
107417
|
107418
|
107419
|
108345
|
108346
|
108347