Bug 27440: Improve structure and style of result toolbars in the OPAC
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / en / modules / opac-suggestions.tt
1 [% USE raw %]
2 [% USE Asset %]
3 [% USE Koha %]
4 [% USE Branches %]
5 [% USE AuthorisedValues %]
6 [% USE KohaDates %]
7 [% USE KohaNews %]
8 [% SET opacsuggestion = KohaNews.get( location => "OpacSuggestioninstructions", lang => lang, library => branchcode ) %]
9 [% INCLUDE 'doc-head-open.inc' %]
10 <title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog &rsaquo;
11 [% IF ( op_add ) %]Enter a new purchase suggestion[% END %]
12 [% IF ( op_else ) %]Purchase Suggestions[% END %]</title>
13 [% INCLUDE 'doc-head-close.inc' %]
14 [% BLOCK cssinclude %][% END %]
15 </head>
16 [% IF ( loggedinusername ) %][% INCLUDE 'bodytag.inc' bodyid='opac-usersuggestions' bodyclass='scrollto' %][% ELSE %][% INCLUDE 'bodytag.inc' bodyid='opac-suggestions' bodyclass='scrollto' %][% END %]
17 [% INCLUDE 'masthead.inc' %]
18
19     <div class="main">
20         <nav aria-label="breadcrumb">
21             <ul class="breadcrumb">
22                 <li class="breadcrumb-item">
23                     <a href="/cgi-bin/koha/opac-main.pl">Home</a>
24                 </li>
25                 <li class="breadcrumb-item">
26                     <a href="/cgi-bin/koha/opac-user.pl">[% INCLUDE 'patron-title.inc' patron = logged_in_user %]</a>
27                 </li>
28                 <li class="breadcrumb-item" aria-current="page">
29                     <a href="#">Your purchase suggestions</a>
30                 </li>
31             </ul>
32         </nav>
33
34         <div class="container-fluid">
35             <div class="row">
36                 <div class="col col-lg-2 order-2 order-lg-1">
37                     <div id="navigation">
38                         [% INCLUDE 'navigation.inc' IsPatronPage=1 %]
39                     </div>
40                 </div>
41                 <div class="col-md-12 col-lg-10 order-1">
42
43                     <div id="usersuggestions" class="maincontent">
44                         [% IF ( op_add ) %]
45                             [% IF ( Koha.Preference('MaxTotalSuggestions') != '' && patrons_total_suggestions_count >= Koha.Preference('MaxTotalSuggestions') ) %]
46                                     <h1 class="TooManySuggestions">You cannot place any more suggestions</h1>
47                                     <h2 class="TooManySuggestionsText">You may only add up to [% Koha.Preference('MaxTotalSuggestions') | html %] suggestions in [% Koha.Preference('NumberOfSuggestionDays') | html %] days.</h2>
48                             [% ELSIF ( Koha.Preference('MaxOpenSuggestions') != '' && patrons_pending_suggestions_count >= Koha.Preference('MaxOpenSuggestions') ) %]
49                                     <h1 class="TooManySuggestions">You cannot place any more suggestions</h1>
50                                     <h2 class="TooManySuggestionsText">You have reached your limit for suggestions you can place at this time ([% Koha.Preference('MaxOpenSuggestions') | html %]). Once the library has processed those suggestions you will be able to place more.</h2>
51                             [% ELSE %]
52                             [% IF ( opacsuggestion ) %]
53                                 [% PROCESS koha_news_block news => opacsuggestion %]
54                             [% ELSE %]
55                                 <h1>Enter a new purchase suggestion</h1>
56
57                                 <p>Please fill out this form to make a purchase suggestion. You will receive an email when the library processes your suggestion.</p>
58                                 <p>Only certain fields (marked in red) are required, but the more information you enter the easier it will be for the librarians to find the title you're requesting. The "Notes" field can be used to provide any additional information.</p>
59                             [% END %]
60                             [% FOR m IN messages %]
61                                 <div class="alert alert-[% m.type | html %]">
62                                     [% SWITCH m.code %]
63                                     [% CASE 'biblio_exists' %]
64                                         A similar document already exists: <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% m.id | uri %]">[% m.title | html %]</a>. Click on "Confirm your suggestion" to ignore this message.
65                                     [% CASE %]
66                                         [% m.code | html %]
67                                     [% END %]
68                                 </div>
69                             [% END %]
70
71                             <form action="/cgi-bin/koha/opac-suggestions.pl" method="post" id="add_suggestion_form">
72                                 <fieldset class="rows">
73                                     <ol>
74                                         <li>
75                                             [% IF ( title_required ) %]
76                                                 <label for="title" class="required">Title:</label>
77                                                 <input type="text" id="title" name="title" class="span6" maxlength="255" value="[% title | html %]" required="required" />
78                                                 <span class="required">Required</span>
79                                             [% ELSE %]
80                                                 <label for="title">Title:</label>
81                                                 <input type="text" id="title" name="title" class="span6" maxlength="255" value="[% title | html %]" />
82                                             [% END %]
83                                         </li>
84                                         [% UNLESS ( author_hidden ) %]
85                                             <li>
86                                                     [% IF ( author_required ) %]
87                                                         <label for="author" class="required">Author:</label>
88                                                         <input type="text" id="author" name="author" class="span6" maxlength="80" value="[% author | html %]" required="required" />
89                                                         <span class="required">Required</span>
90                                                     [% ELSE %]
91                                                         <label for="author">Author:</label>
92                                                         <input type="text" id="author" name="author" class="span6" maxlength="80" value="[% author | html %]" />
93                                                     [% END %]
94                                             </li>
95                                         [% END %]
96                                         [% UNLESS ( copyrightdate_hidden )%]
97                                             <li>
98                                                 <div title="Copyright or publication year, for example: 2016">
99                                                     [% IF ( copyrightdate_required ) %]
100                                                         <label for="copyrightdate" class="required">Copyright date:</label>
101                                                         <input type="text" id="copyrightdate" name="copyrightdate" pattern="[12]\d{3}" size="4" maxlength="4" value="[% copyrightdate | html %]" required="required" />
102                                                     <span class="required">Required</span>
103                                                     [% ELSE %]
104                                                         <label for="copyrightdate">Copyright date:</label>
105                                                         <input type="text" id="copyrightdate" name="copyrightdate" pattern="[12]\d{3}" size="4" maxlength="4" value="[% copyrightdate | html %]" />
106                                                     [% END %]
107                                                 </div>
108                                             </li>
109                                         [% END %]
110                                         [% UNLESS ( isbn_hidden )%]
111                                             <li>
112                                                 [% IF ( isbn_required ) %]
113                                                     <label for="isbn" class="required">Standard number (ISBN, ISSN or other):</label>
114                                                     <input type="text" id="isbn" name="isbn"  maxlength="80" value="[% isbn | html %]" required="required" />
115                                                     <span class="required">Required</span>
116                                                 [% ELSE %]
117                                                     <label for="isbn">Standard number (ISBN, ISSN or other):</label>
118                                                     <input type="text" id="isbn" name="isbn"  maxlength="80" value="[% isbn | html %]" />
119                                                 [% END %]
120                                             </li>
121                                         [% END %]
122                                         [% UNLESS ( publishercode_hidden ) %]
123                                             <li>
124                                                 [% IF ( publishercode_required ) %]
125                                                     <label for="publishercode" class="required">Publisher:</label>
126                                                     <input type="text" id="publishercode" name="publishercode" class="span6" maxlength="80" value="[% publishercode | html %]" required="required" />
127                                                     <span class="required">Required</span>
128                                                 [% ELSE %]
129                                                     <label for="publishercode">Publisher:</label>
130                                                     <input type="text" id="publishercode" name="publishercode" class="span6" maxlength="80" value="[% publishercode | html %]" />
131                                                 [% END %]
132                                             </li>
133                                         [% END %]
134                                         [% UNLESS ( collectiontitle_hidden ) %]
135                                             <li>
136                                                 [% IF ( collectiontitle_required ) %]
137                                                     <label for="collectiontitle" class="required">Collection title:</label>
138                                                     <input type="text" id="collectiontitle" name="collectiontitle" class="span6" maxlength="80" value="[% collectiontitle | html %]" required="required" />
139                                                     <span class="required">Required</span>
140                                                 [% ELSE %]
141                                                     <label for="collectiontitle">Collection title:</label>
142                                                     <input type="text" id="collectiontitle" name="collectiontitle" class="span6" maxlength="80" value="[% collectiontitle | html %]" />
143                                                 [% END %]
144                                             </li>
145                                         [% END %]
146                                         [% UNLESS ( place_hidden ) %]
147                                             <li>
148                                                 [% IF ( place_required ) %]
149                                                     <label for="place" class="required">Publication place:</label>
150                                                     <input type="text" id="place" name="place" required="required" maxlength="80" value="[% place | html %]" />
151                                                     <span class="required">Required</span>
152                                                 [% ELSE %]
153                                                     <label for="place">Publication place:</label>
154                                                     <input type="text" id="place" name="place"  maxlength="80" value="[% place | html %]" />
155                                                 [% END %]
156                                             </li>
157                                         [% END %]
158                                         [% UNLESS ( quantity_hidden ) %]
159                                             <li id="opac-suggestion-quantity">
160                                                 [% IF ( quantity_required ) %]
161                                                     <label for="quantity" class="required">Quantity:</label>
162                                                     <input type="text" id="quantity" name="quantity" required="required" maxlength="4" size="4" />
163                                                     <span class="required">Required</span>
164                                                 [% ELSE %]
165                                                     <label for="quantity">Quantity:</label>
166                                                     <input type="text" id="quantity" name="quantity"  maxlength="4" size="4" />
167                                                 [% END %]
168                                             </li>
169                                         [% END %]
170                                         [% UNLESS ( itemtype_hidden )%]
171                                             <li>
172                                             [% IF ( itemtype_required ) %]
173                                                 <label for="itemtype" class="required">Item type:</label>
174                                                 [% PROCESS 'av-build-dropbox.inc' name="itemtype", category="SUGGEST_FORMAT", size = 20, required = 1, blank = 1 %]
175                                                 <span class="required">Required</span>
176                                             [% ELSE %]
177                                                 <label for="itemtype">Item type:</label>
178                                                 [% PROCESS 'av-build-dropbox.inc' name="itemtype", category="SUGGEST_FORMAT", size = 20, blank = 1 %]
179                                             [% END %]
180                                             </li>
181                                         [% END %]
182                                         [% UNLESS ( branch_hidden )%]
183                                             <li>
184                                                 [% IF ( branchcode_required ) %]
185                                                     <label for="branch" class="required">Library:</label>
186                                                     <select name="branchcode" id="branch" required="required">
187                                                         [% PROCESS options_for_libraries libraries => Branches.all( selected => branchcode ) %]
188                                                     </select>
189                                                     <span class="required">Required</span>
190                                                 [% ELSE %]
191                                                     <label for="branch">Library:</label>
192                                                     <select name="branchcode" id="branch">
193                                                         [% PROCESS options_for_libraries libraries => Branches.all( selected => branchcode ) %]
194                                                     </select>
195                                                 [% END %]
196                                             </li>
197                                         [% END %]
198                                         [% IF ( patron_reason_loop ) %]
199                                         [% UNLESS ( patronreason_hidden )%]
200                                             <li>
201                                                 [% IF ( patronreason_required ) %]
202                                                     <label for="patronreason" class="required">Reason for suggestion: </label>
203                                                     <select name="patronreason" id="patronreason" required="required">
204                                                         <option value="">-- Choose --</option>
205                                                         [% FOREACH patron_reason_loo IN patron_reason_loop %]
206                                                             <option value="[% patron_reason_loo.authorised_value | html %]">[% patron_reason_loo.lib | html %]</option>
207                                                         [% END %]
208                                                     </select>
209                                                     <span class="required">Required</span>
210                                                 [% ELSE %]
211                                                     <label for="patronreason">Reason for suggestion: </label>
212                                                     <select name="patronreason" id="patronreason">
213                                                         <option value="">-- Choose --</option>
214                                                         [% FOREACH patron_reason_loo IN patron_reason_loop %]
215                                                             <option value="[% patron_reason_loo.authorised_value | html %]">[% patron_reason_loo.lib | html %]</option>
216                                                         [% END %]
217                                                     </select>
218                                                 [% END %]
219                                             </li>
220                                         [% END %]
221                                         [% END %]
222                                         [% UNLESS ( note_hidden ) %]
223                                             <li>
224                                                 [% IF ( note_required ) %]
225                                                     <label for="note" class="required">Notes:</label>
226                                                     <textarea name="note" id="note" rows="5" cols="40" required="required">[% note | html %]</textarea>
227                                                     <span class="required">Required</span>
228                                                 [% ELSE %]
229                                                     <label for="note">Notes:</label>
230                                                     <textarea name="note" id="note" rows="5" cols="40">[% note | html %]</textarea>
231                                                 [% END %]
232                                             </li>
233                                         [% END %]
234
235                                         <!--  Add a hidden 'negcap' field -->
236                                         <li id="negcap" style="position: absolute; left: -2000px;">
237                                             negcap <input type="text" name="negcap"/>
238                                         </li>
239
240                                     </ol>
241                                 </fieldset>
242                                 <fieldset class="action">
243                                     <input type="hidden" name="suggested_by_anyone" value="[% suggested_by_anyone | html %]" />
244                                     [% IF need_confirm # Confirm that we want a duplicate %]
245                                         <input type="hidden" name="op" value="add_confirm" />
246                                         <input type="submit" class="btn btn-primary" value="Confirm your suggestion" />
247                                     [% ELSIF biblionumber # Create from an existing title %]
248                                         <input type="hidden" name="op" value="add_confirm" />
249                                         <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
250                                         <input type="submit" class="btn btn-primary" value="Submit your suggestion" />
251                                     [% ELSE # Not created from an existing title, search for possible duplicate %]
252                                         <input type="hidden" name="op" value="add_validate" />
253                                         <input type="submit" class="btn btn-primary" value="Submit your suggestion" />
254                                     [% END %]
255                                     <a class="action" href="/cgi-bin/koha/opac-suggestions.pl">Cancel</a>
256                                 </fieldset>
257                             </form>
258                             [% END %]
259                         [% END #  IF op_add %]
260
261                         [% IF ( op_else ) %]
262                             <h1>
263                                 [% IF Koha.Preference( 'OPACViewOthersSuggestions' ) == 1 %]
264                                     Purchase suggestions
265                                 [% ELSE %]
266                                     [% IF ( loggedinusername ) %]
267                                         Your purchase suggestions
268                                     [% ELSE %]
269                                         Purchase suggestions
270                                     [% END %]
271                                 [% END %]
272                             </h1>
273                             [% FOR m IN messages %]
274                                 <div class="alert alert-[% m.type | html %]">
275                                     [% SWITCH m.code %]
276                                     [% CASE 'total_suggestions' %]
277                                         The suggestion has not been added. You have reached your limit for suggestions you can place at this time ([% Koha.Preference('MaxTotalSuggestions') | html %] in [% Koha.Preference('NumberOfSuggestionDays') | html %] days).
278                                     [% CASE 'too_many' %]
279                                         The suggestion has not been added. You have reached your limit for suggestions you can place at this time ([% Koha.Preference('MaxOpenSuggestions') | html %]). Once the library has processed those suggestions you will be able to place more.
280                                     [% CASE 'already_exists' %]
281                                         The suggestion has not been added. A suggestion with this title already exists.
282                                     [% CASE 'success_on_inserted' %]
283                                         Your suggestion has been submitted.
284                                     [% CASE %]
285                                         [% m.code | html %]
286                                     [% END %]
287                                 </div>
288                             [% END %]
289
290                             [% IF ( deleted ) %]<div class="alert alert-info">The selected suggestions have been deleted.</div>[% END %]
291
292                             [% IF ( suggestions_loop ) %]
293                                 [% SET can_delete_suggestion = 0 %]
294                                 <form action="/cgi-bin/koha/opac-suggestions.pl" class="form-inline" id="search_suggestions_form" method="get">
295                                     <div class="form-row">
296                                         [% IF Koha.Preference( 'OPACViewOthersSuggestions' ) == 1 %]
297                                             [% IF loggedinusername %]
298                                                 <div class="col-auto my-1">
299                                                     <label class="sr-only" for="suggested_by_anyone">Suggested by:</label>
300                                                     <select class="form-control form-control-sm" name="suggested_by_anyone" id="suggested_by_anyone">
301                                                         [% IF suggested_by_anyone %]
302                                                             <option value="0">Suggested by me</option>
303                                                             <option value="1" selected="selected">Suggested by anyone</option>
304                                                         [% ELSE %]
305                                                             <option value="0" selected="selected">Suggested by me</option>
306                                                             <option value="1">Suggested by anyone</option>
307                                                         [% END %]
308                                                     </select>
309                                                 </div>
310                                                 <div class="col-auto my-1">
311                                                     <button type="submit" class="btn btn-sm btn-primary">Go</button>
312                                                 </div>
313                                             [% END %]
314                                         [% END %]
315                                     </div>
316                                 </form>
317                                 <form action="/cgi-bin/koha/opac-suggestions.pl" method="post" id="delete_suggestions">
318                                     <input type="hidden" name="op" value="delete_confirm" />
319                                     [% IF ( loggedinusername || ( Koha.Preference( 'AnonSuggestions' ) == 1 ) ) %]
320                                         <div id="toolbar" class="toolbar clearfix">
321                                         [% IF ( Koha.Preference('MaxTotalSuggestions') != '' && patrons_total_suggestions_count >= Koha.Preference('MaxTotalSuggestions') ) %]
322                                                 <p class="TooManySuggestionsText">You may only add up to [% Koha.Preference('MaxTotalSuggestions') | html %] suggestions in [% Koha.Preference('NumberOfSuggestionDays') | html %] days.</p>
323                                         [% ELSIF ( Koha.Preference('MaxOpenSuggestions') != '' && patrons_pending_suggestions_count >= Koha.Preference('MaxOpenSuggestions') ) %]
324                                                 <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>
325                                         [% ELSE %]
326                                                 <a class="btn btn-link new" href="/cgi-bin/koha/opac-suggestions.pl?op=add"><i class="fa fa-plus"  aria-hidden="true"></i> New purchase suggestion</a>
327                                         [% END %]
328                                         </div>
329                                     [% END %]
330
331                                     [% IF ( loggedinusername ) %]
332                                         <div class="selections-toolbar toolbar">
333                                             <div class="check_control">
334                                                 <span class="checkall"></span> <span class="clearall"></span>
335                                             </div>
336                                             <div class="links">
337                                                 <span class="selections">Select suggestions to: </span>
338                                                 <span id="removeitems">
339                                                     <a href="#" class="btn btn-link removeitems tag_hides disabled"><i class="fa fa-trash" aria-hidden="true"></i> Delete</a>
340                                                 </span>
341                                             </div>
342                                         </div>
343                                     [% END %]
344
345                                     <table id="suggestt" class="table table-bordered table-striped">
346                                         <thead>
347                                             <tr>
348                                                 [% IF ( loggedinusername ) %]<th>&nbsp;</th>[% END %]
349                                                 <th>Summary</th>
350                                                 <th>Suggested on</th>
351                                                 <th>Note</th>
352                                                 [% IF Koha.Preference( 'OPACViewOthersSuggestions' ) == 1 %]<th>Suggested for</th>[% END %]
353                                                 [% IF Koha.Preference( 'OpacSuggestionManagedBy' ) %]<th>Managed by</th>[% END %]
354                                                 <th>Status</th>
355                                             </tr>
356                                         </thead>
357                                         <tbody>
358                                             [% FOREACH suggestions_loo IN suggestions_loop %]
359                                                 <tr>
360                                                     [% IF ( loggedinusername ) %]
361                                                         <td class="selectcol">
362                                                             [% IF ( suggestions_loo.showcheckbox ) %]
363                                                                 [% SET can_delete_suggestion = 1 %]
364                                                                 <input type="checkbox" class="cb" id="id[% suggestions_loo.suggestionid | html %]" name="delete_field" data-title="[% suggestions_loo.title | html %]" value="[% suggestions_loo.suggestionid | html %]" />
365                                                             [% END %]
366                                                         </td>
367                                                     [% END %]
368                                                     <td>
369                                                         <p>
370                                                             <label for="id[% suggestions_loo.suggestionid | html %]">
371                                                                 [% IF suggestions_loo.biblionumber %]
372                                                                     <strong><a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% suggestions_loo.biblionumber | uri %]">[% suggestions_loo.title | html %]</a></strong>
373                                                                 [% ELSE %]
374                                                                     <strong>[% suggestions_loo.title | html %]</strong>
375                                                                 [% END %]
376                                                             </label>
377                                                         </p>
378                                                             <p>[% IF ( suggestions_loo.author ) %][% suggestions_loo.author | html %],[% END %]
379                                                                 [% IF ( suggestions_loo.copyrightdate ) %] - [% suggestions_loo.copyrightdate | html %],[% END %]
380                                                                 [% IF ( suggestions_loo.publishercode ) %] - [% suggestions_loo.publishercode | html %][% END %]
381                                                                 [% IF ( suggestions_loo.place ) %]([% suggestions_loo.place | html %])[% END %]
382                                                                 [% IF ( suggestions_loo.collectiontitle ) %] , [% suggestions_loo.collectiontitle | html %][% END %]
383                                                                 [% IF ( suggestions_loo.itemtype ) %] - [% AuthorisedValues.GetByCode( 'SUGGEST_FORMAT', suggestions_loo.itemtype, 1 ) | html %][% END %]
384                                                         </p>
385                                                     </td>
386                                                     <td>
387                                                         [% IF ( suggestions_loo.suggesteddate ) %][% suggestions_loo.suggesteddate |$KohaDates %][% END %]
388                                                     </td>
389                                                     <td>
390                                                         [% IF ( suggestions_loo.note ) %]
391                                                             <span class="tdlabel">Note: </span>
392                                                             [% suggestions_loo.note | html %]
393                                                         [% END %]
394                                                     </td>
395                                                     [% IF Koha.Preference( 'OPACViewOthersSuggestions' ) == 1 %]
396                                                         <td>
397                                                             [% IF ( suggestions_loo.branchcodesuggestedby ) %]
398                                                                 <span class="tdlabel">Suggested for:</span>
399                                                                 [% suggestions_loo.branchcodesuggestedby | html %]
400                                                             [% END %]
401                                                         </td>
402                                                     [% END %]
403                                                     [% IF Koha.Preference( 'OpacSuggestionManagedBy' ) %]
404                                                     <td>
405                                                         [% IF ( suggestions_loo.surnamemanagedby ) %]
406                                                             <span class="tdlabel">Managed by:</span>
407                                                             [% suggestions_loo.surnamemanagedby | html %]
408                                                             [% IF ( suggestions_loo.firstnamemanagedby ) %]    , [% suggestions_loo.firstnamemanagedby | html %]
409                                                             [% END %]
410                                                         [% END %]
411                                                     </td>
412                                                     [% END %]
413                                                     <td>
414                                                         <span class="tdlabel">Status:</span>
415                                                         [% IF ( suggestions_loo.ASKED ) %]Requested
416                                                         [% ELSIF ( suggestions_loo.CHECKED ) %]Checked by the library
417                                                         [% ELSIF ( suggestions_loo.ACCEPTED ) %]Accepted by the library
418                                                         [% ELSIF ( suggestions_loo.ORDERED ) %]Ordered by the library
419                                                         [% ELSIF ( suggestions_loo.REJECTED ) %]Suggestion declined
420                                                         [% ELSIF ( suggestions_loo.AVAILABLE ) %]Available in the library
421                                                         [% ELSE %] [% AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestions_loo.STATUS, 1 ) | html %] [% END %]
422                                                         [% IF ( suggestions_loo.reason ) %]([% suggestions_loo.reason | html %])[% END %]
423                                                     </td>
424                                                 </tr>
425                                             [% END # / FOREACH suggestions_loo %]
426                                         </tbody>
427                                     </table>
428
429                                     [% IF ( loggedinusername && can_delete_suggestion ) %]
430                                         <fieldset class="action">
431                                             <input type="submit" class="btn btn-danger removeitems" value="Delete selected" />
432                                         </fieldset>
433                                     [% END %]
434                                 </form>
435                             [% ELSE %]
436                                 [% IF Koha.Preference( 'OPACViewOthersSuggestions' ) %]
437                                     [% IF ( loggedinusername ) %]
438                                         [% IF ( suggested_by_anyone ) %]
439                                             <p>There are no pending purchase suggestions.</p>
440                                         [% ELSE %]
441                                             <p>You have no pending purchase suggestions. <a href="/cgi-bin/koha/opac-suggestions.pl?suggested_by_anyone=1">View all suggestions</a></p>
442                                         [% END %]
443                                     [% ELSE %]
444                                         <p>There are no pending purchase suggestions.</p>
445                                     [% END %]
446                                 [% ELSE %]
447                                     [% IF ( loggedinusername ) %]
448                                         <p>You have no pending purchase suggestions.</p>
449                                     [% ELSE %]
450                                         <p>You are not authorized to see pending purchase suggestions.</p>
451                                     [% END %]
452                                 [% END %]
453                                 [% IF ( loggedinusername || ( Koha.Preference( 'AnonSuggestions' ) == 1 ) ) %]
454                                     [% IF ( Koha.Preference('MaxTotalSuggestions') != ''  && patrons_total_suggestions_count >= Koha.Preference('MaxTotalSuggestions') ) %]
455                                         <p class="TooManySuggestionsText">You may only add up to [% Koha.Preference('MaxTotalSuggestions') | html %] suggestions in [% Koha.Preference('NumberOfSuggestionDays') | html %] days.</p>
456                                     [% ELSIF ( Koha.Preference('MaxOpenSuggestions') != ''  && patrons_pending_suggestions_count >= Koha.Preference('MaxOpenSuggestions') ) %]
457                                         <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>
458                                     [% ELSE %]
459                                         <p><a class="btn btn-link new" href="/cgi-bin/koha/opac-suggestions.pl?op=add"><i class="fa fa-plus" aria-hidden="true"></i> New purchase suggestion</a></p>
460                                     [% END %]
461                                 [% END %]
462                             [% END # / IF suggestions_loop %]
463
464                         [% END # IF op_else %]
465                     </div> <!-- / #usersuggestions -->
466                 </div> <!-- / .col-lg-10 -->
467             </div> <!-- / .row -->
468         </div> <!-- / .container-fluid -->
469     </div> <!-- / .main -->
470
471 [% INCLUDE 'opac-bottom.inc' %]
472 [% BLOCK jsinclude %]
473 [% INCLUDE 'datatables.inc' %]
474 <script>
475     [% IF ( loggedinusername ) %]
476         function enableCheckboxActions(){
477             // Enable/disable controls if checkboxes are checked
478             var checkedBoxes = $(".cb:checked");
479             if ($(checkedBoxes).size()) {
480               $(".selections").html(_("With selected suggestions: "));
481               $(".selections-toolbar .links a").removeClass("disabled");
482             } else {
483               $(".selections").html(_("Select suggestions to: "));
484               $(".selections-toolbar .links a").addClass("disabled");
485             }
486         }
487     [% END %]
488
489     $(function() {
490         $("#suggestt").dataTable($.extend(true, {}, dataTablesDefaults, {
491             "order": [[ 1, "asc" ]],
492             "dom": '<"top"<"table_entries"><"table_controls"f>>t',
493             "autoWidth": false,
494             "columnDefs": [
495               [% IF ( loggedinusername ) %]{ "targets": [ 0 ], "sortable": false, "searchable": false }[% END %]
496             ],
497             "columns": [
498                 [% IF ( loggedinusername ) %]null,[% END %]
499                 { "type": "anti-the" },
500                 null,
501                 null,
502                 [% IF Koha.Preference( 'OPACViewOthersSuggestions' ) == 1 %]null,[% END %]
503                 [% IF Koha.Preference( 'OpacSuggestionManagedBy' ) %]null,[% END %]
504                 null
505             ]
506         }));
507         [% IF ( loggedinusername ) %]$("span.clearall").html("<a id=\"CheckNone\" class=\"btn btn-link btn-sm\" href=\"#\">"+_("Clear all")+"<\/a>");
508         $("span.checkall").html("<a id=\"CheckAll\" class=\"btn btn-link btn-sm\" href=\"#\">"+_("Select all")+"<\/a>");
509         $("#CheckAll").on("click",function(e){
510             e.preventDefault();
511             $(".cb").prop("checked", true);
512             enableCheckboxActions();
513         });
514         $("#CheckNone").on("click",function(e){
515             e.preventDefault();
516             $(".cb").prop("checked", false);
517             enableCheckboxActions();
518         });
519         $(".cb").click(function(){
520           enableCheckboxActions();
521         });
522
523         enableCheckboxActions();
524
525         $(".removeitems").on("click", function(e) {
526             e.preventDefault();
527             var selected_titles = $("input:checked");
528             var title;
529             var yes_label;
530             var no_label;
531             var message = "";
532             if ( selected_titles.size() < 1 ) {
533                 alert(MSG_NO_SUGGESTION_SELECTED);
534                 return false;
535             } else {
536                 if( selected_titles.size() > 1 ){
537                     message = $("<ul></ul>");
538                     title = _("Are you sure you want to delete these suggestions?");
539                     yes_label = _("Yes, delete suggestions");
540                     no_label = _("No, do not delete suggestions");
541                     selected_titles.each(function(){
542                         message.append( "<li>" +  $(this).data("title") + "</li>" );
543                     });
544                 } else {
545                     title = _("Are you sure you want to delete this suggestion?");
546                     yes_label = _("Yes, delete suggestion");
547                     no_label = _("No, do not delete suggestion");
548                     selected_titles.each(function(){
549                         message += $(this).data("title");
550                     });
551                 }
552                 confirmModal( message, title, yes_label, no_label, function( result ){
553                     if( result ){
554                         $("#delete_suggestions").submit();
555                     }
556                 });
557             }
558         });
559         [% END %]
560     });
561 </script>
562 [% END %]