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 |
- |
|
|