|
Lines 3-17
Link Here
|
| 3 |
<title>Koha › Acquisitions › Transfer order</title> |
3 |
<title>Koha › Acquisitions › Transfer order</title> |
| 4 |
[%- USE KohaDates -%] |
4 |
[%- USE KohaDates -%] |
| 5 |
[% INCLUDE 'doc-head-close.inc' %] |
5 |
[% INCLUDE 'doc-head-close.inc' %] |
| 6 |
<style type="text/css"> |
|
|
| 7 |
#custom-doc { width:44.46em;*width:43.39em;min-width:578px; margin:auto; text-align:left; } |
| 8 |
</style> |
| 9 |
</head> |
6 |
</head> |
| 10 |
|
7 |
|
| 11 |
<body id="acq_transferorder" class="acq"> |
8 |
<body id="acq_transferorder" class="acq"> |
| 12 |
<div id="custom-doc" class="yui-t7"> |
9 |
<div class="container-fluid"> |
| 13 |
<div id="bd"> |
|
|
| 14 |
<div class="yui-g"> |
| 15 |
[% IF ( bookselleridfrom ) %] |
10 |
[% IF ( bookselleridfrom ) %] |
| 16 |
<h3>Search for a vendor to transfer to</h3> |
11 |
<h3>Search for a vendor to transfer to</h3> |
| 17 |
<div class="transferinfo"> |
12 |
<div class="transferinfo"> |
|
Lines 123-135
Link Here
|
| 123 |
<p>No results found.</p> |
118 |
<p>No results found.</p> |
| 124 |
[% END %] |
119 |
[% END %] |
| 125 |
[% END %] |
120 |
[% END %] |
| 126 |
</div> |
|
|
| 127 |
|
121 |
|
| 128 |
<div id="closewindow"><a href="#" class="btn btn-default btn-default close">Cancel</a></div> |
122 |
<div id="closewindow"><a href="#" class="btn btn-default btn-default close">Cancel</a></div> |
| 129 |
|
123 |
|
| 130 |
</div> |
|
|
| 131 |
</div> |
| 132 |
|
| 133 |
[% MACRO jsinclude BLOCK %] |
124 |
[% MACRO jsinclude BLOCK %] |
| 134 |
[% IF transferred %] |
125 |
[% IF transferred %] |
| 135 |
<script type="text/javascript"> |
126 |
<script type="text/javascript"> |
|
Lines 149-152
Link Here
|
| 149 |
[% END %] |
140 |
[% END %] |
| 150 |
[% END %] |
141 |
[% END %] |
| 151 |
|
142 |
|
| 152 |
[% INCLUDE 'intranet-bottom.inc' %] |
143 |
[% INCLUDE 'intranet-bottom.inc' popup_window=1 %] |
| 153 |
- |
|
|