View | Details | Raw Unified | Return to bug 31162
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt (-71 / +1 lines)
Lines 185-269 Link Here
185
</div>
185
</div>
186
186
187
<div class="col-sm-4 col-sm-pull-4">
187
<div class="col-sm-4 col-sm-pull-4">
188
[% 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_tools_rotating_collections  || ( 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 ) %]
188
[% IF ( CAN_user_tools_rotating_collections || CAN_user_tools_upload_local_cover_images ) %]
189
<h3>Catalog</h3>
189
<h3>Catalog</h3>
190
[% END %]
190
[% END %]
191
<dl>
191
<dl>
192
    [% IF ( CAN_user_tools_items_batchdel ) %]
193
    <dt><a href="/cgi-bin/koha/tools/batchMod.pl?del=1">Batch item deletion</a></dt>
194
    <dd>Delete a batch of items</dd>
195
    [% END %]
196
    
197
    [% IF ( CAN_user_tools_items_batchmod ) %]
198
    <dt><a href="/cgi-bin/koha/tools/batchMod.pl">Batch item modification</a></dt>
199
    <dd>Modify items in a batch</dd>
200
    [% END %]
201
202
    [% IF CAN_user_tools_records_batchdel %]
203
      <dt><a href="/cgi-bin/koha/tools/batch_delete_records.pl">Batch record deletion</a></dt>
204
      <dd>Delete a batch of bibliographic or authority records</dd>
205
    [% END %]
206
207
    [% IF CAN_user_tools_records_batchmod %]
208
      <dt><a href="/cgi-bin/koha/tools/batch_record_modification.pl">Batch record modification</a></dt>
209
      <dd>Modify a batch of bibliographic or authority records</dd>
210
    [% END %]
211
212
    [% IF ( CAN_user_tools_items_batchmod ) %]
213
      <dt><a href="/cgi-bin/koha/tools/automatic_item_modification_by_age.pl">Automatic item modifications by age</a></dt>
214
      <dd>Define rules to modify items by age</dd>
215
    [% END %]
216
217
    [% IF ( CAN_user_tools_export_catalog ) %]
218
    <dt><a href="/cgi-bin/koha/tools/export.pl">Export data</a></dt>
219
    <dd>Export bibliographic, holdings, and authority records</dd>
220
    [% END %]
221
222
    [% IF ( CAN_user_tools_inventory ) %]
223
    <dt><a href="/cgi-bin/koha/tools/inventory.pl">Inventory</a></dt>
224
    <dd>Perform inventory of your catalog</dd>
225
    [% END %]
226
227
    [% IF ( CAN_user_tools_label_creator ) %]
228
    <dt><a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a></dt>
229
    <dd>Create printable labels and barcodes from catalog data</dd>
230
    [% END %]
231
232
    [% IF ( CAN_user_tools_label_creator ) %]
233
    <dt><a href="/cgi-bin/koha/labels/barcode-print.pl">Barcode image generator</a></dt>
234
    <dd>Configure and create barcodes of various types to be output as an image</dd>
235
    [% END %]
236
237
    [% IF ( CAN_user_tools_label_creator ) %]
238
    <dt><a href="/cgi-bin/koha/labels/spinelabel-home.pl">Quick spine label creator</a></dt>
239
    <dd>Enter a barcode to generate a printable spine label. For use with dedicated label printers</dd>
240
    [% END %]
241
192
242
    [% IF ( CAN_user_tools_rotating_collections ) %]
193
    [% IF ( CAN_user_tools_rotating_collections ) %]
243
    <dt><a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a></dt>
194
    <dt><a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a></dt>
244
    <dd>Manage rotating collections</dd>
195
    <dd>Manage rotating collections</dd>
245
    [% END %]
196
    [% END %]
246
197
247
    [% IF ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') ) %]
248
    <dt><a href="/cgi-bin/koha/tools/stockrotation.pl">Stock rotation</a></dt>
249
    <dd>Manage Stock rotation rotas, rota stages and rota items</dd>
250
    [% END %]
251
252
    [% IF ( CAN_user_tools_marc_modification_templates ) %]
253
    <dt><a href="/cgi-bin/koha/tools/marc_modification_templates.pl">MARC modification templates</a></dt>
254
    <dd>Manage templates for modifying MARC records during import</dd>
255
    [% END %]
256
257
    [% IF ( CAN_user_tools_stage_marc_import ) %]
258
    <dt><a href="/cgi-bin/koha/tools/stage-marc-import.pl">Stage MARC records for import</a></dt>
259
    <dd>Stage MARC records into the reservoir</dd>
260
    [% END %]
261
262
    [% IF ( CAN_user_tools_manage_staged_marc ) %]
263
    <dt><a href="/cgi-bin/koha/tools/manage-marc-import.pl">Staged MARC record management</a></dt>
264
    <dd>Managed staged MARC records, including completing and reversing imports</dd>
265
    [% END %]
266
267
    [% IF ( CAN_user_tools_upload_local_cover_images ) %]
198
    [% IF ( CAN_user_tools_upload_local_cover_images ) %]
268
    <dt><a href="/cgi-bin/koha/tools/upload-cover-image.pl">Upload local cover image</a></dt>
199
    <dt><a href="/cgi-bin/koha/tools/upload-cover-image.pl">Upload local cover image</a></dt>
269
    <dd>Utility to upload scanned cover images for display in OPAC</dd>
200
    <dd>Utility to upload scanned cover images for display in OPAC</dd>
270
- 

Return to bug 31162