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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc (-1 / +1 lines)
Lines 4-10 Link Here
4
        <ul>
4
        <ul>
5
            <li><a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions home</a></li>
5
            <li><a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions home</a></li>
6
            [% IF ( CAN_user_acquisition_order_receive ) %]<li><a href="/cgi-bin/koha/acqui/lateorders.pl">Late orders</a></li>[% END %]
6
            [% IF ( CAN_user_acquisition_order_receive ) %]<li><a href="/cgi-bin/koha/acqui/lateorders.pl">Late orders</a></li>[% END %]
7
            [% IF ( suggestion && CAN_user_suggestions_suggestions_manage ) %]<li><a href="/cgi-bin/koha/suggestion/suggestion.pl">Suggestions</a></li>[% END %]
7
            [% IF ( suggestion && CAN_user_suggestions_suggestions_manage ) %]<li><a href="/cgi-bin/koha/suggestion/suggestion.pl#ASKED">Suggestions</a></li>[% END %]
8
            <li><a href="/cgi-bin/koha/acqui/invoices.pl">Invoices</a></li>
8
            <li><a href="/cgi-bin/koha/acqui/invoices.pl">Invoices</a></li>
9
            [% IF CAN_user_acquisition_edi_manage %]
9
            [% IF CAN_user_acquisition_edi_manage %]
10
                <li><a href="/cgi-bin/koha/acqui/edifactmsgs.pl">EDIFACT messages</a></li>
10
                <li><a href="/cgi-bin/koha/acqui/edifactmsgs.pl">EDIFACT messages</a></li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc (-1 / +1 lines)
Lines 53-59 Link Here
53
                        <li><a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a></li>
53
                        <li><a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a></li>
54
                    [% END %]
54
                    [% END %]
55
                    [% IF ( CAN_user_suggestions_suggestions_manage ) %]
55
                    [% IF ( CAN_user_suggestions_suggestions_manage ) %]
56
                        <li><a href="/cgi-bin/koha/suggestion/suggestion.pl">Suggestions</a></li>
56
                        <li><a href="/cgi-bin/koha/suggestion/suggestion.pl#ASKED">Suggestions</a></li>
57
                    [% END %]
57
                    [% END %]
58
                    [% IF ( CAN_user_tools ) %]
58
                    [% IF ( CAN_user_tools ) %]
59
                        <li><a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a></li>
59
                        <li><a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a></li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-7 / +6 lines)
Lines 68-74 Link Here
68
            [% IF op == 'save' %]
68
            [% IF op == 'save' %]
69
                [% IF ( suggestionid ) %]
69
                [% IF ( suggestionid ) %]
70
                    <li>
70
                    <li>
71
                        <a href="/cgi-bin/koha/suggestion/suggestion.pl">Suggestions</a>
71
                        <a href="/cgi-bin/koha/suggestion/suggestion.pl#ASKED">Suggestions</a>
72
                    </li>
72
                    </li>
73
                    <li>
73
                    <li>
74
                        <a href="#" aria-current="page">
74
                        <a href="#" aria-current="page">
Lines 77-83 Link Here
77
                    </li>
77
                    </li>
78
                [% ELSE %]
78
                [% ELSE %]
79
                    <li>
79
                    <li>
80
                        <a href="/cgi-bin/koha/suggestion/suggestion.pl">Suggestions</a>
80
                        <a href="/cgi-bin/koha/suggestion/suggestion.pl#ASKED">Suggestions</a>
81
                    </li>
81
                    </li>
82
                    <li>
82
                    <li>
83
                        <a href="#" aria-current="page">
83
                        <a href="#" aria-current="page">
Lines 87-93 Link Here
87
                [% END %]
87
                [% END %]
88
            [% ELSIF ( op == 'show' ) %]
88
            [% ELSIF ( op == 'show' ) %]
89
                <li>
89
                <li>
90
                    <a href="/cgi-bin/koha/suggestion/suggestion.pl">Suggestions</a>
90
                    <a href="/cgi-bin/koha/suggestion/suggestion.pl#ASKED">Suggestions</a>
91
                </li>
91
                </li>
92
                <li>
92
                <li>
93
                    <a href="#" aria-current="page">
93
                    <a href="#" aria-current="page">
Lines 313-319 Link Here
313
                    </fieldset>
313
                    </fieldset>
314
314
315
                    <fieldset class="action">
315
                    <fieldset class="action">
316
                        <a href="suggestion.pl">&lt;&lt; Back to suggestions</a>
316
                        <a href="suggestion.pl#ASKED">&lt;&lt; Back to suggestions</a>
317
                    </fieldset>
317
                    </fieldset>
318
318
319
                </div> <!-- /.col-md-8 col-md-offset-2 -->
319
                </div> <!-- /.col-md-8 col-md-offset-2 -->
Lines 650-656 Link Here
650
                        [% ELSE %]
650
                        [% ELSE %]
651
                            <input type="submit" value="Submit your suggestion" />
651
                            <input type="submit" value="Submit your suggestion" />
652
                        [% END %]
652
                        [% END %]
653
                        <a class="cancel" href="suggestion.pl">Cancel</a>
653
                        <a class="cancel" href="suggestion.pl#ASKED">Cancel</a>
654
                    [% END %]
654
                    [% END %]
655
                </fieldset> <!-- /.action -->
655
                </fieldset> <!-- /.action -->
656
            </form> <!-- /#add_edit -->
656
            </form> <!-- /#add_edit -->
Lines 1013-1019 Link Here
1013
                                </ol>
1013
                                </ol>
1014
                            </fieldset> <!-- /.brief -->
1014
                            </fieldset> <!-- /.brief -->
1015
1015
1016
                            <h4>Filter by: <a style="font-size:80%;font-weight:normal;" href="/cgi-bin/koha/suggestion/suggestion.pl">[clear]</a></h4>
1016
                            <h4>Filter by: <a style="font-size:80%;font-weight:normal;" href="/cgi-bin/koha/suggestion/suggestion.pl#ASKED">[clear]</a></h4>
1017
1017
1018
                            <div id="limits">
1018
                            <div id="limits">
1019
                                <fieldset class="brief">
1019
                                <fieldset class="brief">
1020
- 

Return to bug 30127