Lines 28-34
Link Here
|
28 |
<div class="span10"> |
28 |
<div class="span10"> |
29 |
<div id="usersuggestions" class="maincontent"> |
29 |
<div id="usersuggestions" class="maincontent"> |
30 |
[% IF ( op_add ) %] |
30 |
[% IF ( op_add ) %] |
31 |
[% IF ( Koha.Preference('MaxOpenSuggestions') && own_suggestions_count >= Koha.Preference('MaxOpenSuggestions') ) %] |
31 |
[% IF ( Koha.Preference('MaxOpenSuggestions') && patrons_pending_suggestions_count >= Koha.Preference('MaxOpenSuggestions') ) %] |
32 |
<h1 class="TooManySuggestions">You cannot place any more suggestions</h1> |
32 |
<h1 class="TooManySuggestions">You cannot place any more suggestions</h1> |
33 |
<h2 class="TooManySuggestionsText">You have reached your limit of suggestions you can place at this time ([% Koha.Preference('MaxOpenSuggestions') %]). Once the library has processed those suggestions you will be able to place more.</h2> |
33 |
<h2 class="TooManySuggestionsText">You have reached your limit of suggestions you can place at this time ([% Koha.Preference('MaxOpenSuggestions') %]). Once the library has processed those suggestions you will be able to place more.</h2> |
34 |
[% ELSE %] |
34 |
[% ELSE %] |
Lines 152-158
Link Here
|
152 |
<input type="hidden" name="op" value="delete_confirm" /> |
152 |
<input type="hidden" name="op" value="delete_confirm" /> |
153 |
[% IF ( loggedinusername || ( Koha.Preference( 'AnonSuggestions' ) == 1 ) ) %] |
153 |
[% IF ( loggedinusername || ( Koha.Preference( 'AnonSuggestions' ) == 1 ) ) %] |
154 |
<div id="toolbar" class="toolbar clearfix"> |
154 |
<div id="toolbar" class="toolbar clearfix"> |
155 |
[% IF ( Koha.Preference('MaxOpenSuggestions') && own_suggestions_count >= Koha.Preference('MaxOpenSuggestions') ) %] |
155 |
[% IF ( Koha.Preference('MaxOpenSuggestions') && patrons_pending_suggestions_count >= Koha.Preference('MaxOpenSuggestions') ) %] |
156 |
<p class="TooManySuggestionsText">You have reached your limit of suggestions you can place at this time ([% Koha.Preference('MaxOpenSuggestions') %]).</br>Once the library has processed those suggestions you will be able to place more.</p> |
156 |
<p class="TooManySuggestionsText">You have reached your limit of suggestions you can place at this time ([% Koha.Preference('MaxOpenSuggestions') %]).</br>Once the library has processed those suggestions you will be able to place more.</p> |
157 |
[% ELSE %] |
157 |
[% ELSE %] |
158 |
<a class="new" href="/cgi-bin/koha/opac-suggestions.pl?op=add">New purchase suggestion</a> |
158 |
<a class="new" href="/cgi-bin/koha/opac-suggestions.pl?op=add">New purchase suggestion</a> |
Lines 256-262
Link Here
|
256 |
<p>There are no pending purchase suggestions.</p> |
256 |
<p>There are no pending purchase suggestions.</p> |
257 |
[% END %] |
257 |
[% END %] |
258 |
[% IF ( loggedinusername || ( Koha.Preference( 'AnonSuggestions' ) == 1 ) ) %] |
258 |
[% IF ( loggedinusername || ( Koha.Preference( 'AnonSuggestions' ) == 1 ) ) %] |
259 |
[% IF ( Koha.Preference('MaxOpenSuggestions') && own_suggestions_count >= Koha.Preference('MaxOpenSuggestions') ) %] |
259 |
[% IF ( Koha.Preference('MaxOpenSuggestions') && patrons_pending_suggestions_count >= Koha.Preference('MaxOpenSuggestions') ) %] |
260 |
<p class="TooManySuggestionsText">You have reached your limit of suggestions you can place at this time.</br>Once the library has processed those suggestions you will be able to place more</p> |
260 |
<p class="TooManySuggestionsText">You have reached your limit of suggestions you can place at this time.</br>Once the library has processed those suggestions you will be able to place more</p> |
261 |
[% ELSE %] |
261 |
[% ELSE %] |
262 |
<p><a class="new" href="/cgi-bin/koha/opac-suggestions.pl?op=add">New purchase suggestion</a></p> |
262 |
<p><a class="new" href="/cgi-bin/koha/opac-suggestions.pl?op=add">New purchase suggestion</a></p> |