Link Here
|
40 |
[% IF ( CAN_user_tools_batch_upload_patron_images ) %] |
40 |
[% IF ( CAN_user_tools_batch_upload_patron_images ) %] |
41 |
<li><a href="/cgi-bin/koha/tools/picture-upload.pl">Upload patron images</a></li> |
41 |
<li><a href="/cgi-bin/koha/tools/picture-upload.pl">Upload patron images</a></li> |
42 |
[% END %] |
42 |
[% END %] |
43 |
[% IF ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') ) %] |
|
|
44 |
<li><a href="/cgi-bin/koha/tools/stockrotation.pl">Stock rotation</a></li> |
45 |
[% END %] |
46 |
</ul> |
43 |
</ul> |
47 |
<h5>Catalog</h5> |
44 |
<h5>Catalog</h5> |
48 |
<ul> |
45 |
<ul> |
Link Here
|
74 |
[% IF ( CAN_user_tools_rotating_collections ) %] |
71 |
[% IF ( CAN_user_tools_rotating_collections ) %] |
75 |
<li><a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a></li> |
72 |
<li><a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a></li> |
76 |
[% END %] |
73 |
[% END %] |
|
|
74 |
[% IF ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') ) %] |
75 |
<li><a href="/cgi-bin/koha/tools/stockrotation.pl">Stock rotation</a></li> |
76 |
[% END %] |
77 |
[% IF ( CAN_user_tools_marc_modification_templates ) %] |
77 |
[% IF ( CAN_user_tools_marc_modification_templates ) %] |
78 |
<li><a href="/cgi-bin/koha/tools/marc_modification_templates.pl">Manage MARC modification templates</a></li> |
78 |
<li><a href="/cgi-bin/koha/tools/marc_modification_templates.pl">Manage MARC modification templates</a></li> |
79 |
[% END %] |
79 |
[% END %] |
80 |
- |
|
|