|
Lines 11-16
Link Here
|
| 11 |
<div id="useraddbybiblionumber"> |
11 |
<div id="useraddbybiblionumber"> |
| 12 |
[% IF ( authorized ) %] |
12 |
[% IF ( authorized ) %] |
| 13 |
[% UNLESS ( newshelf ) %] |
13 |
[% UNLESS ( newshelf ) %] |
|
|
14 |
[% IF ( private_shelves.count) %] |
| 14 |
[% IF ( multiple ) %] |
15 |
[% IF ( multiple ) %] |
| 15 |
<h1>Add [% total %] items to [% IF ( singleshelf ) %]<em>[% shelfname | html %]</em>: [% ELSE %]a list:[% END %]</h1> |
16 |
<h1>Add [% total %] items to [% IF ( singleshelf ) %]<em>[% shelfname | html %]</em>: [% ELSE %]a list:[% END %]</h1> |
| 16 |
[% ELSE %] |
17 |
[% ELSE %] |
|
Lines 55-60
Link Here
|
| 55 |
</fieldset> |
56 |
</fieldset> |
| 56 |
</form> |
57 |
</form> |
| 57 |
<p>...or...</p> |
58 |
<p>...or...</p> |
|
|
59 |
[% END %] |
| 58 |
[% ELSE %] |
60 |
[% ELSE %] |
| 59 |
[% IF ( singleshelf ) %] |
61 |
[% IF ( singleshelf ) %] |
| 60 |
<form name="f1" action="/cgi-bin/koha/opac-addbybiblionumber.pl" method="post"> |
62 |
<form name="f1" action="/cgi-bin/koha/opac-addbybiblionumber.pl" method="post"> |
| 61 |
- |
|
|