|
Lines 31-37
Link Here
|
| 31 |
<div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2"> |
31 |
<div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2"> |
| 32 |
<h1>Tools</h1> |
32 |
<h1>Tools</h1> |
| 33 |
<div class="row"> |
33 |
<div class="row"> |
|
|
34 |
[% IF Koha.Preference('CataloguingToolsInToolsHome') %] |
| 35 |
<div class="col-sm-4"> |
| 36 |
[% ELSE %] |
| 34 |
<div class="col-sm-6"> |
37 |
<div class="col-sm-6"> |
|
|
38 |
[% END %] |
| 35 |
[% IF ( CAN_user_tools_manage_patron_lists || CAN_user_clubs || CAN_user_tools_moderate_comments || CAN_user_tools_import_patrons || CAN_user_tools_edit_notices || CAN_user_tools_edit_notice_status_triggers || CAN_user_tools_label_creator || CAN_user_tools_delete_anonymize_patrons || CAN_user_tools_edit_patrons || CAN_user_tools_batch_extend_due_dates || CAN_user_tools_moderate_tags || CAN_user_tools_rotating_collections || ( CAN_user_tools_batch_upload_patron_images && Koha.Preference('patronimages') ) ) %] |
39 |
[% IF ( CAN_user_tools_manage_patron_lists || CAN_user_clubs || CAN_user_tools_moderate_comments || CAN_user_tools_import_patrons || CAN_user_tools_edit_notices || CAN_user_tools_edit_notice_status_triggers || CAN_user_tools_label_creator || CAN_user_tools_delete_anonymize_patrons || CAN_user_tools_edit_patrons || CAN_user_tools_batch_extend_due_dates || CAN_user_tools_moderate_tags || CAN_user_tools_rotating_collections || ( CAN_user_tools_batch_upload_patron_images && Koha.Preference('patronimages') ) ) %] |
| 36 |
<h3>Patrons and circulation</h3> |
40 |
<h3>Patrons and circulation</h3> |
| 37 |
[% END %] |
41 |
[% END %] |
|
Lines 113-119
Link Here
|
| 113 |
</dl> |
117 |
</dl> |
| 114 |
</div> <!-- /.col-sm-6 --> |
118 |
</div> <!-- /.col-sm-6 --> |
| 115 |
|
119 |
|
|
|
120 |
[% IF Koha.Preference('CataloguingToolsInToolsHome') %] |
| 121 |
<div class="col-sm-4"> |
| 122 |
[% IF ( CAN_user_tools_items_batchdel || CAN_user_tools_items_batchmod || CAN_user_tools_records_batchdel || CAN_user_tools_records_batchmod || CAN_user_tools_export_catalog || CAN_user_tools_inventory || CAN_user_tools_label_creator || ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') ) || CAN_user_tools_marc_modification_templates || CAN_user_tools_stage_marc_import || CAN_user_tools_manage_staged_marc || CAN_user_tools_upload_local_cover_images ) %] |
| 123 |
<h3>Catalog</h3> |
| 124 |
[% END %] |
| 125 |
<dl> |
| 126 |
[% IF ( CAN_user_tools_items_batchdel ) %] |
| 127 |
<dt><a href="/cgi-bin/koha/tools/batchMod.pl?del=1">Batch item deletion</a></dt> |
| 128 |
<dd>Delete a batch of items</dd> |
| 129 |
[% END %] |
| 130 |
|
| 131 |
[% IF ( CAN_user_tools_items_batchmod ) %] |
| 132 |
<dt><a href="/cgi-bin/koha/tools/batchMod.pl">Batch item modification</a></dt> |
| 133 |
<dd>Modify items in a batch</dd> |
| 134 |
[% END %] |
| 135 |
|
| 136 |
[% IF CAN_user_tools_records_batchdel %] |
| 137 |
<dt><a href="/cgi-bin/koha/tools/batch_delete_records.pl">Batch record deletion</a></dt> |
| 138 |
<dd>Delete a batch of bibliographic or authority records</dd> |
| 139 |
[% END %] |
| 140 |
|
| 141 |
[% IF CAN_user_tools_records_batchmod %] |
| 142 |
<dt><a href="/cgi-bin/koha/tools/batch_record_modification.pl">Batch record modification</a></dt> |
| 143 |
<dd>Modify a batch of bibliographic or authority records</dd> |
| 144 |
[% END %] |
| 145 |
|
| 146 |
[% IF ( CAN_user_tools_items_batchmod ) %] |
| 147 |
<dt><a href="/cgi-bin/koha/tools/automatic_item_modification_by_age.pl">Automatic item modifications by age</a></dt> |
| 148 |
<dd>Define rules to modify items by age</dd> |
| 149 |
[% END %] |
| 150 |
|
| 151 |
[% IF ( CAN_user_tools_export_catalog ) %] |
| 152 |
<dt><a href="/cgi-bin/koha/tools/export.pl">Export data</a></dt> |
| 153 |
<dd>Export bibliographic, holdings, and authority records</dd> |
| 154 |
[% END %] |
| 155 |
|
| 156 |
[% IF ( CAN_user_tools_inventory ) %] |
| 157 |
<dt><a href="/cgi-bin/koha/tools/inventory.pl">Inventory</a></dt> |
| 158 |
<dd>Perform inventory of your catalog</dd> |
| 159 |
[% END %] |
| 160 |
|
| 161 |
[% IF ( CAN_user_tools_label_creator ) %] |
| 162 |
<dt><a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a></dt> |
| 163 |
<dd>Create printable labels and barcodes from catalog data</dd> |
| 164 |
[% END %] |
| 165 |
|
| 166 |
[% IF ( CAN_user_tools_label_creator ) %] |
| 167 |
<dt><a href="/cgi-bin/koha/labels/barcode-print.pl">Barcode image generator</a></dt> |
| 168 |
<dd>Configure and create barcodes of various types to be output as an image</dd> |
| 169 |
[% END %] |
| 170 |
|
| 171 |
[% IF ( CAN_user_tools_label_creator ) %] |
| 172 |
<dt><a href="/cgi-bin/koha/labels/spinelabel-home.pl">Quick spine label creator</a></dt> |
| 173 |
<dd>Enter a barcode to generate a printable spine label. For use with dedicated label printers</dd> |
| 174 |
[% END %] |
| 175 |
|
| 176 |
[% IF ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') ) %] |
| 177 |
<dt><a href="/cgi-bin/koha/tools/stockrotation.pl">Stock rotation</a></dt> |
| 178 |
<dd>Manage Stock rotation rotas, rota stages and rota items</dd> |
| 179 |
[% END %] |
| 180 |
|
| 181 |
[% IF ( CAN_user_tools_marc_modification_templates ) %] |
| 182 |
<dt><a href="/cgi-bin/koha/tools/marc_modification_templates.pl">MARC modification templates</a></dt> |
| 183 |
<dd>Manage templates for modifying MARC records during import</dd> |
| 184 |
[% END %] |
| 185 |
|
| 186 |
[% IF ( CAN_user_tools_stage_marc_import ) %] |
| 187 |
<dt><a href="/cgi-bin/koha/tools/stage-marc-import.pl">Stage MARC records for import</a></dt> |
| 188 |
<dd>Stage MARC records into the reservoir</dd> |
| 189 |
[% END %] |
| 190 |
|
| 191 |
[% IF ( CAN_user_tools_manage_staged_marc ) %] |
| 192 |
<dt><a href="/cgi-bin/koha/tools/manage-marc-import.pl">Staged MARC record management</a></dt> |
| 193 |
<dd>Managed staged MARC records, including completing and reversing imports</dd> |
| 194 |
[% END %] |
| 195 |
|
| 196 |
[% IF ( CAN_user_tools_upload_local_cover_images ) %] |
| 197 |
<dt><a href="/cgi-bin/koha/tools/upload-cover-image.pl">Upload local cover image</a></dt> |
| 198 |
<dd>Utility to upload scanned cover images for display in OPAC</dd> |
| 199 |
[% END %] |
| 200 |
</dl> |
| 201 |
</div> <!-- /.col-sm-4 --> |
| 202 |
[% END %] |
| 203 |
|
| 204 |
[% IF Koha.Preference('CataloguingToolsInToolsHome') %] |
| 205 |
<div class="col-sm-4"> |
| 206 |
[% ELSE %] |
| 116 |
<div class="col-sm-6"> |
207 |
<div class="col-sm-6"> |
|
|
208 |
[% END %] |
| 117 |
[% IF ( CAN_user_tools_edit_calendar || CAN_user_tools_manage_csv_profiles || CAN_user_tools_view_system_logs || CAN_user_tools_edit_additional_contents || CAN_user_tools_schedule_tasks || CAN_user_tools_edit_quotes || ( plugins_enabled && CAN_user_plugins_tool ) || CAN_user_tools_upload_general_files || CAN_user_tools_access_files ) %] |
209 |
[% IF ( CAN_user_tools_edit_calendar || CAN_user_tools_manage_csv_profiles || CAN_user_tools_view_system_logs || CAN_user_tools_edit_additional_contents || CAN_user_tools_schedule_tasks || CAN_user_tools_edit_quotes || ( plugins_enabled && CAN_user_plugins_tool ) || CAN_user_tools_upload_general_files || CAN_user_tools_access_files ) %] |
| 118 |
<h3>Additional tools</h3> |
210 |
<h3>Additional tools</h3> |
| 119 |
[% END %] |
211 |
[% END %] |
|
Lines 197-203
Link Here
|
| 197 |
</dl> |
289 |
</dl> |
| 198 |
[% END %] |
290 |
[% END %] |
| 199 |
|
291 |
|
| 200 |
</div> <!-- /.col-sm-6 --> |
292 |
</div> <!-- /.col-sm-6 or .col-sm-4 --> |
|
|
293 |
|
| 201 |
</div> <!-- /.row --> |
294 |
</div> <!-- /.row --> |
| 202 |
</div> <!-- /.col-md-10 --> |
295 |
</div> <!-- /.col-md-10 --> |
| 203 |
</div> <!-- /.row --> |
296 |
</div> <!-- /.row --> |
| 204 |
- |
|
|