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