Lines 901-907
Link Here
|
901 |
[% END %] |
901 |
[% END %] |
902 |
|
902 |
|
903 |
<div id="toolbar" class="btn-toolbar sticky"> |
903 |
<div id="toolbar" class="btn-toolbar sticky"> |
904 |
[% IF CAN_user_editcatalogue_edit_items or ( frameworkcode == 'FA' and CAN_user_editcatalogue_fast_cataloging ) %] |
904 |
[% IF CAN_user_editcatalogue_edit_items or ( ( frameworkcode == 'FA' || is_fast_add ) and CAN_user_editcatalogue_fast_cataloging ) %] |
905 |
[% IF (circborrowernumber) %][%# fast cataloging must lead to items %] |
905 |
[% IF (circborrowernumber) %][%# fast cataloging must lead to items %] |
906 |
<!-- Action is under fast cataloging - Save button redirecting to items --> |
906 |
<!-- Action is under fast cataloging - Save button redirecting to items --> |
907 |
<div class="btn-group"><a href="#" id="saveanditems" class="btn btn-primary"><i class="fa fa-save"></i> Save</a></div> |
907 |
<div class="btn-group"><a href="#" id="saveanditems" class="btn btn-primary"><i class="fa fa-save"></i> Save</a></div> |
908 |
- |
|
|