Bugzilla – Attachment 47046 Details for
Bug 15589
OPAC Lists "his" string fix
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15589: Fix for the staff interface
Bug-15589-Fix-for-the-staff-interface.patch (text/plain), 1.45 KB, created by
Aleisha Amohia
on 2016-01-20 20:14:47 UTC
(
hide
)
Description:
Bug 15589: Fix for the staff interface
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2016-01-20 20:14:47 UTC
Size:
1.45 KB
patch
obsolete
>From d13163c8b715b9de2fc5a75f407db7fedb6f8027 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 20 Jan 2016 16:21:35 +0000 >Subject: [PATCH] Bug 15589: Fix for the staff interface > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Signed-off-by: Aleisha <aleishaamohia@hotmail.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt >index b0bdabc..818456c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt >@@ -582,7 +582,7 @@ function placeHold () { > [% IF shelf and not shelf.allow_delete_own %]<option value="0" selected="selected">Do not allow</option>[% ELSE %]<option value="0">Do not allow</option>[% END %] > [% IF not shelf or shelf.allow_delete_own %]<option value="1" selected="selected">Allow</option>[% ELSE %]<option value="1">Allow</option>[% END %] > </select> >- <span>anyone to remove his own contributed entries.</span> >+ <span>anyone to remove their own contributed entries.</span> > </li> > <li> > <label> </label> >-- >1.7.10.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 15589
:
46825
|
46994
|
47020
|
47021
| 47046