|
Lines 178-189
function set_to_today(id, force) {
Link Here
|
| 178 |
› <a href="/cgi-bin/koha/cataloguing/additem.pl?biblionumber=[% biblionumber %]">Items</a> |
178 |
› <a href="/cgi-bin/koha/cataloguing/additem.pl?biblionumber=[% biblionumber %]">Items</a> |
| 179 |
</div> |
179 |
</div> |
| 180 |
|
180 |
|
| 181 |
<div id="doc3" class="yui-t2"> |
181 |
<div id="doc3" class="yui-t7"> |
| 182 |
|
182 |
|
| 183 |
<div id="bd"> |
183 |
<div id="bd"> |
| 184 |
<div id="yui-main"> |
184 |
<div id="yui-main"> |
| 185 |
<div class="yui-b"> |
|
|
| 186 |
|
| 187 |
|
185 |
|
| 188 |
<h1>Items for [% title |html %] [% IF ( author ) %] by [% author %][% END %] (Record #[% biblionumber %])</h1> |
186 |
<h1>Items for [% title |html %] [% IF ( author ) %] by [% author %][% END %] (Record #[% biblionumber %])</h1> |
| 189 |
|
187 |
|
|
Lines 218-224
function set_to_today(id, force) {
Link Here
|
| 218 |
</div> |
216 |
</div> |
| 219 |
[% END %] |
217 |
[% END %] |
| 220 |
</div> |
218 |
</div> |
| 221 |
|
219 |
<div class="yui-gf"> |
|
|
220 |
<div class="yui-u first"> |
| 221 |
[% INCLUDE 'biblio-view-menu.inc' %] |
| 222 |
</div> |
| 223 |
<div class="yui-u"> |
| 222 |
<div id="cataloguing_additem_newitem"> |
224 |
<div id="cataloguing_additem_newitem"> |
| 223 |
<form method="post" action="/cgi-bin/koha/cataloguing/additem.pl" name="f"> |
225 |
<form method="post" action="/cgi-bin/koha/cataloguing/additem.pl" name="f"> |
| 224 |
<input type="hidden" name="op" value="[% op %]" /> |
226 |
<input type="hidden" name="op" value="[% op %]" /> |
|
Lines 273-289
function set_to_today(id, force) {
Link Here
|
| 273 |
[% END %]</fieldset> |
275 |
[% END %]</fieldset> |
| 274 |
|
276 |
|
| 275 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
277 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
| 276 |
<input type="hidden" name="stickyduedate"" value="[% stickyduedate %]" /> |
278 |
<input type="hidden" name="stickyduedate" value="[% stickyduedate %]" /> |
| 277 |
<input type="hidden" name="barcode" value="[% barcode %]" /> |
279 |
<input type="hidden" name="barcode" value="[% barcode %]" /> |
| 278 |
<input type="hidden" name="duedatespec" value="[% duedatespec %]" /> |
280 |
<input type="hidden" name="duedatespec" value="[% duedatespec %]" /> |
| 279 |
|
281 |
|
| 280 |
|
282 |
|
| 281 |
</form> |
283 |
</form> |
| 282 |
</div> |
284 |
</div> |
| 283 |
</div> |
285 |
</div><!-- /yui-u --> |
| 284 |
</div> |
286 |
</div><!-- /yui-gf --> |
| 285 |
<div class="yui-b"> |
287 |
|
| 286 |
[% INCLUDE 'biblio-view-menu.inc' %] |
|
|
| 287 |
</div> |
288 |
</div> |
| 288 |
</div> |
289 |
</div> |
| 289 |
[% INCLUDE 'intranet-bottom.inc' %] |
290 |
[% INCLUDE 'intranet-bottom.inc' %] |
| 290 |
- |
|
|