Lines 235-241
Link Here
|
235 |
</td> |
235 |
</td> |
236 |
<td class="actions"> |
236 |
<td class="actions"> |
237 |
<a href="#" class="editrule btn btn-default btn-xs"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit</a> |
237 |
<a href="#" class="editrule btn btn-default btn-xs"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit</a> |
238 |
<a href="#" class="delete btn btn-default btn-xs" data-itemtype="[% i || '*' | html %]" data-categorycode="[% c || '*' | html %]" data-branch"[% current_branch | html %]"><i class="fa fa-trash-can"></i> Delete</a> |
238 |
<a href="#" class="delete btn btn-default btn-xs" data-itemtype="[% i || '*' | html %]" data-categorycode="[% c || '*' | html %]" data-branch="[% current_branch | html %]"><i class="fa fa-trash-can"></i> Delete</a> |
239 |
</td> |
239 |
</td> |
240 |
<td> |
240 |
<td> |
241 |
[% IF note.defined && note != '' %] |
241 |
[% IF note.defined && note != '' %] |
Lines 402-408
Link Here
|
402 |
[% END %] |
402 |
[% END %] |
403 |
<td class="actions"> |
403 |
<td class="actions"> |
404 |
<a href="#" class="editrule btn btn-default btn-xs"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit</a> |
404 |
<a href="#" class="editrule btn btn-default btn-xs"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit</a> |
405 |
<a href="#" class="delete btn btn-default btn-xs" data-itemtype="[% i || '*' | html %]" data-categorycode="[% c || '*' | html %]" data-branch"[% current_branch | html %]"><i class="fa fa-trash-can"></i> Delete</a> |
405 |
<a href="#" class="delete btn btn-default btn-xs" data-itemtype="[% i || '*' | html %]" data-categorycode="[% c || '*' | html %]" data-branch="[% current_branch | html %]"><i class="fa fa-trash-can"></i> Delete</a> |
406 |
</td> |
406 |
</td> |
407 |
</tr> |
407 |
</tr> |
408 |
[% END %] |
408 |
[% END %] |
Lines 793-799
Link Here
|
793 |
<td class="actions"> |
793 |
<td class="actions"> |
794 |
<button type="submit" class="btn btn-default btn-xs"><i class="fa fa-save"></i> Save</button> |
794 |
<button type="submit" class="btn btn-default btn-xs"><i class="fa fa-save"></i> Save</button> |
795 |
[% IF ( default_checkout_hold_and_return_policy ) %] |
795 |
[% IF ( default_checkout_hold_and_return_policy ) %] |
796 |
<a href="#" class="delete-branch-cat btn btn-default btn-xs" data-categorycode="[% c || '*' | html %]" data-branch"[% current_branch | html %]"><i class="fa fa-undo"></i> Unset</a> |
796 |
<a href="#" class="delete-branch-cat btn btn-default btn-xs" data-categorycode="[% c || '*' | html %]" data-branch="[% current_branch | html %]"><i class="fa fa-undo"></i> Unset</a> |
797 |
[% END %] |
797 |
[% END %] |
798 |
</td> |
798 |
</td> |
799 |
</tr> |
799 |
</tr> |
Lines 861-867
Link Here
|
861 |
</td> |
861 |
</td> |
862 |
|
862 |
|
863 |
<td class="actions"> |
863 |
<td class="actions"> |
864 |
<a href="#" class="delete-branch-cat btn btn-default btn-xs" data-categorycode="[% c | html %]" data-branch"[% current_branch | html %]"><i class="fa fa-trash-can"></i> Delete</a> |
864 |
<a href="#" class="delete-branch-cat btn btn-default btn-xs" data-categorycode="[% c | html %]" data-branch="[% current_branch | html %]"><i class="fa fa-trash-can"></i> Delete</a> |
865 |
</td> |
865 |
</td> |
866 |
</tr> |
866 |
</tr> |
867 |
[% END %] |
867 |
[% END %] |
Lines 930-936
Link Here
|
930 |
[% END %] |
930 |
[% END %] |
931 |
</td> |
931 |
</td> |
932 |
<td class="actions"> |
932 |
<td class="actions"> |
933 |
<a href="#" class="del-waiting-hold-cancellation btn btn-default btn-xs" data-categorycode="[% c || '*' | html %]" data-itemtype="[% i|| '*' | html %]" data-branch"[% current_branch | html %]"><i class="fa fa-trash-can"></i> Delete</a> |
933 |
<a href="#" class="del-waiting-hold-cancellation btn btn-default btn-xs" data-categorycode="[% c || '*' | html %]" data-itemtype="[% i|| '*' | html %]" data-branch="[% current_branch | html %]"><i class="fa fa-trash-can"></i> Delete</a> |
934 |
</td> |
934 |
</td> |
935 |
</tr> |
935 |
</tr> |
936 |
[% END %] |
936 |
[% END %] |
Lines 1002-1008
Link Here
|
1002 |
</td> |
1002 |
</td> |
1003 |
|
1003 |
|
1004 |
<td class="actions"> |
1004 |
<td class="actions"> |
1005 |
<a href="#" class="del-open-article-requests-limit btn btn-default btn-xs" data-categorycode="[% c | html %]" data-branch"[% current_branch | html %]"><i class="fa fa-trash-can"></i> Delete</a> |
1005 |
<a href="#" class="del-open-article-requests-limit btn btn-default btn-xs" data-categorycode="[% c | html %]" data-branch="[% current_branch | html %]"><i class="fa fa-trash-can"></i> Delete</a> |
1006 |
</td> |
1006 |
</td> |
1007 |
</tr> |
1007 |
</tr> |
1008 |
[% END %] |
1008 |
[% END %] |
Lines 1060-1066
Link Here
|
1060 |
[% END %] |
1060 |
[% END %] |
1061 |
</td> |
1061 |
</td> |
1062 |
<td class="actions"> |
1062 |
<td class="actions"> |
1063 |
<a href="#" class="del-article-request-fee btn btn-default btn-xs" data-categorycode="[% c | html %]" data-branch"[% current_branch | html %]"><i class="fa fa-trash-can"></i> Delete</a> |
1063 |
<a href="#" class="del-article-request-fee btn btn-default btn-xs" data-categorycode="[% c | html %]" data-branch="[% current_branch | html %]"><i class="fa fa-trash-can"></i> Delete</a> |
1064 |
</td> |
1064 |
</td> |
1065 |
</tr> |
1065 |
</tr> |
1066 |
[% END %] |
1066 |
[% END %] |
Lines 1352-1358
Link Here
|
1352 |
[% END %] |
1352 |
[% END %] |
1353 |
</td> |
1353 |
</td> |
1354 |
<td class="actions"> |
1354 |
<td class="actions"> |
1355 |
<a href="#" class="delete-branch-item btn btn-default btn-xs" data-itemtype="[% i.itemtype | html %]" data-branch"[% current_branch | html %]"><i class="fa fa-trash-can"></i> Delete</a> |
1355 |
<a href="#" class="delete-branch-item btn btn-default btn-xs" data-itemtype="[% i.itemtype | html %]" data-branch="[% current_branch | html %]"><i class="fa fa-trash-can"></i> Delete</a> |
1356 |
</td> |
1356 |
</td> |
1357 |
</tr> |
1357 |
</tr> |
1358 |
[% END %] |
1358 |
[% END %] |
1359 |
- |
|
|