Lines 149-160
Link Here
|
149 |
<div class="pending-info" id="suggestions_pending"> |
149 |
<div class="pending-info" id="suggestions_pending"> |
150 |
|
150 |
|
151 |
Suggestions pending approval: |
151 |
Suggestions pending approval: |
152 |
<a href="/cgi-bin/koha/suggestion/suggestion.pl?branchcode=[% Branches.GetLoggedInBranchcode | url %]"> |
152 |
<a href="/cgi-bin/koha/suggestion/suggestion.pl?branchcode=[% Branches.GetLoggedInBranchcode | url %]#ASKED"> |
153 |
<span id="pendingsuggestions" class="pending-number-link">[% LoginBranchname | html %]: [% pendingsuggestions | html %]</span> |
153 |
<span id="pendingsuggestions" class="pending-number-link">[% LoginBranchname | html %]: [% pendingsuggestions | html %]</span> |
154 |
</a> |
154 |
</a> |
155 |
[% IF (all_pendingsuggestions > 0) %] |
155 |
[% IF (all_pendingsuggestions > 0) %] |
156 |
/ |
156 |
/ |
157 |
<a href="/cgi-bin/koha/suggestion/suggestion.pl?branchcode=__ANY__"> |
157 |
<a href="/cgi-bin/koha/suggestion/suggestion.pl?branchcode=__ANY__#ASKED"> |
158 |
<span id="all_pendingsuggestions" class="pending-number-link">All libraries: [% all_pendingsuggestions | html %]</span> |
158 |
<span id="all_pendingsuggestions" class="pending-number-link">All libraries: [% all_pendingsuggestions | html %]</span> |
159 |
</a> |
159 |
</a> |
160 |
[% END %] |
160 |
[% END %] |
161 |
- |
|
|