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