Link Here
|
95 |
[% END %] |
95 |
[% END %] |
96 |
</ul> |
96 |
</ul> |
97 |
[% END %] |
97 |
[% END %] |
98 |
[% 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 || ( Koha.ArePluginsEnabled() && CAN_user_plugins_tool ) || CAN_user_tools_upload_general_files || CAN_user_tools_access_files ) %] |
98 |
[% 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 ) %] |
99 |
<h5>Additional tools</h5> |
99 |
<h5>Additional tools</h5> |
100 |
<ul> |
100 |
<ul> |
101 |
[% IF ( CAN_user_tools_edit_calendar ) %] |
101 |
[% IF ( CAN_user_tools_edit_calendar ) %] |
Link Here
|
118 |
[% IF ( CAN_user_tools_edit_quotes ) %] |
118 |
[% IF ( CAN_user_tools_edit_quotes ) %] |
119 |
<li><a href="/cgi-bin/koha/tools/quotes.pl">Quote editor</a></li> |
119 |
<li><a href="/cgi-bin/koha/tools/quotes.pl">Quote editor</a></li> |
120 |
[% END %] |
120 |
[% END %] |
121 |
[% IF ( Koha.ArePluginsEnabled() && CAN_user_plugins_tool ) %] |
121 |
[% IF ( plugins_enabled && CAN_user_plugins_tool ) %] |
122 |
<li><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=tool">Tool plugins</a></li> |
122 |
<li><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=tool">Tool plugins</a></li> |
123 |
[% END %] |
123 |
[% END %] |
124 |
[% IF ( CAN_user_tools_upload_general_files ) %] |
124 |
[% IF ( CAN_user_tools_upload_general_files ) %] |