|
Lines 432-438
function Changefwk(FwkList) {
Link Here
|
| 432 |
[% END %] |
432 |
[% END %] |
| 433 |
|
433 |
|
| 434 |
<div id="toolbar" class="btn-toolbar"> |
434 |
<div id="toolbar" class="btn-toolbar"> |
| 435 |
[% IF ( CAN_user_editcatalogue_edit_items ) %] |
435 |
[% IF CAN_user_editcatalogue_edit_items or ( frameworkcode == 'FA' and CAN_user_editcatalogue_fast_cataloging ) %] |
| 436 |
[% IF (circborrowernumber) %][%# fast cataloging must lead to items %] |
436 |
[% IF (circborrowernumber) %][%# fast cataloging must lead to items %] |
| 437 |
<!-- Action is under fast cataloging - Save button redirecting to items --> |
437 |
<!-- Action is under fast cataloging - Save button redirecting to items --> |
| 438 |
<div class="btn-group"><a href="#" id="saveanditems" class="btn btn-small"><i class="icon-hdd"></i> Save</a></div> |
438 |
<div class="btn-group"><a href="#" id="saveanditems" class="btn btn-small"><i class="icon-hdd"></i> Save</a></div> |
| 439 |
- |
|
|