Bugzilla – Attachment 46371 Details for
Bug 15476
Listname not always displayed in shelves.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF]Bug 15476: Listname not always displayed in shelves.pl
SIGNED-OFFBug-15476-Listname-not-always-displayed-.patch (text/plain), 1.45 KB, created by
Héctor Eduardo Castro Avalos
on 2016-01-06 22:19:50 UTC
(
hide
)
Description:
[SIGNED-OFF]Bug 15476: Listname not always displayed in shelves.pl
Filename:
MIME Type:
Creator:
Héctor Eduardo Castro Avalos
Created:
2016-01-06 22:19:50 UTC
Size:
1.45 KB
patch
obsolete
>From 2149187946b0c5d9ed69d1a3dda6471b6862c70f Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Wed, 6 Jan 2016 10:29:01 +0100 >Subject: [PATCH] [SIGNED-OFF]Bug 15476: Listname not always displayed in > shelves.pl > >To reproduce: > - In staff client, go to List and click on the name of an > existing list. > - At the bottom of the screen, you see a title "Add an item to " > but no list name. > >To test: > - Apply patch > - Verify that listname appears after "Add an item to " > >Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> >Works as advertised. Label/legend for listname displayed Ok >--- > 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..8443d63 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt >@@ -499,7 +499,7 @@ function placeHold () { > <div class="yui-g"> > <form action="/cgi-bin/koha/virtualshelves/shelves.pl" method="post"> > <fieldset class="brief noprint"> >- <legend>Add an item to <i>[% shelfname | html %]</i></legend> >+ <legend>Add an item to <i>[% shelf.shelfname | html %]</i></legend> > <ol> > <li> > <label for="barcode">Barcode:</label> >-- >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 15476
:
46309
|
46371
|
46375