|
Link Here
|
| 1 |
<ul> |
1 |
[% USE Koha %] |
| 2 |
<li><a href="/cgi-bin/koha/virtualshelves/shelves.pl">Lists</a></li> |
2 |
<div id="navmenu"> |
| 3 |
</ul> |
3 |
<div id="navmenulist"> |
|
|
4 |
|
| 5 |
<h5>New</h5> |
| 6 |
<ul> |
| 7 |
<li> |
| 8 |
<a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Basic editor</a> |
| 9 |
</li> |
| 10 |
[% IF Koha.Preference( 'EnableAdvancedCatalogingEditor' ) == 1 && CAN_user_editcatalogue_advanced_editor %] |
| 11 |
<li> |
| 12 |
<a href="/cgi-bin/koha/cataloguing/editor.pl">Advanced editor</a> |
| 13 |
</li> |
| 14 |
[% END %] |
| 15 |
</ul> |
| 16 |
|
| 17 |
[% IF ( CAN_user_tools_stage_marc_import || CAN_user_tools_manage_staged_marc ) %] |
| 18 |
<h5>Import</h5> |
| 19 |
<ul> |
| 20 |
[% IF ( CAN_user_tools_stage_marc_import ) %] |
| 21 |
<li> |
| 22 |
<a href="/cgi-bin/koha/tools/stage-marc-import.pl">Stage records for import</a> |
| 23 |
</li> |
| 24 |
[% END %] |
| 25 |
[% IF ( CAN_user_tools_manage_staged_marc ) %] |
| 26 |
<li> |
| 27 |
<a href="/cgi-bin/koha/tools/manage-marc-import.pl">Manage staged records</a> |
| 28 |
</li> |
| 29 |
[% END %] |
| 30 |
</ul> |
| 31 |
[% END %] |
| 32 |
|
| 33 |
[% IF ( CAN_user_tools_export_catalog ) %] |
| 34 |
<h5>Export</h5> |
| 35 |
<ul> |
| 36 |
[% IF ( CAN_user_tools_export_catalog ) %] |
| 37 |
<li> |
| 38 |
<a href="/cgi-bin/koha/tools/export.pl">Export catalog data</a> |
| 39 |
</li> |
| 40 |
[% END %] |
| 41 |
</ul> |
| 42 |
[% END %] |
| 43 |
|
| 44 |
[% IF ( CAN_user_tools_items_batchmod || CAN_user_tools_items_batchdel || CAN_user_tools_records_batchmod || CAN_user_tools_records_batchdel || CAN_user_tools_marc_modification_templates ) %] |
| 45 |
<h5>Batch editing</h5> |
| 46 |
<ul> |
| 47 |
[% IF ( CAN_user_tools_items_batchmod ) %] |
| 48 |
<li> |
| 49 |
<a href="/cgi-bin/koha/tools/batchMod.pl">Batch item modification</a> |
| 50 |
</li> |
| 51 |
[% END %] |
| 52 |
[% IF ( CAN_user_tools_items_batchdel ) %] |
| 53 |
<li> |
| 54 |
<a href="/cgi-bin/koha/tools/batchMod.pl?del=1">Batch item deletion</a> |
| 55 |
</li> |
| 56 |
[% END %] |
| 57 |
[% IF CAN_user_tools_records_batchmod %] |
| 58 |
<li> |
| 59 |
<a href="/cgi-bin/koha/tools/batch_record_modification.pl">Batch record modification</a> |
| 60 |
</li> |
| 61 |
[% END %] |
| 62 |
[% IF CAN_user_tools_records_batchdel %] |
| 63 |
<li> |
| 64 |
<a href="/cgi-bin/koha/tools/batch_delete_records.pl">Batch record deletion</a> |
| 65 |
</li> |
| 66 |
[% END %] |
| 67 |
[% IF ( CAN_user_tools_marc_modification_templates ) %] |
| 68 |
<li> |
| 69 |
<a href="/cgi-bin/koha/tools/marc_modification_templates.pl">MARC modification templates</a> |
| 70 |
</li> |
| 71 |
[% END %] |
| 72 |
</ul> |
| 73 |
[% END %] |
| 74 |
|
| 75 |
[% IF ( CAN_user_tools_items_batchmod || ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') ) ) %] |
| 76 |
<h5>Automations</h5> |
| 77 |
<ul> |
| 78 |
[% IF ( CAN_user_tools_items_batchmod ) %] |
| 79 |
<li> |
| 80 |
<a href="/cgi-bin/koha/tools/automatic_item_modification_by_age.pl">Item modifications by age</a> |
| 81 |
</li> |
| 82 |
[% END %] |
| 83 |
[% IF ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') ) %] |
| 84 |
<li> |
| 85 |
<a href="/cgi-bin/koha/tools/stockrotation.pl">Stock rotation</a> |
| 86 |
</li> |
| 87 |
[% END %] |
| 88 |
</ul> |
| 89 |
[% END %] |
| 90 |
|
| 91 |
[% IF ( CAN_user_tools_inventory ) %] |
| 92 |
<h5>Reports</h5> |
| 93 |
<ul> |
| 94 |
[% IF ( CAN_user_tools_inventory ) %] |
| 95 |
<li> |
| 96 |
<a href="/cgi-bin/koha/tools/inventory.pl">Inventory</a> |
| 97 |
</li> |
| 98 |
[% END %] |
| 99 |
</ul> |
| 100 |
[% END %] |
| 101 |
|
| 102 |
[% IF ( CAN_user_tools_label_creator ) %] |
| 103 |
<h5>Tools</h5> |
| 104 |
<ul> |
| 105 |
[% IF ( CAN_user_tools_label_creator ) %] |
| 106 |
<li> |
| 107 |
<a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a> |
| 108 |
</li> |
| 109 |
<li> |
| 110 |
<a href="/cgi-bin/koha/labels/barcode-print.pl">Barcode image generator</a> |
| 111 |
</li> |
| 112 |
<li> |
| 113 |
<a href="/cgi-bin/koha/labels/spinelabel-home.pl">Quick spine label creator</a> |
| 114 |
</li> |
| 115 |
[% END %] |
| 116 |
</ul> |
| 117 |
[% END %] |
| 118 |
|
| 119 |
</div> |
| 120 |
</div> |