|
Lines 1-11
Link Here
|
| 1 |
[% INCLUDE 'doc-head-open.inc' %] |
1 |
[% INCLUDE 'doc-head-open.inc' %] |
| 2 |
<title>Koha › Add to list</title> |
2 |
<title>Koha › Add to list</title> |
| 3 |
[% INCLUDE 'doc-head-close.inc' %] |
3 |
[% INCLUDE 'doc-head-close.inc' %] |
| 4 |
<style type="text/css"> |
|
|
| 5 |
#custom-doc { width:34.62em;*width:33.78em;min-width:450px; margin:auto; margin-top: .4em;text-align:left; } |
| 6 |
</style> |
| 7 |
</head> |
4 |
</head> |
|
|
5 |
|
| 8 |
<body id="lists_addbybiblionumber" class="lists"> |
6 |
<body id="lists_addbybiblionumber" class="lists"> |
|
|
7 |
<div class="container-fluid"> |
| 9 |
|
8 |
|
| 10 |
[% UNLESS (authorized) %] |
9 |
[% UNLESS (authorized) %] |
| 11 |
<p align="center"> |
10 |
<p align="center"> |
|
Lines 14-21
Link Here
|
| 14 |
<a href="javascript:self.close();">Close this window.</a> |
13 |
<a href="javascript:self.close();">Close this window.</a> |
| 15 |
</p> |
14 |
</p> |
| 16 |
[% ELSE %] |
15 |
[% ELSE %] |
| 17 |
<div id="custom-doc" class="yui-t7"> |
16 |
|
| 18 |
<div id="bd"> |
|
|
| 19 |
[% IF ( multiple ) %] |
17 |
[% IF ( multiple ) %] |
| 20 |
<h1>Add [% total %] items to [% IF ( singleshelf ) %]<em>[% shelfname | html%]</em>: [% ELSE %]a list:[% END %]</h1> |
18 |
<h1>Add [% total %] items to [% IF ( singleshelf ) %]<em>[% shelfname | html%]</em>: [% ELSE %]a list:[% END %]</h1> |
| 21 |
[% ELSE %] |
19 |
[% ELSE %] |
|
Lines 113-119
Link Here
|
| 113 |
</form> |
111 |
</form> |
| 114 |
<!-- /SAVE --> |
112 |
<!-- /SAVE --> |
| 115 |
|
113 |
|
| 116 |
</div> |
|
|
| 117 |
[% SET popup_window = 1 %] |
114 |
[% SET popup_window = 1 %] |
| 118 |
[% INCLUDE 'intranet-bottom.inc' %] |
115 |
[% INCLUDE 'intranet-bottom.inc' %] |
| 119 |
[% END %] |
116 |
[% END %] |
| 120 |
- |
|
|