Bugzilla – Attachment 76628 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.37 KB, created by
Marcel de Rooy
on 2018-07-02 12:22:26 UTC
(
hide
)
Description:
Bug 20469: (Follow-up) Make translation of status possible
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2018-07-02 12:22:26 UTC
Size:
1.37 KB
patch
obsolete
>From d874995483affefcf3bb0c091beb416fda7cb852 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> >--- > 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 db0f206..f999b6e 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 >@@ -43,9 +43,9 @@ > </div> > [% END %] > [% BLOCK item_status %][%# pass Koha::Item into myitem %] >- [% IF myitem.onloan %]Checked out >- [% ELSIF myitem.is_waiting_or_transit %]On hold >- [% ELSE %]Available >+ [% IF myitem.onloan %]<span>Checked out</span> >+ [% ELSIF myitem.is_waiting_or_transit %]<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