Link Here
|
102 |
</ul> |
102 |
</ul> |
103 |
[% END %] |
103 |
[% END %] |
104 |
[% IF ( CAN_user_tools_edit_calendar || CAN_user_tools_manage_csv_profiles || CAN_user_tools_view_system_logs || CAN_user_tools_edit_news |
104 |
[% IF ( CAN_user_tools_edit_calendar || CAN_user_tools_manage_csv_profiles || CAN_user_tools_view_system_logs || CAN_user_tools_edit_news |
105 |
|| CAN_user_tools_schedule_tasks || CAN_user_tools_edit_quotes || ( UseKohaPlugins && CAN_user_plugins_tool ) |
105 |
|| CAN_user_tools_schedule_tasks || CAN_user_tools_edit_quotes || ( Koha.Config('enable_plugins') && CAN_user_plugins_tool ) |
106 |
|| CAN_user_tools_upload_general_files || CAN_user_tools_access_files ) %] |
106 |
|| CAN_user_tools_upload_general_files || CAN_user_tools_access_files ) %] |
107 |
<h5>Additional tools</h5> |
107 |
<h5>Additional tools</h5> |
108 |
<ul> |
108 |
<ul> |
Link Here
|
124 |
[% IF ( CAN_user_tools_edit_quotes ) %] |
124 |
[% IF ( CAN_user_tools_edit_quotes ) %] |
125 |
<li><a href="/cgi-bin/koha/tools/quotes.pl">Quote editor</a></li> |
125 |
<li><a href="/cgi-bin/koha/tools/quotes.pl">Quote editor</a></li> |
126 |
[% END %] |
126 |
[% END %] |
127 |
[% IF ( UseKohaPlugins && CAN_user_plugins_tool ) %] |
127 |
[% IF ( Koha.Config('enable_plugins') && CAN_user_plugins_tool ) %] |
128 |
<li><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=tool">Tool plugins</a></li> |
128 |
<li><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=tool">Tool plugins</a></li> |
129 |
[% END %] |
129 |
[% END %] |
130 |
[% IF ( CAN_user_tools_upload_general_files ) %] |
130 |
[% IF ( CAN_user_tools_upload_general_files ) %] |