Lines 395-404
Link Here
|
395 |
[% END %] |
395 |
[% END %] |
396 |
</form> |
396 |
</form> |
397 |
[% ELSE %] |
397 |
[% ELSE %] |
398 |
[% UNLESS Koha.Preference( 'OPACViewOthersSuggestions' ) or loggedinusername %] |
398 |
[% IF Koha.Preference( 'OPACViewOthersSuggestions' ) %] |
399 |
<p>You are not authorized to see pending purchase suggestions.</p> |
399 |
[% IF ( loggedinusername ) %] |
|
|
400 |
[% IF ( suggested_by_anyone ) %] |
401 |
<p>There are no pending purchase suggestions.</p> |
402 |
[% ELSE %] |
403 |
<p>You have no pending purchase suggestions. <a href="/cgi-bin/koha/opac-suggestions.pl?suggested_by_anyone=1">View all suggestions</a></p> |
404 |
[% END %] |
405 |
[% ELSE %] |
406 |
<p>There are no pending purchase suggestions.</p> |
407 |
[% END %] |
400 |
[% ELSE %] |
408 |
[% ELSE %] |
401 |
<p>There are no pending purchase suggestions.</p> |
409 |
[% IF ( loggedinusername ) %] |
|
|
410 |
<p>You have no pending purchase suggestions.</p> |
411 |
[% ELSE %] |
412 |
<p>You are not authorized to see pending purchase suggestions.</p> |
413 |
[% END %] |
402 |
[% END %] |
414 |
[% END %] |
403 |
[% IF ( loggedinusername || ( Koha.Preference( 'AnonSuggestions' ) == 1 ) ) %] |
415 |
[% IF ( loggedinusername || ( Koha.Preference( 'AnonSuggestions' ) == 1 ) ) %] |
404 |
[% IF ( Koha.Preference('MaxTotalSuggestions') != '' && patrons_total_suggestions_count >= Koha.Preference('MaxTotalSuggestions') ) %] |
416 |
[% IF ( Koha.Preference('MaxTotalSuggestions') != '' && patrons_total_suggestions_count >= Koha.Preference('MaxTotalSuggestions') ) %] |
405 |
- |
|
|