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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt (-1 / +1 lines)
Lines 57-63 Link Here
57
        <p>
57
        <p>
58
            Manage suggestions:
58
            Manage suggestions:
59
            <a href="/cgi-bin/koha/suggestion/suggestion.pl?branchcode=[% Branches.GetLoggedInBranchcode | url %]#ASKED">
59
            <a href="/cgi-bin/koha/suggestion/suggestion.pl?branchcode=[% Branches.GetLoggedInBranchcode | url %]#ASKED">
60
                <span id="pendingsuggestions" class="pending-number-link">[% LoginBranchname | html %]: [% suggestions_count | html %]</span>
60
                <span id="pendingsuggestions" class="pending-number-link">[% Branches.GetLoggedInBranchname | html %]: [% suggestions_count | html %]</span>
61
            </a>
61
            </a>
62
            [% IF (all_pendingsuggestions > 0) %]
62
            [% IF (all_pendingsuggestions > 0) %]
63
                /
63
                /
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt (-2 / +1 lines)
Lines 158-164 Link Here
158
158
159
                                    Suggestions pending approval:
159
                                    Suggestions pending approval:
160
                                    <a href="/cgi-bin/koha/suggestion/suggestion.pl?branchcode=[% Branches.GetLoggedInBranchcode | url %]#ASKED">
160
                                    <a href="/cgi-bin/koha/suggestion/suggestion.pl?branchcode=[% Branches.GetLoggedInBranchcode | url %]#ASKED">
161
                                    <span id="pendingsuggestions" class="pending-number-link">[% LoginBranchname | html %]: [% pendingsuggestions | html %]</span>
161
                                    <span id="pendingsuggestions" class="pending-number-link">[% Branches.GetLoggedInBranchname | html %]: [% pendingsuggestions | html %]</span>
162
                                    </a>
162
                                    </a>
163
                                    [% IF (all_pendingsuggestions > 0) %]
163
                                    [% IF (all_pendingsuggestions > 0) %]
164
                                        /
164
                                        /
165
- 

Return to bug 26833