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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc (-3 lines)
Lines 151-159 Link Here
151
            [% IF ( Koha.Preference('EnableAdvancedCatalogingEditor') && CAN_user_parameters_manage_keyboard_shortcuts ) %]
151
            [% IF ( Koha.Preference('EnableAdvancedCatalogingEditor') && CAN_user_parameters_manage_keyboard_shortcuts ) %]
152
                <li><a href="/cgi-bin/koha/admin/adveditorshortcuts.pl">Keyboard shortcuts</a></li>
152
                <li><a href="/cgi-bin/koha/admin/adveditorshortcuts.pl">Keyboard shortcuts</a></li>
153
            [% END %]
153
            [% END %]
154
            [% IF ( Koha.Preference('OPACReportProblem') && CAN_user_problem_reports ) %]
155
                <li><a href="/cgi-bin/koha/admin/problem-reports.pl">OPAC problem reports</a></li>
156
            [% END %]
157
        </ul>
154
        </ul>
158
    [% END %]
155
    [% END %]
159
</div>
156
</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc (+3 lines)
Lines 133-138 Link Here
133
    [% IF ( CAN_user_tools_access_files ) %]
133
    [% IF ( CAN_user_tools_access_files ) %]
134
    <li><a href="/cgi-bin/koha/tools/access_files.pl">Access files</a></li>
134
    <li><a href="/cgi-bin/koha/tools/access_files.pl">Access files</a></li>
135
    [% END %]
135
    [% END %]
136
    [% IF ( Koha.Preference('OPACReportProblem') && CAN_user_problem_reports ) %]
137
        <li><a href="/cgi-bin/koha/tools/problem-reports.pl">OPAC problem reports</a></li>
138
    [% END %]
136
</ul>
139
</ul>
137
[% END %]
140
[% END %]
138
</div></div>
141
</div></div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt (-4 lines)
Lines 240-249 Link Here
240
                        <dt><a href="/cgi-bin/koha/admin/adveditorshortcuts.pl">Keyboard shortcuts</a></dt>
240
                        <dt><a href="/cgi-bin/koha/admin/adveditorshortcuts.pl">Keyboard shortcuts</a></dt>
241
                        <dd>Define which keys trigger actions in the advanced cataloging editor</dd>
241
                        <dd>Define which keys trigger actions in the advanced cataloging editor</dd>
242
                    [% END %]
242
                    [% END %]
243
                    [% IF ( Koha.Preference('OPACReportProblem') && CAN_user_problem_reports ) %]
244
                        <dt><a href="/cgi-bin/koha/admin/problem-reports.pl">OPAC problem reports</a></dt>
245
                        <dd>Manage OPAC problem reports submitted by patrons</dd>
246
                    [% END %]
247
                </dl>
243
                </dl>
248
            [% END %]
244
            [% END %]
249
            </div>
245
            </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt (-1 / +1 lines)
Lines 190-196 Link Here
190
190
191
                                [% IF ( Koha.Preference('OPACReportProblem') && CAN_user_problem_reports && pending_problem_reports ) %]
191
                                [% IF ( Koha.Preference('OPACReportProblem') && CAN_user_problem_reports && pending_problem_reports ) %]
192
                                    <div class="pending-info" id="problem_reports_pending">
192
                                    <div class="pending-info" id="problem_reports_pending">
193
                                        <a href="/cgi-bin/koha/admin/problem-reports.pl">OPAC problem reports pending</a>:
193
                                        <a href="/cgi-bin/koha/tools/problem-reports.pl">OPAC problem reports pending</a>:
194
                                        <span class="pending-number-link">[% pending_problem_reports.count | html %]</span>
194
                                        <span class="pending-number-link">[% pending_problem_reports.count | html %]</span>
195
                                    </div>
195
                                    </div>
196
                                [% END %]
196
                                [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/problem-reports.tt (-3 / +3 lines)
Lines 14-20 Link Here
14
[% INCLUDE 'prefs-admin-search.inc' %]
14
[% INCLUDE 'prefs-admin-search.inc' %]
15
<div id="breadcrumbs">
15
<div id="breadcrumbs">
16
    <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
16
    <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
17
    <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> &rsaquo;
17
    <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
18
    OPAC problem reports
18
    OPAC problem reports
19
</div>
19
</div>
20
20
Lines 42-48 Link Here
42
            [% END %]
42
            [% END %]
43
43
44
            [% IF ( problem_reports.count ) %]
44
            [% IF ( problem_reports.count ) %]
45
                <form id="mark_selected" method="post" action="/cgi-bin/koha/admin/problem-reports.pl">
45
                <form id="mark_selected" method="post" action="/cgi-bin/koha/tools/problem-reports.pl">
46
                    <div id="toolbar" class="btn-toolbar">
46
                    <div id="toolbar" class="btn-toolbar">
47
                        <button type="submit" class="btn btn-default markviewed" name="mark_selected-viewed" value="viewed" disabled="disabled"><i class="fa fa-eye"></i> Mark viewed</button>
47
                        <button type="submit" class="btn btn-default markviewed" name="mark_selected-viewed" value="viewed" disabled="disabled"><i class="fa fa-eye"></i> Mark viewed</button>
48
                        <button type="submit" class="btn btn-default markclosed" name="mark_selected-closed" value="closed" disabled="disabled"><i class="fa fa-times-circle"></i> Mark closed</button>
48
                        <button type="submit" class="btn btn-default markclosed" name="mark_selected-closed" value="closed" disabled="disabled"><i class="fa fa-times-circle"></i> Mark closed</button>
Lines 109-115 Link Here
109
109
110
        <div class="col-sm-2 col-sm-pull-10">
110
        <div class="col-sm-2 col-sm-pull-10">
111
            <aside>
111
            <aside>
112
                [% INCLUDE 'admin-menu.inc' %]
112
                [% INCLUDE 'tools-menu.inc' %]
113
            </aside>
113
            </aside>
114
        </div> <!-- /.col-sm-2.col-sm-pull-10 -->
114
        </div> <!-- /.col-sm-2.col-sm-pull-10 -->
115
115
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt (+5 lines)
Lines 78-83 Link Here
78
    <dt><a href="/cgi-bin/koha/tools/picture-upload.pl">Upload patron images</a></dt>
78
    <dt><a href="/cgi-bin/koha/tools/picture-upload.pl">Upload patron images</a></dt>
79
    <dd>Upload patron images in a batch or one at a time</dd>
79
    <dd>Upload patron images in a batch or one at a time</dd>
80
    [% END %]
80
    [% END %]
81
81
    </dl>
82
    </dl>
82
</div>
83
</div>
83
84
Lines 141-146 Link Here
141
        [% END %]
142
        [% END %]
142
    [% END %]
143
    [% END %]
143
144
145
    [% IF ( Koha.Preference('OPACReportProblem') && CAN_user_problem_reports ) %]
146
        <dt><a href="/cgi-bin/koha/tools/problem-reports.pl">OPAC problem reports</a></dt>
147
        <dd>Manage OPAC problem reports submitted by patrons</dd>
148
    [% END %]
144
149
145
</dl>
150
</dl>
146
</div>
151
</div>
(-)a/admin/problem-reports.pl (-2 / +1 lines)
Lines 29-35 my $query = new CGI; Link Here
29
29
30
my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
30
my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
31
    {
31
    {
32
        template_name   => "admin/problem-reports.tt",
32
        template_name   => "tools/problem-reports.tt",
33
        query           => $query,
33
        query           => $query,
34
        type            => "intranet",
34
        type            => "intranet",
35
        authnotrequired => 0,
35
        authnotrequired => 0,
36
- 

Return to bug 25627