Lines 101-107
Link Here
|
101 |
<dd>Upload patron images in a batch or one at a time</dd> |
101 |
<dd>Upload patron images in a batch or one at a time</dd> |
102 |
[% END %] |
102 |
[% END %] |
103 |
</dl> |
103 |
</dl> |
104 |
</div> |
104 |
</div> <!-- /.col-sm-4 --> |
105 |
|
105 |
|
106 |
<div class="col-sm-4 col-sm-push-4"> |
106 |
<div class="col-sm-4 col-sm-push-4"> |
107 |
[% 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 ) %] |
107 |
[% 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 ) %] |
Lines 158-164
Link Here
|
158 |
[% END %] |
158 |
[% END %] |
159 |
</ul> |
159 |
</ul> |
160 |
</dd> |
160 |
</dd> |
161 |
[% END %] |
161 |
[% END # /IF ( plugins_enabled... %] |
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">Upload</a></dt> |
164 |
<dt><a href="/cgi-bin/koha/tools/upload.pl">Upload</a></dt> |
Lines 187-193
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> |
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_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 ) %] |
Lines 274-280
Link Here
|
274 |
<dd>Utility to upload scanned cover images for display in OPAC</dd> |
274 |
<dd>Utility to upload scanned cover images for display in OPAC</dd> |
275 |
[% END %] |
275 |
[% END %] |
276 |
</dl> |
276 |
</dl> |
277 |
</div> |
277 |
</div> <!-- /.col-sm-4... --> |
278 |
</div> |
278 |
</div> <!-- /.row --> |
279 |
|
279 |
|
280 |
[% INCLUDE 'intranet-bottom.inc' %] |
280 |
[% INCLUDE 'intranet-bottom.inc' %] |
281 |
- |
|
|