Lines 440-450
function Changefwk(FwkList) {
Link Here
|
440 |
[% IF CAN_user_editcatalogue_edit_items or ( frameworkcode == 'FA' and CAN_user_editcatalogue_fast_cataloging ) %] |
440 |
[% IF CAN_user_editcatalogue_edit_items or ( frameworkcode == 'FA' and CAN_user_editcatalogue_fast_cataloging ) %] |
441 |
[% IF (circborrowernumber) %][%# fast cataloging must lead to items %] |
441 |
[% IF (circborrowernumber) %][%# fast cataloging must lead to items %] |
442 |
<!-- Action is under fast cataloging - Save button redirecting to items --> |
442 |
<!-- Action is under fast cataloging - Save button redirecting to items --> |
443 |
<div class="btn-group"><a href="#" id="saveanditems" class="btn btn-small"><i class="fa fa-hdd"></i> Save</a></div> |
443 |
<div class="btn-group"><a href="#" id="saveanditems" class="btn btn-small"><i class="fa fa-save"></i> Save</a></div> |
444 |
[% ELSE %] |
444 |
[% ELSE %] |
445 |
<!-- Not using fast cataloging - Display split menu --> |
445 |
<!-- Not using fast cataloging - Display split menu --> |
446 |
<div class="btn-group"> |
446 |
<div class="btn-group"> |
447 |
<button class="btn btn-small" id="saverecord"><i class="fa fa-hdd"></i> Save</button> |
447 |
<button class="btn btn-small" id="saverecord"><i class="fa fa-save"></i> Save</button> |
448 |
<button class="btn btn-small dropdown-toggle" data-toggle="dropdown"> |
448 |
<button class="btn btn-small dropdown-toggle" data-toggle="dropdown"> |
449 |
<span class="caret"></span> |
449 |
<span class="caret"></span> |
450 |
</button> |
450 |
</button> |
Lines 457-463
function Changefwk(FwkList) {
Link Here
|
457 |
[% END %] |
457 |
[% END %] |
458 |
[% ELSE %] |
458 |
[% ELSE %] |
459 |
<!-- User cannot edit items - single button redirecting to view --> |
459 |
<!-- User cannot edit items - single button redirecting to view --> |
460 |
<div class="btn-group"><a href="#" id="saveandview" class="btn btn-small"><i class="fa fa-hdd"></i> Save</a></div> |
460 |
<div class="btn-group"><a href="#" id="saveandview" class="btn btn-small"><i class="fa fa-save"></i> Save</a></div> |
461 |
[% END %] |
461 |
[% END %] |
462 |
|
462 |
|
463 |
[% UNLESS (circborrowernumber) %][%# Hide in fast cataloging %] |
463 |
[% UNLESS (circborrowernumber) %][%# Hide in fast cataloging %] |
464 |
- |
|
|