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:
Marc Véron 2016-01-06 10:29:01 +01:00 committed by Brendan A Gallagher
parent c4934b2dab
commit df13a5d3e7

View file

@ -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>