Lines 379-385
Link Here
|
379 |
[% IF ( Koha.Preference('MaxTotalSuggestions') != '' && patrons_total_suggestions_count >= Koha.Preference('MaxTotalSuggestions') ) %] |
379 |
[% IF ( Koha.Preference('MaxTotalSuggestions') != '' && patrons_total_suggestions_count >= Koha.Preference('MaxTotalSuggestions') ) %] |
380 |
<p class="TooManySuggestionsText">You may only add up to [% Koha.Preference('MaxTotalSuggestions') | html %] suggestions in [% Koha.Preference('NumberOfSuggestionDays') | html %] days.</p> |
380 |
<p class="TooManySuggestionsText">You may only add up to [% Koha.Preference('MaxTotalSuggestions') | html %] suggestions in [% Koha.Preference('NumberOfSuggestionDays') | html %] days.</p> |
381 |
[% ELSIF ( Koha.Preference('MaxOpenSuggestions') != '' && patrons_pending_suggestions_count >= Koha.Preference('MaxOpenSuggestions') ) %] |
381 |
[% ELSIF ( Koha.Preference('MaxOpenSuggestions') != '' && patrons_pending_suggestions_count >= Koha.Preference('MaxOpenSuggestions') ) %] |
382 |
<p class="TooManySuggestionsText">You have reached your limit for suggestions you can place at this time ([% Koha.Preference('MaxOpenSuggestions') | html %]).</br>Once the library has processed those suggestions you will be able to place more.</p> |
382 |
<p class="TooManySuggestionsText">You have reached your limit for suggestions you can place at this time ([% Koha.Preference('MaxOpenSuggestions') | html %]).</p> |
|
|
383 |
<p>Once the library has processed those suggestions you will be able to place more.</p> |
383 |
[% ELSE %] |
384 |
[% ELSE %] |
384 |
<a class="btn btn-link new" href="/cgi-bin/koha/opac-suggestions.pl?op=add_form"><i class="fa fa-plus" aria-hidden="true"></i> New purchase suggestion</a> |
385 |
<a class="btn btn-link new" href="/cgi-bin/koha/opac-suggestions.pl?op=add_form"><i class="fa fa-plus" aria-hidden="true"></i> New purchase suggestion</a> |
385 |
[% END %] |
386 |
[% END %] |
Lines 402-408
Link Here
|
402 |
|
403 |
|
403 |
[% IF Koha.Preference( 'OPACViewOthersSuggestions' ) == 1 || loggedinusername %] |
404 |
[% IF Koha.Preference( 'OPACViewOthersSuggestions' ) == 1 || loggedinusername %] |
404 |
<table id="suggestt" class="table table-bordered tabled"> |
405 |
<table id="suggestt" class="table table-bordered tabled"> |
405 |
<caption class="sr-only">Your purchase suggestions<caption> |
406 |
<caption class="sr-only">Your purchase suggestions</caption> |
406 |
<thead> |
407 |
<thead> |
407 |
<tr> |
408 |
<tr> |
408 |
[% IF ( loggedinusername ) %]<th> </th>[% END %] |
409 |
[% IF ( loggedinusername ) %]<th> </th>[% END %] |
Lines 514-520
Link Here
|
514 |
[% IF ( Koha.Preference('MaxTotalSuggestions') != '' && patrons_total_suggestions_count >= Koha.Preference('MaxTotalSuggestions') ) %] |
515 |
[% IF ( Koha.Preference('MaxTotalSuggestions') != '' && patrons_total_suggestions_count >= Koha.Preference('MaxTotalSuggestions') ) %] |
515 |
<p class="TooManySuggestionsText">You may only add up to [% Koha.Preference('MaxTotalSuggestions') | html %] suggestions in [% Koha.Preference('NumberOfSuggestionDays') | html %] days.</p> |
516 |
<p class="TooManySuggestionsText">You may only add up to [% Koha.Preference('MaxTotalSuggestions') | html %] suggestions in [% Koha.Preference('NumberOfSuggestionDays') | html %] days.</p> |
516 |
[% ELSIF ( Koha.Preference('MaxOpenSuggestions') != '' && patrons_pending_suggestions_count >= Koha.Preference('MaxOpenSuggestions') ) %] |
517 |
[% ELSIF ( Koha.Preference('MaxOpenSuggestions') != '' && patrons_pending_suggestions_count >= Koha.Preference('MaxOpenSuggestions') ) %] |
517 |
<p class="TooManySuggestionsText">You have reached your limit for suggestions you can place at this time.</br>Once the library has processed those suggestions you will be able to place more.</p> |
518 |
<p class="TooManySuggestionsText">You have reached your limit for suggestions you can place at this time.</p> |
|
|
519 |
<p>Once the library has processed those suggestions you will be able to place more.</p> |
518 |
[% ELSE %] |
520 |
[% ELSE %] |
519 |
<p><a class="btn btn-link new" href="/cgi-bin/koha/opac-suggestions.pl?op=add_form"><i class="fa fa-plus" aria-hidden="true"></i> New purchase suggestion</a></p> |
521 |
<p><a class="btn btn-link new" href="/cgi-bin/koha/opac-suggestions.pl?op=add_form"><i class="fa fa-plus" aria-hidden="true"></i> New purchase suggestion</a></p> |
520 |
[% END %] |
522 |
[% END %] |
521 |
- |
|
|