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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt (-3 / +2 lines)
Lines 79-85 Link Here
79
79
80
<div class="col-sm-4 col-sm-push-4">
80
<div class="col-sm-4 col-sm-push-4">
81
[% IF ( CAN_user_tools_edit_calendar || CAN_user_tools_manage_csv_profiles || CAN_user_tools_view_system_logs || CAN_user_tools_edit_news
81
[% IF ( CAN_user_tools_edit_calendar || CAN_user_tools_manage_csv_profiles || CAN_user_tools_view_system_logs || CAN_user_tools_edit_news
82
  || CAN_user_tools_schedule_tasks || CAN_user_tools_edit_quotes || ( UseKohaPlugins && CAN_user_plugins_tool )
82
  || CAN_user_tools_schedule_tasks || CAN_user_tools_edit_quotes || ( Koha.Preference('UseKohaPlugins') && CAN_user_plugins_tool )
83
  || CAN_user_tools_upload_general_files || CAN_user_tools_access_files ) %]
83
  || CAN_user_tools_upload_general_files || CAN_user_tools_access_files ) %]
84
<h3>Additional tools</h3>
84
<h3>Additional tools</h3>
85
[% END %]
85
[% END %]
Lines 119-125 Link Here
119
    <dd>Create and edit digital signs for the OPAC</dd>
119
    <dd>Create and edit digital signs for the OPAC</dd>
120
    [% END %]
120
    [% END %]
121
121
122
    [% IF ( UseKohaPlugins && CAN_user_plugins_tool ) %]
122
    [% IF ( Koha.Preference('UseKohaPlugins') && CAN_user_plugins_tool ) %]
123
    <dt><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=tool">Tool plugins</a></dt>
123
    <dt><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=tool">Tool plugins</a></dt>
124
    <dd>Use tool plugins</dd>
124
    <dd>Use tool plugins</dd>
125
    [% END %]
125
    [% END %]
126
- 

Return to bug 8628