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 Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
This commit is contained in:
parent
c4934b2dab
commit
df13a5d3e7
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue