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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc (+3 lines)
Lines 125-128 Link Here
125
    [% IF ( CAN_user_tools_upload_general_files ) %]
125
    [% IF ( CAN_user_tools_upload_general_files ) %]
126
       <li><a href="/cgi-bin/koha/tools/upload.pl">Upload any file</a></li>
126
       <li><a href="/cgi-bin/koha/tools/upload.pl">Upload any file</a></li>
127
    [% END %]
127
    [% END %]
128
    [% IF ( CAN_user_tools_access_files ) %]
129
    <li><a href="/cgi-bin/koha/tools/access_files.pl">Report/log files</a></li>
130
    [% END %]
128
</ul></div></div>
131
</ul></div></div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt (-2 / +1 lines)
Lines 116-122 Link Here
116
116
117
    [% IF CAN_user_tools_access_files %]
117
    [% IF CAN_user_tools_access_files %]
118
    <dt><a href="/cgi-bin/koha/tools/access_files.pl">Report/log files</a></dt>
118
    <dt><a href="/cgi-bin/koha/tools/access_files.pl">Report/log files</a></dt>
119
    <dd>Report/log files</dd>
119
    <dd>Access report or log files</dd>
120
    [% END %]
120
    [% END %]
121
121
122
</dl>
122
</dl>
123
- 

Return to bug 11317