Lines 499-505
function placeHold () {
Link Here
|
499 |
<div class="yui-g"> |
499 |
<div class="yui-g"> |
500 |
<form action="/cgi-bin/koha/virtualshelves/shelves.pl" method="post"> |
500 |
<form action="/cgi-bin/koha/virtualshelves/shelves.pl" method="post"> |
501 |
<fieldset class="brief noprint"> |
501 |
<fieldset class="brief noprint"> |
502 |
<legend>Add an item to <i>[% shelfname | html %]</i></legend> |
502 |
<legend>Add an item to <i>[% shelf.shelfname | html %]</i></legend> |
503 |
<ol> |
503 |
<ol> |
504 |
<li> |
504 |
<li> |
505 |
<label for="barcode">Barcode:</label> |
505 |
<label for="barcode">Barcode:</label> |
506 |
- |
|
|