Bug 30473: Convert suggestions page tabs to Bootstrap
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / suggestion / suggestion.tt
1 [% PROCESS 'i18n.inc' %]
2 [% USE raw %]
3 [% USE Asset %]
4 [% USE Branches %]
5 [% USE AuthorisedValues %]
6 [% USE KohaDates %]
7 [% USE Price %]
8 [% USE TablesSettings %]
9 [% SET footerjs = 1 %]
10 [% INCLUDE 'doc-head-open.inc' %]
11 <title>
12     [% IF op == 'save' %]
13         [% IF ( suggestionid ) %]
14             Edit suggestion #[% suggestionid | html %] &rsaquo; Suggestions
15         [% ELSE %]
16             Add suggestion &rsaquo; Suggestions
17         [% END %]
18
19     [% ELSIF ( op == 'show' ) %]
20            Show suggestion #[% suggestionid | html %] &rsaquo; Suggestions
21
22     [% ELSE %]
23         Suggestions management
24     [% END %] &rsaquo; Acquisitions &rsaquo; Koha
25 </title>
26 [% INCLUDE 'doc-head-close.inc' %]
27 [% IF op == 'else' %]
28     [% FILTER collapse %]
29         <style>
30             h4.local_collapse a {
31                 font-size: 80%;
32                 text-decoration: none;
33             }
34             fieldset.brief ol {
35                 display: none;
36             }
37             .overlay {
38                 background: #eeffd4;
39                 color: #000;
40                 display: none;
41                 left: 50%;
42                 margin-left: -100px;
43                 margin-top: -10px;
44                 padding: .5em;
45                 position: absolute;
46                 text-align: center;
47                 top: 180px;
48                 width: 200px;
49             }
50         </style>
51     [% END %]
52 [% END %]
53 </head>
54
55 <body id="acq_suggestion" class="acq">
56     [% INCLUDE 'header.inc' %]
57     [% INCLUDE 'cat-search.inc' %]
58
59     <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
60         <ol>
61             <li>
62                 <a href="/cgi-bin/koha/mainpage.pl">Home</a>
63             </li>
64             <li>
65                 <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
66             </li>
67
68             [% IF op == 'save' %]
69                 [% IF ( suggestionid ) %]
70                     <li>
71                         <a href="/cgi-bin/koha/suggestion/suggestion.pl">Suggestions</a>
72                     </li>
73                     <li>
74                         <a href="#" aria-current="page">
75                             Edit suggestion #[% suggestionid | html %]
76                         </a>
77                     </li>
78                 [% ELSE %]
79                     <li>
80                         <a href="/cgi-bin/koha/suggestion/suggestion.pl">Suggestions</a>
81                     </li>
82                     <li>
83                         <a href="#" aria-current="page">
84                             Add suggestion
85                         </a>
86                     </li>
87                 [% END %]
88             [% ELSIF ( op == 'show' ) %]
89                 <li>
90                     <a href="/cgi-bin/koha/suggestion/suggestion.pl">Suggestions</a>
91                 </li>
92                 <li>
93                     <a href="#" aria-current="page">
94                         Show suggestion #[% suggestionid | html %]
95                     </a>
96                 </li>
97             [% ELSE %]
98                 <li>
99                     <a href="#" aria-current="page">
100                         Suggestions management
101                     </a>
102                 </li>
103             [% END %]
104         </ol>
105     </nav> <!-- /.breadcrumbs -->
106
107     [% IF ( op == 'show' ) %]
108         <div class="main container-fluid">
109             <div class="row">
110                 <div class="col-md-8 col-md-offset-2">
111
112                     <div id="toolbar" class="btn-toolbar">
113                         <a class="btn btn-default" id="editsuggestion" href="suggestion.pl?op=edit&amp;suggestionid=[% suggestionid | html %]"><i class="fa fa-pencil"></i> Edit</a>
114                         <a class="btn btn-default deletesuggestion" href="suggestion.pl?op=delete&amp;suggestionid=[% suggestionid | html %]"><i class="fa fa-trash"></i> Delete</a>
115                     </div>
116
117                     <fieldset class="rows">
118                         <legend>Bibliographic information</legend>
119                             <ol>
120                                 [% IF ( title ) %]
121                                     <li>
122                                         <span class="label">Title:</span>
123                                         [% IF suggestion.biblionumber %]
124                                             <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% suggestion.biblionumber | uri %]">[% suggestion.title | html %]</a>
125                                         [% ELSE %]
126                                             [% title | html %]
127                                         [% END %]
128                                     </li>
129                                 [% END %]
130                                 [% IF ( author ) %]
131                                 <li>
132                                     <span class="label">Author:</span>
133                                     [% author | html %]
134                                 </li>
135                             [% END %]
136                             [% IF ( copyrightdate ) %]
137                                 <li>
138                                     <span class="label">Copyright date:</span>
139                                     [% copyrightdate | html %]
140                                 </li>
141                             [% END %]
142                             [% IF ( isbn ) %]
143                                 <li>
144                                     <span class="label">ISBN or ISSN or other standard number:</span>
145                                     [% isbn | html %]
146                                 </li>
147                             [% END %]
148                             [% IF ( publishercode ) %]
149                                 <li>
150                                     <span class="label">Publisher:</span>
151                                     [% publishercode | html %]
152                                 </li>
153                             [% END %]
154                             [% IF ( place ) %]
155                                 <li>
156                                     <span class="label">Publication place:</span>
157                                     [% place | html %]
158                                 </li>
159                             [% END %]
160                             [% IF ( collectiontitle ) %]
161                                 <li>
162                                     <span class="label">Collection title:</span>
163                                     [% collectiontitle | html %]
164                                 </li>
165                             [% END %]
166                             [% IF ( itemtype ) %]
167                                 <li>
168                                     <span class="label">Document type:</span>
169                                     [% AuthorisedValues.GetByCode( 'SUGGEST_FORMAT', itemtype, 0 ) | html %]
170                                 </li>
171                             [% END %]
172                             [% IF ( patron_reason_loop ) %]
173                                 <li>
174                                     <span class="label">Reason for suggestion: </span>
175                                     [% FOREACH patron_reason_loo IN patron_reason_loop %]
176                                         [% IF patron_reason_loo.authorised_value == patronreason %]
177                                             [% patron_reason_loo.lib | html %]
178                                         [% END %]
179                                     [% END %]
180                                 </li>
181                             [% END %]
182                             [% IF ( note ) %]
183                                 <li>
184                                     <span class="label">Notes:</span>
185                                     [% note | html %]
186                                 </li>
187                             [% END %]
188                         </ol>
189                     </fieldset>
190
191                     <fieldset class="rows">
192                         <legend>Suggestion management</legend>
193                         <ol>
194                             <li>
195                                 <span class="label">Status:</span>
196                                 [% SET status_found = 0 %]
197                                 [% IF ( STATUS == 'ASKED' ) %]
198                                     <span>Pending</span>
199                                     [% SET status_found = 1 %]
200                                 [% ELSIF ( STATUS == 'ACCEPTED' ) %]
201                                     <span>Accepted</span>
202                                     [% SET status_found = 1 %]
203                                 [% ELSIF ( STATUS == 'CHECKED' ) %]
204                                     <span>Checked</span>
205                                     [% SET status_found = 1 %]
206                                 [% ELSIF ( STATUS == 'REJECTED' ) %]
207                                     <span>Rejected</span>
208                                     [% SET status_found = 1 %]
209                                 [% ELSIF ( STATUS == 'ORDERED' ) %]
210                                     <span>Ordered</span>
211                                     [% SET status_found = 1 %]
212                                 [% ELSIF ( STATUS == 'AVAILABLE' ) %]
213                                     <span>Available</span>
214                                     [% SET status_found = 1 %]
215                                 [% ELSE %]
216                                     [% FOREACH s IN SuggestionStatuses %]
217                                         [% IF STATUS == s.authorised_value %]
218                                             [% s.lib | html %]
219                                             [% SET status_found = 1 %]
220                                         [% END %]
221                                     [% END %]
222                                 [% END %]
223                             </li>
224                             <li>
225                                 <span class="label">Reason:</span>
226                                 [% IF ( reason ) %]
227                                     [% AuthorisedValues.GetByCode( 'SUGGEST', reason, 0 ) | html %]
228                                 [% END %]
229                             </li>
230                         </ol>
231
232                         <table>
233                             <thead>
234                                 <tr>
235                                     <th>&nbsp;</th>
236                                     <th>Date</th>
237                                     <th>By</th>
238                                 </tr>
239                             </thead>
240                             <tbody>
241                                 <tr>
242                                     <th>[% tp('purchase suggestion created by', 'Created by:') | html %]</th>
243                                     <td>[% suggesteddate | $KohaDates %]</td>
244                                     <td>
245                                         [% IF ( suggestedby_patron.borrowernumber ) %]
246                                             <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% suggestedby_patron.borrowernumber | uri %]">[% suggestedby_patron.surname | html %], [% suggestedby_patron.firstname | html %] ([% suggestedby_patron.cardnumber | html %])</a>
247                                             [% Branches.GetName( suggestedby_patron.branchcode ) | html %] ([% suggestedby_patron.category.description | html %])
248                                         [% END %]
249                                     </td>
250                                 </tr>
251                                 <tr>
252                                     <th>Managed by:</th>
253                                     <td>[% manageddate | $KohaDates %]</td>
254                                     <td>
255                                         [% IF ( managedby_patron.borrowernumber ) %]
256                                             <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% managedby_patron.borrowernumber | uri %]">[% managedby_patron.surname | html %], [% managedby_patron.firstname | html %] ([% managedby_patron.cardnumber | html %])</a>
257                                             [% Branches.GetName( managedby_patron.branchcode ) | html %] ([% managedby_patron.category.description | html %])
258                                         [% END %]
259                                     </td>
260                                 </tr>
261                                 <tr>
262                                     <th>Accepted on:</th>
263                                     <td>[% accepteddate | $KohaDates %]</td>
264                                     <td>
265                                         [% IF ( acceptedby_patron.borrowernumber ) %]
266                                             <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% acceptedby_patron.borrowernumber | uri %]">[% acceptedby_patron.surname | html %], [% acceptedby_patron.firstname | html %] ([% acceptedby_patron.cardnumber | html %])</a>
267                                             [% Branches.GetName( acceptedby_patron.branchcode ) | html %] ([% acceptedby_patron.category.description | html %])
268                                         [% END %]
269                                     </td>
270                                 </tr>
271                                 <tr>
272                                     <th>Last modification on:</th>
273                                     <td>[% lastmodificationdate | $KohaDates %]</td>
274                                     <td>
275                                         [% IF ( lastmodificationby_patron.borrowernumber ) %]
276                                             <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% lastmodificationby_patron.borrowernumber | uri %]">[% lastmodificationby_patron.surname | html %], [% lastmodificationby_patron.firstname | html %] ([% lastmodificationby_patron.cardnumber | html %])</a>
277                                             [% Branches.GetName( lastmodificationby_patron.branchcode ) | html %] ([% lastmodificationby_patron.category.description | html %])
278                                         [% END %]
279                                     </td>
280                                 </tr>
281                             </tbody>
282                         </table>
283                     </fieldset>
284
285                     <fieldset class="rows">
286                         <legend>Acquisition information</legend>
287                         <ol>
288                             <li>
289                                 <span class="label">Library:</span>
290                                 [% Branches.GetName( branchcode ) | html %]
291                             </li>
292                             <li>
293                                 <span class="label">Fund:</span>
294                                 [% budgetname | html %]
295                             </li>
296                             <li>
297                                 <span class="label">Copies:</span>
298                                 [% quantity | html %]
299                             </li>
300                             <li>
301                                 <span class="label">Currency:</span>
302                                 [% currency | html %]
303                             </li>
304                             <li>
305                                 <span class="label">Price:</span>
306                                 [% price | $Price %]
307                             </li>
308                             <li>
309                                 <span class="label">Total</span>
310                                 [% total | $Price %]
311                             </li>
312                         </ol>
313                     </fieldset>
314
315                     <fieldset class="action">
316                         <a href="suggestion.pl">&lt;&lt; Back to suggestions</a>
317                     </fieldset>
318
319                 </div> <!-- /.col-md-8 col-md-offset-2 -->
320             </div> <!-- /.row -->
321     [% ELSE # IF op == "show" %]
322
323         [% IF op == 'save' %]
324             <div class="main container-fluid">
325                 <div class="row">
326                     <div class="col-md-8 col-md-offset-2">
327         [% ELSE %]
328             <div class="main container-fluid">
329                 <div class="row">
330                     <div class="col-sm-10 col-sm-push-2">
331         [% END %]
332
333         [% IF op == 'save' %]
334             [% FOR m IN messages %]
335                 <div class="dialog [% m.type | html %]">
336                     [% SWITCH m.code %]
337                     [% CASE 'biblio_exists' %]
338                         <span>A similar document already exists: <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% m.id | uri %]">[% m.title | html %]</a>. Click on "Confirm your suggestion" to ignore this message.</span>
339                     [%  CASE 'manager_not_enough_permissions' %]
340                         <span>The manager you selected does not have sufficient permissions.</span>
341                     [% CASE %]
342                         <span>[% m.code | html %]</span>
343                     [% END %]
344                 </div> <!-- /.dialog -->
345             [% END %]
346
347             <form id="add_edit" action="suggestion.pl" method="post" class="validated">
348                 <input type="hidden" name="redirect" id="redirect" value="[% redirect | html %]" />
349                 <input type="hidden" name="borrowernumber" id="borrowernumber" value="[% borrowernumber | html %]" />
350                 [% IF ( suggestionid ) %]
351                     <h1>Edit purchase suggestion #[% suggestionid | html %]</h1>
352                     <input type="hidden" name="suggestionid" value="[% suggestionid | html %]"/>
353                 [% ELSE %]
354                     <h1>Enter a new purchase suggestion</h1>
355                 [% END %]
356
357                 <fieldset class="rows">
358                     <legend>Bibliographic information</legend>
359                     <ol>
360                         <li>
361                             <label for="title" class="required">Title:</label>
362                             <input type="text" id="title" name="title" size="80" maxlength="255" value="[% title | html %]" required="required" class="required" />
363                             <span class="required">Required</span>
364                         </li>
365                         <li>
366                             <label for="author">Author:</label>
367                             <input type="text" id="author" name="author" size="50" maxlength="80" value="[% author | html %]"/>
368                         </li>
369                         <li>
370                             <label for="copyrightdate">Copyright date:</label>
371                             <input type="text" id="copyrightdate" name="copyrightdate" size="4" maxlength="4" value="[% copyrightdate | html %]" />
372                         </li>
373                         <li>
374                             <label for="isbn">ISBN or ISSN or other standard number:</label>
375                             <input type="text" id="isbn" name="isbn" size="50" maxlength="80" value="[% isbn | html %]"/>
376                         </li>
377                         <li>
378                             <label for="publishercode">Publisher:</label>
379                             <input type="text" id="publishercode" name="publishercode" size="50" maxlength="80" value="[% publishercode | html %]"/>
380                         </li>
381                         <li>
382                             <label for="place">Publication place:</label>
383                             <input type="text" id="place" name="place" size="50" maxlength="80" value="[% place | html %]"/>
384                         </li>
385                         <li>
386                             <label for="collectiontitle">Collection title:</label>
387                             <input type="text" id="collectiontitle" name="collectiontitle" size="50" maxlength="80" value="[% collectiontitle | html %]"/>
388                         </li>
389                         <li>
390                             <label for="itemtype">Document type:</label>
391                             [% PROCESS 'av-build-dropbox.inc' name="itemtype", category="SUGGEST_FORMAT", size = 20, default=itemtype %]
392                         </li>
393                         [% IF patron_reason_loop %]
394                             <li>
395                                 <label for="patronreason">Reason for suggestion: </label>
396                                 <select name="patronreason" id="patronreason">
397                                     <option value=""> -- Choose -- </option>
398                                     [% FOREACH patron_reason_loo IN patron_reason_loop %]
399                                         [% IF patron_reason_loo.authorised_value == patronreason %]
400                                             <option value="[% patron_reason_loo.authorised_value | html %]" selected="selected">[% patron_reason_loo.lib | html %]</option>
401                                         [% ELSE %]
402                                             <option value="[% patron_reason_loo.authorised_value | html %]">[% patron_reason_loo.lib | html %]</option>
403                                         [% END %]
404                                     [% END %]
405                                 </select>
406                             </li>
407                         [% END # /IF patron_reason_loop %]
408                         <li>
409                             <label for="note">Notes:</label>
410                             <textarea name="note" id="note" rows="5" cols="40">[% note | html %]</textarea>
411                         </li>
412                     </ol>
413                 </fieldset>
414
415                 <fieldset class="rows">
416                     <legend>Suggestion management</legend>
417                     <ol>
418                         [% IF ( suggestionid ) %]
419                             <li>
420                                 <label for="STATUS">Status:</label>
421                                 <select id="STATUS" name="STATUS">
422                                     <option value="">No status</option>
423
424                                     [% IF (statusselected_ASKED ) %]
425                                         <option value="ASKED" selected="selected">Pending</option>
426                                     [% ELSE %]
427                                         <option value="ASKED">Pending</option>
428                                     [% END %]
429
430                                     [% IF (statusselected_ACCEPTED ) %]
431                                         <option value="ACCEPTED" selected="selected">Accepted</option>
432                                     [% ELSE %]
433                                         <option value="ACCEPTED">Accepted</option>
434                                     [% END %]
435
436                                     [% IF (statusselected_CHECKED ) %]
437                                         <option value="CHECKED" selected="selected">Checked</option>
438                                     [% ELSE %]
439                                         <option value="CHECKED">Checked</option>
440                                     [% END %]
441
442                                     [% IF ( statusselected_REJECTED ) %]
443                                         <option value="REJECTED" selected="selected">Rejected</option>
444                                     [% ELSE %]
445                                         <option value="REJECTED">Rejected</option>
446                                     [% END %]
447
448                                     [% IF ( statusselected_ORDERED ) %]
449                                         <option value="ORDERED" selected="selected">Ordered</option>
450                                     [% ELSE %]
451                                         <option value="ORDERED">Ordered</option>
452                                     [% END %]
453
454                                     [% FOREACH s IN SuggestionStatuses %]
455                                         [% IF s.authorised_value == suggestion.STATUS %]
456                                             <option value="[% s.authorised_value | html %]" selected="selected">[% s.lib | html %]</option>
457                                         [% ELSE %]
458                                             <option value="[% s.authorised_value | html %]">[% s.lib | html %]</option>
459                                         [% END %]
460                                     [% END %]
461                                 </select>
462                             </li>
463                             <li>
464                                 <label for="reason">Reason:</label>
465                                 <select class="select-reason" id="reason" name="reason">
466                                     <option value=""> -- Choose a reason -- </option>
467                                     [% FOREACH reasonsloo IN suggestion.reasonsloop %]
468                                         [% IF (reasonsloo.lib == suggestion.reason) %]
469                                             <option value="[% reasonsloo.lib | html %]" selected="selected">[% reasonsloo.lib | html %]</option>
470                                         [% ELSE %]
471                                             <option value="[% reasonsloo.lib | html %]">[% reasonsloo.lib | html %]</option>
472                                         [% END %]
473                                     [% END %]
474                                     <option value="other">Others...</option>
475                                 </select>
476
477                                 <span id="other_reason" name="other_reason">
478                                     [% IF other_reason %]
479                                         <input type="text" size="31" id="select-other_reason" name="other_reason" placeholder="please note your reason here..." value="[% suggestion.reason | html %]"/>
480                                     [% ELSE %]
481                                         <input type="text" size="31" id="select-other_reason" name="other_reason" placeholder="please note your reason here..." />
482                                     [% END %]
483                                     <a href="#back">Cancel</a>
484                                 </span>
485                             </li>
486                         [% END %]
487                         <li>
488                             <table>
489                                 <thead>
490                                     <tr>
491                                         <th>&nbsp;</th>
492                                         <th>Date</th>
493                                         <th>By</th>
494                                         <th>Action</th>
495                                     </tr>
496                                 </thead>
497                                 <tbody>
498                                     <tr>
499                                         <th>
500                                             <label for="suggesteddate">[% tp('purchase suggestion created by', 'Created by:') | html %]</label>
501                                         </th>
502                                         <td>
503                                             <input type="text" id="suggesteddate" name="suggesteddate" class="flatpickr" size="10" maxlength="10" value="[% suggesteddate | $KohaDates %]"/> [% INCLUDE 'date-format.inc' %]
504                                         </td>
505                                         <td id="tdsuggestedby">
506                                             <input type="hidden" id="suggestedby" name="suggestedby" value="[% suggestedby | html %]"/>
507                                             [% IF ( suggestedby_patron.borrowernumber ) %]
508                                                 <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% suggestedby_patron.borrowernumber | uri %]">[% suggestedby_patron.surname | html %], [% suggestedby_patron.firstname | html %] ([% suggestedby_patron.cardnumber | html %])</a>  [% Branches.GetName( suggestedby_patron.branchcode ) | html %] ([% suggestedby_patron.category.description | html %])
509                                             [% END %]
510                                         </td>
511                                         <td>
512                                             <a href="#" id="edit_suggester" class="btn btn-default">Set to patron</a>
513                                         </td>
514                                     </tr>
515                                     <tr>
516                                         <th>
517                                             <label for="accepteddate">Accepted on:</label>
518                                         </th>
519                                         <td>
520                                             <input type="text" id="accepteddate" name="accepteddate" class="flatpickr" size="10" maxlength="10" value="[% accepteddate | $KohaDates %]" />[% INCLUDE 'date-format.inc' %]
521                                         </td>
522                                         <td>
523                                             <input type="hidden" id="acceptedby" name="acceptedby" value="[% acceptedby | html %]"/>
524                                             [% IF ( acceptedby_patron.borrowernumber ) %]
525                                                 <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% acceptedby_patron.borrowernumber | uri %]">[% acceptedby_patron.surname | html %], [% acceptedby_patron.firstname | html %] ([% acceptedby_patron.cardnumber | html %])</a>
526                                                 [% Branches.GetName( acceptedby_patron.branchcode ) | html %] ([% acceptedby_patron.category.description | html %])
527                                             [% END %]
528                                         </td>
529                                         <td></td>
530                                     </tr>
531                                     <tr>
532                                         <th>
533                                             <label for="lastmodificationdate">Last modification on:</label>
534                                         </th>
535                                         <td>
536                                             [% lastmodificationdate | $KohaDates %]
537                                         </td>
538                                         <td>
539                                             [% IF lastmodificationby_patron %]
540                                                 [% INCLUDE 'patron-title.inc' patron=lastmodificationby_patron hide_patron_infos_if_needed=1 %] [% Branches.GetName( lastmodificationby_patron.branchcode ) | html %] ([% lastmodificationby_patron.category.description | html %])
541                                             [% END %]
542                                         </td>
543                                         <td></td>
544                                     </tr>
545                                 </tbody>
546                             </table>
547                         </li>
548                         <li>
549                             <label for="managedon">Managed on:</label>
550                             <input type="text" id="managedon" name="manageddate" class="flatpickr" size="10" maxlength="10" value="[% manageddate | $KohaDates %]" />[% INCLUDE 'date-format.inc' %]
551                         </li>
552                         <li>
553                             <label for="managedby_name">by:</label>
554                             <div>
555                                 <span id="managedby_name" name="managedby_name">
556                                     <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% logged_in_user.borrowernumber | uri %]">You</a>
557                                 </span>
558                                 [% IF managedby_patron.borrowernumber && logged_in_user.borrowernumber != managedby_patron.borrowernumber %]
559                                     | Previously was [% INCLUDE 'patron-title.inc' patron=managedby_patron hide_patron_infos_if_needed=1 %] [% Branches.GetName( managedby_patron.branchcode ) | html %] ([% managedby_patron.category.description | html %])
560                                 [% END %]
561                                 <br />
562                                 <a id="edit_manager" class="new_window" href="#"><i class="fa fa-search"></i> Select manager</a>
563                                 [% IF managedby_patron.borrowernumber && logged_in_user.borrowernumber != managedby_patron.borrowernumber %]
564                                     <a id="restore_previous_manager" href="#"><i class="fa fa-trash"></i> Keep existing manager</a>
565                                 [% END %]
566                                 <input type="hidden" name="managedby" id="managedby" value="[% logged_in_user.borrowernumber | html %]" />
567
568                                 <br/>
569                                 <label for="notify">Notify manager:</label>
570                                 <input type="checkbox" id="notify" name="notify" value="notify" disabled="disabled" title="A NOTIFY_MANAGER notice will be generated and send to the manager if a valid email address is defined. This can be checked if a new manager has been selected." />
571                             </div> <!-- /div -->
572                         </li>
573                     </ol>
574                 </fieldset>
575
576                 <fieldset class="rows">
577                     <legend>Acquisition information</legend>
578                     <ol>
579                         <li>
580                             <label for="branchcode">Library:</label>
581                             <select name="branchcode" id="branchcode">
582                                 <option value="">Any</option>
583                                 [% PROCESS options_for_libraries libraries => Branches.all( selected => branchcode ) %]
584                             </select>
585                         </li>
586                         <li>
587                             <label for="budgetid">Fund:</label>
588                             <select name="budgetid" id="budgetid">
589                                 <option value="">Any</option>
590                                 [% FOREACH budget IN sugg_budgets %]
591                                     [% IF ( budget.selected ) %]
592                                         <option value="[% budget.b_id | html %]" selected="selected">[% budget.b_txt | html %] [% IF ( !budget.b_active ) %](inactive)[% END %]</option>
593                                     [% ELSIF ( budget.b_active ) %]
594                                         <option value="[% budget.b_id | html %]">[% budget.b_txt | html %]</option>
595                                     [% ELSE %]
596                                         <option value="[% budget.b_id | html %]" class="b_inactive">[% budget.b_txt | html %] (inactive)</option>
597                                     [% END %]
598                                 [% END %]
599                             </select>
600                             <label for="showallfunds" style="float:none;width:auto;">&nbsp;Show inactive:</label>
601                             <input type="checkbox" id="showallfunds" />
602                         </li>
603                         <li>
604                             <label for="quantity">Copies:</label>
605                             <input type="text" size="10" id="quantity" name="quantity" value="[% quantity | html %]" />
606                         </li>
607                         <li>
608                             <label for="currency">Currency:</label>
609                             [% FOREACH c IN currencies %]
610                                 <input type="hidden" value="[% c.rate | html %]" id="currency_rate_[% c.currency | html %]" name="currency_rate_[% c.currency | html %]" />
611                                 <input type="hidden" id="[% c.currency | html %]" name="[% c.currency | html %]" value="[% c.rate | html %]" />
612                             [% END %]
613                             <select name="currency" id="currency">
614                                 [% FOREACH c IN currencies %]
615                                     [% IF suggestionid and suggestion.currency == c.currency or not suggestionid and c.active %]
616                                         <option value="[% c.currency | html %]" selected="selected">[% c.currency | html %]</option>
617                                     [% ELSIF not c.archived %]
618                                         <option value="[% c.currency | html %]">[% c.currency | html %]</option>
619                                     [% END %]
620                                 [% END %]
621                             </select>
622                         </li>
623                         <li>
624                             <label for="price">Price:</label>
625                             <input type="text" size="20" name="price" id="price" value="[% price | html %]" />
626                         </li>
627                         <li>
628                             <label for="total">Total: </label>
629                             <input type="text" readonly="readonly" id="total" name="total" size="10" value="[% total | html %]"/>
630                         </li>
631                     </ol>
632                 </fieldset> <!-- /.rows -->
633
634                 <input type="hidden" id="returnsuggested" name="returnsuggested" value="[% IF ( returnsuggestedby ) %][% returnsuggestedby | html %][% ELSE %]noone[% END %]"/>
635
636                 <fieldset class="action">
637                     <input type="hidden" name="op" value="[% op | html %]" />
638                     [% IF ( suggestionid ) %]
639                         [% IF ( need_confirm ) %]
640                             <input type="hidden" name="save_confirmed" value="1" />
641                             <input onclick="this.form.op.value = 'save'; this.form.submit();" type="submit" value="Confirm your suggestion" />
642                         [% ELSE %]
643                             <input type="submit" value="Save" />
644                         [% END %]
645                         <a class="cancel" href="[% IF ( returnsuggestedby ) %]/cgi-bin/koha/members/moremember.pl?borrowernumber=[% returnsuggestedby | uri %]#suggestions[% ELSE %]suggestion.pl[% END %]">Cancel</a>
646                     [% ELSE %]
647                         [% IF ( need_confirm ) %]
648                             <input type="hidden" name="save_confirmed" value="1" />
649                             <input onclick="this.form.op.value = 'save'; this.form.submit();" type="submit" value="Confirm your suggestion" />
650                         [% ELSE %]
651                             <input type="submit" value="Submit your suggestion" />
652                         [% END %]
653                         <a class="cancel" href="suggestion.pl">Cancel</a>
654                     [% END %]
655                 </fieldset> <!-- /.action -->
656             </form> <!-- /#add_edit -->
657         [% END # /IF op == 'save' %]
658
659         [% IF op == 'else' %]
660             <div id="toolbar" class="btn-toolbar">
661                 <a class="btn btn-default" id="newsuggestion" href="suggestion.pl?op=add&branchcode=[% branchcode | uri %]"><i class="fa fa-plus"></i> New purchase suggestion</a>
662             </div>
663
664             <h1>Suggestions management</h1>
665
666             [% IF ( displayby != "branchcode" ) %]
667                 <label for="branchcode">Viewing suggestions for library:</label>
668                 <select name="branchcode" id="branchcode">
669                     <option value="__ANY__">Any</option>
670                     [% PROCESS options_for_libraries libraries => Branches.all( selected => branchfilter || branchcode ) %]
671                 </select>
672             [% END %]
673
674             [% FOR m IN messages %]
675                 <div class="dialog [% m.type | html %]">
676                     [% SWITCH m.code %]
677                     [% CASE 'already_exists' %]
678                         <span>The suggestion has not been added. A suggestion with this title already exists (<a href='/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% m.id | html %]&op=show'>suggestion #[% m.id | html %]</a>)</span>
679                     [% CASE 'biblio_exists' %]
680                         <span>A similar document already exists: <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% m.id | uri %]">[% m.title | html %]</a>. Click on "Confirm your suggestion" to ignore this message.</span>
681                     [% CASE %]
682                         <span>[% m.code | html %]</span>
683                     [% END %]
684                 </div> <!-- /.dialog -->
685             [% END # /FOR m %]
686
687             [% UNLESS ( notabs ) %]
688                 <div id="suggestiontabs" class="toptabs">
689                     <ul class="nav nav-tabs" role="tablist">
690                         [% FOREACH suggestion IN suggestions %]
691                             <li role="presentation">
692                             <a href="#[% suggestion.suggestiontype | uri %]" aria-controls="[% suggestion.suggestiontype | uri %]" role="tab" data-toggle="tab">
693                             [% IF ( suggestion.suggestiontypelabel ) %]
694                                 [% IF (suggestion.suggestiontypelabel == "Pending") %]<span>Pending</span>
695                                 [% ELSIF (suggestion.suggestiontypelabel == "Accepted") %]<span>Accepted</span>
696                                 [% ELSIF (suggestion.suggestiontypelabel == "Checked") %]<span>Checked</span>
697                                 [% ELSIF (suggestion.suggestiontypelabel == "Rejected") %]<span>Rejected</span>
698                                 [% ELSIF (suggestion.suggestiontypelabel == "Available") %]<span>Available</span>
699                                 [% ELSIF (suggestion.suggestiontypelabel == "Ordered") %]<span>Ordered</span>
700                                 [% ELSIF (suggestion.suggestiontypelabel == "Unknown") %]<span>Status unknown</span>
701                                 [% ELSIF (suggestion.suggestiontypelabel == "__ANY__") %]<span>Any</span>
702                                 [% ELSE %][% suggestion.suggestiontypelabel | html %][% END %]
703                             [% ELSE %]
704                                 [% IF ( suggestion.suggestiontype ) %]
705                                     [% AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestion.suggestiontype ) | html %]
706                                 [% ELSE %]
707                                     <span>No name</span>
708                                 [% END %]
709                             [% END %]
710                             ([% suggestion.suggestions_loop.size | html %])
711                             </a>
712                             </li>
713                         [% END # /FOREACH suggestion %]
714                     </ul> <!-- /.ui-tabs-nav -->
715                     <div class="tab-content">
716             [% END # /UNLESS notabs %]
717
718                 [% FOREACH suggestion IN suggestions %]
719                     <div id="[% suggestion.suggestiontype | html %]" role="tabpanel" class="tab-pane">
720                         <form class="update_suggestions" name="f" method="post" action="/cgi-bin/koha/suggestion/suggestion.pl#[% suggestion.suggestiontype| uri %]">
721
722                             [% IF ( suggestion.suggestions_loop ) %]
723                                 <p>
724                                     <a class="checkall" href="#">Check all</a> | <a class="uncheckall" href="#">Uncheck all</a>
725                                 </p>
726
727                                 <table id="table_[% loop.count | html %]" class="sorted">
728                                     <thead>
729                                         <tr>
730                                             <th class="NoSort noExport">&nbsp;</th>
731                                             <th class="anti-the">Suggestion</th>
732                                             <th>Suggested by</th>
733                                             <th>Suggested on</th>
734                                             <th>Managed by</th>
735                                             <th>Managed on</th>
736                                             <th>Last modification by</th>
737                                             <th>Last modification on</th>
738                                             <th>Last updated</th>
739                                             <th>Library</th>
740                                             <th>Fund</th>
741                                             <th>Status</th>
742                                             <th class="NoSort noExport">&nbsp;</th>
743                                         </tr>
744                                     </thead>
745                                     <tbody>
746                                         [% FOREACH suggestions_loo IN suggestion.suggestions_loop %]
747                                             <tr>
748                                                 <td>
749                                                     <input type="checkbox" name="suggestionid" value="[% suggestions_loo.suggestionid | html %]" />
750                                                 </td>
751                                                 <td>
752                                                     <a href="suggestion.pl?suggestionid=[% suggestions_loo.suggestionid | uri %]&amp;op=show" title="suggestion" >
753                                                         [% suggestions_loo.title | html %][% IF ( suggestions_loo.author ) %], by [% suggestions_loo.author | html %][% END %]
754                                                     </a>
755                                                     <br />
756                                                     [% IF ( suggestions_loo.copyrightdate ) %]
757                                                         &copy; <span class="suggestion_copyrightdate">[% suggestions_loo.copyrightdate | html %]</span>
758                                                     [% END %]
759                                                     [% IF ( suggestions_loo.volumedesc ) %]
760                                                         ; <span class="suggestion_volume">Volume:<em>[% suggestions_loo.volumedesc | html %]</em></span>
761                                                     [% END %]
762                                                     [% IF ( suggestions_loo.isbn ) %]
763                                                         ; <span class="suggestion_isbn">ISBN: <em>[% suggestions_loo.isbn | html %]</em></span>
764                                                     [% END %]
765                                                     [% IF ( suggestions_loo.publishercode ) %]
766                                                         ; <span class="suggestion_publishercode">Published by [% suggestions_loo.publishercode | html %]</span>
767                                                     [% END %]
768                                                     [% IF ( suggestions_loo.publicationyear ) %]
769                                                         in <span class="suggestion_publicationyear"><em>[% suggestions_loo.publicationyear | html %]</em></span>
770                                                     [% END %]
771                                                     [% IF ( suggestions_loo.place ) %]
772                                                         in <span class="suggestion_place"><em>[% suggestions_loo.place | html %]</em></span>
773                                                     [% END %]
774                                                     [% IF ( suggestions_loo.collectiontitle ) %]
775                                                         ; <span class="suggestion_collectiontitle">[% suggestions_loo.collectiontitle | html %]</span>
776                                                     [% END %]
777                                                     [% IF ( suggestions_loo.itemtype ) %]
778                                                         ; <span class="suggestion_itype">[% AuthorisedValues.GetByCode( 'SUGGEST_FORMAT', suggestions_loo.itemtype, 0 ) | html %]</span>
779                                                     [% END %]
780                                                     <br />
781                                                     [% IF ( suggestions_loo.note ) %]
782                                                         <div class="suggestion_note"><i class="fa fa-comment"></i> [% suggestions_loo.note | html %]</div>
783                                                     [% END %]
784                                                     [% IF suggestions_loo.archived %]
785                                                         <br /><i class="fa fa-archive"></i> Archived
786                                                     [% END %]
787                                                 </td>
788                                                 <td>
789                                                     <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% suggestions_loo.suggestedby | uri %]">[% suggestions_loo.surnamesuggestedby | html %][% IF ( suggestions_loo.firstnamesuggestedby ) %], [% suggestions_loo.firstnamesuggestedby | html %][% END %] [% IF (suggestions_loo.cardnumbersuggestedby ) %]([% suggestions_loo.cardnumbersuggestedby | html %])[% END %]</a>
790                                                 </td>
791                                                 <td data-order="[% suggestions_loo.suggesteddate | html %]">
792                                                     [% IF ( suggestions_loo.suggesteddate ) %][% suggestions_loo.suggesteddate | $KohaDates %][% END %]
793                                                 </td>
794                                                 <td>
795                                                     <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% suggestions_loo.managedby | uri %]">[% suggestions_loo.surnamemanagedby | html %][% IF ( suggestions_loo.firstnamemanagedby ) %], [% suggestions_loo.firstnamemanagedby | html %][% END %]</a>
796                                                 </td>
797                                                 <td data-order="[% suggestions_loo.manageddate | html %]">
798                                                     [% IF ( suggestions_loo.manageddate ) %][% suggestions_loo.manageddate | $KohaDates %][% END %]
799                                                 </td>
800                                                 <td>
801                                                     <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% suggestions_loo.lastmodificationby | uri %]">[% suggestions_loo.surnamelastmodificationby | html %][% IF ( suggestions_loo.firstnamelastmodificationby ) %], [% suggestions_loo.firstnamelastmodificationby | html %][% END %]</a>
802                                                 </td>
803                                                 <td data-order="[% suggestions_loo.lastmodificationdate | html %]">
804                                                     [% IF ( suggestions_loo.lastmodificationdate ) %][% suggestions_loo.lastmodificationdate | $KohaDates %][% END %]
805                                                 </td>
806                                                 <td>
807                                                     [% suggestions_loo.date | $KohaDates %]
808                                                 </td>
809                                                 <td>
810                                                     [% Branches.GetName( suggestions_loo.branchcode ) | html %]
811                                                 </td>
812                                                 <td>
813                                                     [% suggestions_loo.budget_name | html %]
814                                                 </td>
815                                                 <td>
816                                                     [% IF ( suggestions_loo.ASKED ) %]
817                                                         Pending
818                                                     [% ELSIF ( suggestions_loo.ACCEPTED ) %]
819                                                         Accepted
820                                                     [% ELSIF ( suggestions_loo.ORDERED ) %]
821                                                         Ordered
822                                                     [% ELSIF ( suggestions_loo.REJECTED ) %]
823                                                         Rejected
824                                                     [% ELSIF ( suggestions_loo.CHECKED ) %]
825                                                         Checked
826                                                     [% ELSIF ( suggestions_loo.AVAILABLE ) %]
827                                                         Available
828                                                     [% ELSIF AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestions_loo.STATUS ) %]
829                                                         [% AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestions_loo.STATUS ) | html %]
830                                                     [% ELSE %]
831                                                         Status unknown
832                                                     [% END %]
833
834                                                     [% IF ( suggestions_loo.reason ) %]
835                                                         <br />([% suggestions_loo.reason | html %])
836                                                     [% END %]
837                                                 </td>
838                                                 <td class="actions">
839                                                     <div class="btn-group dropup">
840                                                         <a class="btn btn-default btn-xs" role="button" href="suggestion.pl?suggestionid=[% suggestions_loo.suggestionid | html %]&amp;op=edit"><i class="fa fa-pencil"></i> Edit</a><a class="btn btn-default btn-xs dropdown-toggle" id="more_actions_[% suggestions_loo.suggestionid | html %]" role="button" data-toggle="dropdown" href="#"><b class="caret"></b></a>
841                                                         <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="more_actions_[% suggestions_loo.suggestionid | html %]">
842                                                             <li><a class="deletesuggestion" href="suggestion.pl?op=delete&amp;suggestionid=[% suggestions_loo.suggestionid | html %]"><i class="fa fa-trash"></i> Delete</a></li>
843                                                             [% UNLESS suggestions_loo.archived %]
844                                                                 <li><a class="archivesuggestion" href="suggestion.pl?op=archive&amp;suggestionid=[% suggestions_loo.suggestionid | html %]"><i class="fa fa-archive"></i> Archive</a></li>
845                                                             [% ELSE %]
846                                                                 <li><a class="unarchivesuggestion" href="suggestion.pl?op=unarchive&amp;suggestionid=[% suggestions_loo.suggestionid | html %]"><i class="fa fa-archive"></i> Unarchive</a></li>
847                                                             [% END %]
848                                                         </ul>
849                                                     </div>
850                                                 </td>
851                                             </tr>
852                                         [% END # /FOREACH suggestions_loo %]
853                                     </tbody>
854                                 </table> <!-- /#table_[% loop.count | html %] -->
855
856                                 <div class="row">
857                                     <h2 style="padding-left:1em;">Change selected suggestions</h2>
858                                     <div class="col-sm-4">
859                                         <fieldset>
860                                             <div id="select-reason[% loop.index | html %]">
861                                                 <label for="STATUSreason[% loop.index | html %]">Mark selected as: </label>
862                                                 <select name="STATUS" id="STATUSreason[% loop.index | html %]">
863                                                     <option value=""> -- Choose a status --</option>
864
865                                                     [% IF (statusselected_ASKED ) %]
866                                                         <option value="ASKED" selected="selected">Pending</option>
867                                                     [% ELSE %]
868                                                         <option value="ASKED">Pending</option>
869                                                     [% END %]
870
871                                                     [% IF (statusselected_ACCEPTED ) %]
872                                                         <option value="ACCEPTED" selected="selected">Accepted</option>
873                                                     [% ELSE %]
874                                                         <option value="ACCEPTED">Accepted</option>
875                                                     [% END %]
876
877                                                     [% IF (statusselected_CHECKED ) %]
878                                                         <option value="CHECKED" selected="selected">Checked</option>
879                                                     [% ELSE %]
880                                                         <option value="CHECKED">Checked</option>
881                                                     [% END %]
882
883                                                     [% IF ( statusselected_REJECTED ) %]
884                                                         <option value="REJECTED" selected="selected">Rejected</option>
885                                                     [% ELSE %]
886                                                         <option value="REJECTED">Rejected</option>
887                                                     [% END %]
888
889                                                     [% IF ( statusselected_ORDERED ) %]
890                                                         <option value="ORDERED" selected="selected">Ordered</option>
891                                                     [% ELSE %]
892                                                         <option value="ORDERED">Ordered</option>
893                                                     [% END %]
894
895                                                     [% FOREACH s IN SuggestionStatuses %]
896                                                         <option value="[% s.authorised_value | html %]">[% s.lib | html %]</option>
897                                                     [% END %]
898                                                 </select>
899
900                                                 <label for="choosereason[% loop.index | html %]">with this reason:</label>
901                                                 <select name="reason" id="choosereason[% loop.index | html %]">
902                                                     <option value=""> -- Choose a reason -- </option>
903                                                     [% FOREACH reasonsloo IN suggestion.reasonsloop %]
904                                                         <option value="[% reasonsloo.lib | html %]">[% reasonsloo.lib | html %]</option>
905                                                     [% END %]
906                                                     <option value="other">Others...</option>
907                                                 </select>
908
909                                                 <span class="other_reason">
910                                                     <input type="text" size="31" name="other_reason" placeholder="please note your reason here..." />
911                                                     <a href="#" class="cancel_note">Cancel</a>
912                                                 </span>
913                                             </div>
914
915                                             <input type="hidden" name="branchcode" value="[% branchfilter | html %]" />
916                                             <input type="hidden" name="filter_archived" value="[% filter_archived | html %]" />
917                                             <fieldset class="action">
918                                                 <button type="submit" class="btn btn-default btn-xs" value="update_status">Submit</button>
919                                             </fieldset>
920                                         </fieldset>
921                                     </div> <!-- /.col-sm-4 -->
922
923                                     <div class="col-sm-4">
924                                         <fieldset>
925                                             <label>
926                                                 Update item types with:
927                                                 [% PROCESS 'av-build-dropbox.inc' name="suggestion_itemtype", category="SUGGEST_FORMAT", size = 20  %]
928                                             </label>
929                                             <input type="hidden" name="branchcode" value="[% branchfilter | html %]" />
930                                             <input type="hidden" name="filter_archived" value="[% filter_archived | html %]" />
931                                             <fieldset class="action">
932                                                 <button type="submit" class="btn btn-default btn-xs" value="update_itemtype">Submit</button>
933                                             </fieldset>
934                                         </fieldset>
935                                     </div> <!-- /.col-sm-4 -->
936
937                                     <div class="col-sm-2">
938                                         <fieldset>
939                                             <span class="label">Update manager</span><br/>
940                                             <a id="set_manager_[% loop.count | html %]" data-tab="[% loop.count | html %]" class="set_manager" href="#"><i class="fa fa-search"></i> Select manager</a>
941                                             <span id="managedby_name[% loop.count | html %]"></span>
942                                             <input type="hidden" name="suggestion_managedby" id="managedby[% loop.count | html %]" value="[% logged_in_user.borrowernumber | html %]" />
943                                             <input type="hidden" name="branchcode" value="[% branchfilter | html %]" />
944                                             <input type="hidden" name="filter_archived" value="[% filter_archived | html %]" />
945                                             <fieldset class="action">
946                                                 <button type="submit" class="btn btn-default btn-xs" value="update_manager">Submit</button>
947                                             </fieldset>
948                                         </fieldset>
949                                     </div> <!-- /.col-sm-2 -->
950
951                                     <div class="col-sm-2">
952                                         <fieldset>
953                                             <span class="label">Delete selected</span>
954                                             <input type="hidden" name="branchcode" value="[% branchfilter | html %]" />
955                                             <input type="hidden" name="filter_archived" value="[% filter_archived | html %]" />
956                                             <fieldset class="action">
957                                                 <button type="submit" class="btn btn-default btn-xs" value="delete">Delete</button>
958                                             </fieldset>
959                                         </fieldset>
960                                     </div> <!-- /.col-sm-2 -->
961                                     <div class="col-sm-2">
962                                         <fieldset>
963                                             <span class="label">Archive selected</span>
964                                             <input type="hidden" name="branchcode" value="[% branchfilter | html %]" />
965                                             <input type="hidden" name="filter_archived" value="[% filter_archived | html %]" />
966                                             <fieldset class="action">
967                                                 <button type="submit" class="btn btn-default btn-xs" value="archive">Archive</button>
968                                             </fieldset>
969                                         </fieldset>
970                                     </div> <!-- /.col-sm-2 -->
971                                 </div> <!-- /.row -->
972
973                             [% ELSE %]
974                                 <strong>No results.</strong>
975                             [% END # /IF ( suggestion.suggestions_loop ) %]
976                         </form> <!-- /.update_suggestions -->
977                     </div> <!-- /#[% suggestion.suggestiontype | html %] -->
978                 [% END # /FOREACH suggestion %]
979             [% UNLESS ( notabs ) %]
980                     </div> <!-- /.tab-content -->
981                 </div> <!-- /.notabs -->
982             [% END # /UNLESS notabs %]
983         [% END # /IF op == 'else' %]
984
985         [% UNLESS op == 'save' %]
986             [% UNLESS ( op == 'show' ) %]
987                 </div> <!-- /.col-sm-10.col-sm-push-2 -->
988
989                 <div class="col-sm-2 col-sm-pull-10">
990                     <aside>
991                         <form name="suggestionfilter" action="suggestion.pl" method="get">
992                             <input type="hidden" name="branchcode" value="[% branchfilter | html %]" />
993                             <fieldset class="brief">
994                                 <ol style="display:block;">
995                                     <li>
996                                         <label for="displayby">Organize by: </label>
997                                         <select name="displayby" id="displayby" style="width:auto;">
998                                             [% IF ( displayby == "STATUS" ) %]
999                                                 <option value="STATUS" selected="selected">Status</option>
1000                                             [% ELSE %]
1001                                                 <option value="STATUS">Status</option>
1002                                             [% END %]
1003                                             [% IF ( displayby == "branchcode" ) %]
1004                                                 <option value="branchcode" selected="selected">Library</option>
1005                                             [% ELSE %]
1006                                                 <option value="branchcode">Library</option>
1007                                             [% END %]
1008                                             [% IF ( displayby == "itemtype" ) %]
1009                                                 <option value="itemtype" selected="selected">Item type</option>
1010                                             [% ELSE %]
1011                                                 <option value="itemtype">Item type</option>
1012                                             [% END %]
1013                                             [% IF ( displayby == "managedby" ) %]
1014                                                 <option value="managedby" selected="selected">Managed by</option>
1015                                             [% ELSE %]
1016                                                 <option value="managedby">Managed by</option>
1017                                             [% END %]
1018                                             [% IF ( displayby == "acceptedby" ) %]
1019                                                 <option value="acceptedby" selected="selected">Accepted by</option>
1020                                             [% ELSE %]
1021                                                 <option value="acceptedby">Accepted by</option>
1022                                             [% END %]
1023                                         </select>
1024                                         <input type="submit" value="Go" />
1025                                     </li>
1026                                 </ol>
1027                             </fieldset> <!-- /.brief -->
1028
1029                             <h4>Filter by: <a style="font-size:80%;font-weight:normal;" href="/cgi-bin/koha/suggestion/suggestion.pl">[clear]</a></h4>
1030
1031                             <div id="limits">
1032                                 <fieldset class="brief">
1033                                     <h4 class="local_collapse"><a href="#">Bibliographic information</a></h4>
1034                                     <ol>
1035                                         <li>
1036                                             <label for="title"> Title:</label>
1037                                             <input type="text" id="title" name="title" value="[% title | html %]" />
1038                                         </li>
1039                                         <li>
1040                                             <label for="author"> Author:</label>
1041                                             <input type="text" id="author" name="author" value="[% author | html %]" />
1042                                         </li>
1043                                         <li>
1044                                             <label for="isbn"> ISBN:</label>
1045                                             <input type="text" id="isbn"  name="isbn" value="[% isbn | html %]" />
1046                                         </li>
1047                                         <li>
1048                                             <label for="publishercode"> Publisher:</label>
1049                                             <input type="text" id="publishercode" name="publishercode" value="[% publishercode | html %]" />
1050                                         </li>
1051                                         <li>
1052                                             <label for="copyrightdate_filter"> Copyright date:</label>
1053                                             <input type="text" id="copyrightdate_filter" name="copyrightdate" value="[% copyrightdate | html %]" />
1054                                         </li>
1055                                         <li>
1056                                             <label for="collectiontitle"> Collection title:</label>
1057                                             <input type="text" id="collectiontitle" name="collectiontitle" value="[% collectiontitle | html %]" /></li><li><input type="submit" value="Go" />
1058                                         </li>
1059                                     </ol>
1060                                 </fieldset> <!-- /.brief -->
1061
1062                                 <fieldset class="brief">
1063                                     <h4 class="local_collapse"><a href="#">Suggestion information</a></h4>
1064                                     <ol>
1065                                         <li>
1066                                             <label for="archived" style="display: inline;">Include archived:</label>
1067                                             [% IF filter_archived %]
1068                                                 <input type="checkbox" id="archived" name="filter_archived" checked="checked" title="Include archived suggestions in the search" />
1069                                             [% ELSE %]
1070                                                 <input type="checkbox" id="archived" name="filter_archived" title="Include archived suggestions in the search" />
1071                                             [% END %]
1072                                         </li>
1073                                         <li>
1074                                             <label for="STATUS[% loop.index | html %]"> Status:</label>
1075                                             <select name="STATUS" id="STATUS[% loop.index | html %]">
1076                                                 <option value="">Any</option>
1077                                                 [% IF (statusselected_ASKED ) %]
1078                                                     <option value="ASKED" selected="selected">Pending</option>
1079                                                 [% ELSE %]
1080                                                     <option value="ASKED">Pending</option>
1081                                                 [% END %]
1082
1083                                                 [% IF (statusselected_ACCEPTED ) %]
1084                                                     <option value="ACCEPTED" selected="selected">Accepted</option>
1085                                                 [% ELSE %]
1086                                                     <option value="ACCEPTED">Accepted</option>
1087                                                 [% END %]
1088
1089                                                 [% IF (statusselected_CHECKED ) %]
1090                                                     <option value="CHECKED" selected="selected">Checked</option>
1091                                                 [% ELSE %]
1092                                                     <option value="CHECKED">Checked</option>
1093                                                 [% END %]
1094
1095                                                 [% IF ( statusselected_REJECTED ) %]
1096                                                     <option value="REJECTED" selected="selected">Rejected</option>
1097                                                 [% ELSE %]
1098                                                     <option value="REJECTED">Rejected</option>
1099                                                 [% END %]
1100
1101                                                 [% IF ( statusselected_ORDERED ) %]
1102                                                     <option value="ORDERED" selected="selected">Ordered</option>
1103                                                 [% ELSE %]
1104                                                     <option value="ORDERED">Ordered</option>
1105                                                 [% END %]
1106
1107                                                 [% FOREACH s IN SuggestionStatuses %]
1108                                                     [% IF s.authorised_value == selected_status %]
1109                                                         <option value="[% s.authorised_value | html %]" selected="selected">[% s.lib | html %]</option>
1110                                                     [% ELSE %]
1111                                                         <option value="[% s.authorised_value | html %]">[% s.lib | html %]</option>
1112                                                     [% END %]
1113                                                 [% END %]
1114                                             </select>
1115                                         </li>
1116
1117                                         <li>
1118                                             <label for="suggestedby"> Suggested by:</label>
1119                                             <select id="suggestedby" name="suggestedby">
1120                                                 <option value="">Any</option>
1121                                                 [% FOREACH suggestedby_loo IN suggestedby_loop %]
1122                                                     [% IF ( suggestedby_loo.selected ) %]
1123                                                         <option value="[% suggestedby_loo.code | html %]" selected="selected">[% suggestedby_loo.desc | html %]</option>
1124                                                     [% ELSE %]
1125                                                         <option value="[% suggestedby_loo.code | html %]">[% suggestedby_loo.desc | html %]</option>
1126                                                     [% END %]
1127                                                 [% END %]
1128                                             </select>
1129                                         </li>
1130                                         <li>
1131                                             <label for="suggesteddate_from">Suggested date from:</label>
1132                                             <input type="text" id="suggesteddate_from" size="10" name="suggesteddate_from" value="[% suggesteddate_from | html %]" data-date_to="suggesteddate_to" class="flatpickr" />
1133                                         </li>
1134                                         <li>
1135                                             <label for="suggesteddate_to">To:</label>
1136                                             <input type="text" id="suggesteddate_to" size="10" name="suggesteddate_to" value="[% suggesteddate_to | html %]" class="flatpickr" />
1137                                         </li>
1138                                         <li>
1139                                             <label for="managedby"> Managed by:</label>
1140                                             <select id="managedby" name="managedby">
1141                                                 <option value="">Any</option>
1142                                                 [% FOREACH managedby_loo IN managedby_loop %]
1143                                                     [% IF ( managedby_loo.selected ) %]
1144                                                         <option value="[% managedby_loo.code | html %]" selected="selected">[% managedby_loo.desc | html %]</option>
1145                                                     [% ELSE %]
1146                                                         <option value="[% managedby_loo.code | html %]">[% managedby_loo.desc | html %]</option>
1147                                                     [% END %]
1148                                                 [% END %]
1149                                             </select>
1150                                         </li>
1151                                         <li>
1152                                             <label for="manageddate_from">Management date from:</label>
1153                                             <input type="text" id="manageddate_from" size="10" name="manageddate_from" value="[% manageddate_from | html %]" data-date_to="manageddate_to" class="flatpickr" />
1154                                         </li>
1155                                         <li>
1156                                             <label for="manageddate_to">To:</label>
1157                                             <input type="text" id="manageddate_to" size="10" name="manageddate_to" value="[% manageddate_to | html %]" class="flatpickr" />
1158                                         </li>
1159                                         <li>
1160                                             <label for="acceptedby"> Accepted by:</label>
1161                                             <select id="acceptedby" name="acceptedby">
1162                                                 <option value="">Any</option>
1163                                                 [% FOREACH acceptedby_loo IN acceptedby_loop %]
1164                                                     [% IF ( acceptedby_loo.selected ) %]
1165                                                         <option value="[% acceptedby_loo.code | html %]" selected="selected">[% acceptedby_loo.desc | html %]</option>
1166                                                     [% ELSE %]
1167                                                         <option value="[% acceptedby_loo.code | html %]">[% acceptedby_loo.desc | html %]</option>
1168                                                     [% END %]
1169                                                 [% END %]
1170                                             </select>
1171                                         </li>
1172                                         <li>
1173                                             <label for="accepteddate_from">Accepted date from:</label>
1174                                             <input type="text" id="accepteddate_from" size="10" name="accepteddate_from" value="[% accepteddate_from | html %]" data-date_to="accepteddate_to" class="flatpickr" />
1175                                         </li>
1176                                         <li>
1177                                             <label for="accepteddate_to">To:</label>
1178                                             <input type="text" id="accepteddate_to" size="10" name="accepteddate_to" value="[% accepteddate_to | html %]" class="flatpickr" />
1179                                         </li>
1180                                         <li>
1181                                             <input type="submit" value="Go" />
1182                                         </li>
1183                                     </ol>
1184                                 </fieldset>
1185
1186                                 <fieldset class="brief">
1187                                     <h4 class="local_collapse">
1188                                         <a href="#">Acquisition information</a>
1189                                     </h4>
1190                                     <ol>
1191                                         <li>
1192                                             <label for="budgetid"> Book fund:</label>
1193                                             <select name="budgetid" id="budgetid">
1194                                                 <option value="__ANY__">Any</option>
1195                                                 [% IF budgetid == '__NONE__' %]
1196                                                     <option value="__NONE__" selected="selected">None</option>
1197                                                 [% ELSE %]
1198                                                     <option value="__NONE__">None</option>
1199                                                 [% END %]
1200                                                 [% FOREACH budgetsloo IN budgetsloop %]
1201                                                     [% IF ( budgetsloo.selected ) %]
1202                                                         <option value="[% budgetsloo.budget_id | html %]" selected="selected">[% budgetsloo.budget_name | html %]</option>
1203                                                     [% ELSE %]
1204                                                         <option value="[% budgetsloo.budget_id | html %]">[% budgetsloo.budget_name | html %]</option>
1205                                                     [% END %]
1206                                                 [% END %]
1207                                             </select>
1208                                         </li>
1209                                         <li>
1210                                             <input type="submit" value="Go" />
1211                                         </li>
1212                                     </ol>
1213                                 </fieldset>
1214                             </div> <!-- /#limits -->
1215                         </form> <!-- /suggestionsfilter -->
1216
1217                         [% INCLUDE 'acquisitions-menu.inc' %]
1218
1219                     </aside>
1220                 </div> <!-- /.col-sm-2.col-sm-pull-10 -->
1221             [% END # /UNLESS ( op == 'show' ) %]
1222         [% END # /UNLESS op == 'save' %]
1223         </div> <!-- /.row -->
1224
1225     [% END # /IF op == "show" %]
1226
1227 [% MACRO jsinclude BLOCK %]
1228     [% INCLUDE 'calendar.inc' %]
1229
1230     <script>
1231         var tab = '';
1232         function editManagerPopup(selected_tab) {
1233             tab = selected_tab;
1234             window.open("/cgi-bin/koha/members/search.pl?columns=cardnumber,name,branch,category,action&selection_type=select&callback=select_manager&filter=suggestions_managers",
1235                 'PatronPopup',
1236                 'width=1024,height=768,scrollbars=yes,toolbar=no,'
1237                 + 'scrollbars=yes,resize=yes'
1238             );
1239         }
1240         function select_manager(borrowernumber, borrower) {
1241             var managedby_name = $("#managedby_name"+tab);
1242             var managedby = $("#managedby"+tab);
1243             managedby_name.empty();
1244             managedby.val('');
1245             var borrowername = borrower.firstname + ' ' + borrower.surname;
1246             if (borrowernumber) {
1247                 var managerlink = '<a href="/cgi-bin/koha/members/moremember.pl'
1248                     + '?borrowernumber=' + borrowernumber + '">'
1249                     + borrowername + '</a>';
1250                 managedby_name.html(managerlink);
1251                 managedby.val(borrowernumber);
1252             }
1253
1254             [% IF op == "save" %]
1255                 var notify = $('#notify');
1256                 if ( notify.length ) {
1257                     [% IF managedby_patron %]
1258                         if ( borrowernumber == [% logged_in_user.borrowernumber | html %] || borrowernumber == [% managedby_patron.borrowernumber | html %] ) {
1259                     [% ELSE %]
1260                         if ( borrowernumber == [% logged_in_user.borrowernumber | html %] ) {
1261                     [% END %]
1262                         $(notify).prop('checked', false).prop('disabled', true);
1263                     } else {
1264                         $(notify).prop('disabled', false);
1265                     }
1266                 }
1267             [% END %]
1268         }
1269
1270         function editSuggesterPopup() {
1271             window.open("/cgi-bin/koha/members/search.pl?columns=cardnumber,name,branch,category,action&selection_type=select&callback=select_suggester",
1272                 'PatronPopup',
1273                 'width=1024,height=768,scrollbars=yes,toolbar=no,'
1274                 + 'scrollbars=yes,resize=yes'
1275             );
1276         }
1277
1278         function select_suggester(borrowernumber, borrower) {
1279             var suggested = '<input type="hidden" id="suggestedby" name="suggestedby" value="' + borrowernumber + '" />';
1280             suggested += '<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=' + borrowernumber + '">';
1281             suggested += borrower.surname + ', ' + borrower.firstname + ' (' + borrower.cardnumber + ')';
1282             suggested += '</a> ';
1283             suggested += borrower.branchname + ' (' + borrower.category_description + ')';
1284             $("#tdsuggestedby").html(suggested);
1285             return 0;
1286         }
1287         $(document).ready(function(){
1288             $("#edit_manager").on("click",function(e){
1289                 e.preventDefault();
1290                 editManagerPopup('');
1291             });
1292             $(".set_manager").on("click",function(e){
1293                 e.preventDefault();
1294                 var selected_tab = $(this).data('tab');
1295                 editManagerPopup(selected_tab);
1296             });
1297
1298             $("#edit_suggester").on("click", function(e){
1299                 e.preventDefault();
1300                 editSuggesterPopup();
1301             });
1302         });
1303     </script>
1304
1305     [% IF ( op == 'show' || op == 'else' ) %]
1306         <script>
1307             $(document).ready(function(){
1308                 $(".deletesuggestion").on("click",function(){
1309                     return confirm(_("Are you sure you want to delete this suggestion?"));
1310                 });
1311             });
1312         </script>
1313     [% END %]
1314     [% IF op == 'else' %]
1315         [% INCLUDE 'datatables.inc' %]
1316         [% INCLUDE 'columns_settings.inc' %]
1317         <script>
1318             $(document).ready(function() {
1319                 if( $("#suggestiontabs .tab-pane.active").length < 1 ){
1320                     $("#suggestiontabs a:first").tab("show");
1321                 }
1322                 table_settings = [% TablesSettings.GetTableSettings( 'acqui', 'suggestions', 'suggestions', 'json' ) | $raw %]
1323                 [% FOREACH suggestion IN suggestions %]
1324                     [% IF ( suggestion.suggestions_loop ) %]
1325                         KohaTable("table_[% loop.count| html %]", {
1326                             "sorting": [[ 3, "asc" ]],
1327                             "autoWidth": false,
1328                         }, table_settings );
1329                     [% END %]
1330                 [% END %]
1331
1332                 $("#branchcode").on('change',function(){
1333                 [%# Modify the hidden input in the filters block from the library %]
1334                 [%# dropdown list at the top of suggestion list %]
1335                     let branchcode = $(this).val();
1336                     $('input[name="branchcode"]').val( branchcode );
1337                     $('form[name="suggestionfilter"]').submit();
1338                 });
1339
1340                 $(".checkall").click(function(e){
1341                     e.preventDefault();
1342                     $(this).parents('form').find("input:checkbox").each(function(){
1343                         $(this).prop("checked", true);
1344                     });
1345                 });
1346                 $(".uncheckall").click(function(e){
1347                     e.preventDefault();
1348                     $(this).parents('form').find("input:checkbox").each(function(){
1349                         $(this).prop("checked", false);
1350                     });
1351                 });
1352                 $(".other_reason").hide();
1353                 $("select[name='reason']").change(function(){
1354                     if($(this).val() == "other"){
1355                         $(this).hide();
1356                         $(this).siblings(".other_reason").show();
1357                     }
1358                 });
1359
1360                 $("a.cancel_note").click(function(e) {
1361                     $(this).parent().siblings("select").show().find("option[value='']").attr("selected","selected");
1362                     $(this).siblings("input[name='other_reason']").hide();
1363                     e.preventDefault();
1364                 });
1365                 $("h4.local_collapse a").click(function(){
1366                     $(this).parent().parent().find("ol").toggle();
1367                     return false;
1368                 });
1369
1370                 $("button[type='submit']").on("click", function(e) {
1371                     var submit_button = this;
1372                     var form = $(submit_button).parents("form");
1373                     var action = $(submit_button).val();
1374                     var selected_suggestions = $(form).find("input[name='suggestionid']:checked");
1375                     if ( selected_suggestions.length == 0 ) {
1376                         alert(_("Please select at least one suggestion"));
1377                         e.preventDefault();
1378                         return false;
1379                     }
1380                     if ( action == "delete" ) {
1381                         if ( selected_suggestions.length == 1 ) {
1382                             if ( ! confirm(_("Are you sure you want to delete this suggestion?")) ) {
1383                                 e.preventDefault();
1384                                 return false;
1385                             }
1386                         } else if ( selected_suggestions.length > 1 ) {
1387                             if ( ! confirm(_("Are you sure you want to delete these suggestions?")) ) {
1388                                 e.preventDefault();
1389                                 return false;
1390                             }
1391                         }
1392                     } else if ( action == "update_manager" ) {
1393                         var managedby = $(submit_button).siblings("suggestion_managedby");
1394                         if ( managedby.val() == "" ) {
1395                             alert(_("Please select a manager to assign to the selected suggestions"));
1396                             e.preventDefault();
1397                             return false;
1398                         }
1399                     }
1400
1401                     $('<input />').attr('type', 'hidden')
1402                                   .attr('name', "op")
1403                                   .attr('value', action)
1404                                   .appendTo(form);
1405                     return true;
1406                 });
1407             });
1408         </script>
1409     [% END %]
1410     [% IF op == 'save'  %]
1411         <script>
1412
1413             $(document).ready(function(){
1414                 calcNewsuggTotal();
1415                 $("#quantity,#price,#currency").on("change",function(){
1416                     calcNewsuggTotal();
1417                 });
1418
1419                 [% IF other_reason %]
1420                     $(".select-reason").hide();
1421                     $(".select-reason").find("option[value='other']").attr("selected","selected");
1422                     $("#other_reason").show();
1423                 [% ELSE %]
1424                     $("#other_reason").hide();
1425                 [% END %]
1426                 $(".select-reason").change(function(){
1427                     if($(this).val() == "other"){
1428                         $(this).hide();
1429                         $("#other_reason").show();
1430                     }
1431                 });
1432                 $("a[href*=back]").click(function(){
1433                     $(".select-reason").show().find("option[value='']").attr("selected","selected");
1434                     $("#other_reason").hide();
1435                 });
1436
1437                 $("#restore_previous_manager").on("click",function(e){
1438                     e.preventDefault();
1439
1440                     $("#managedby_name").empty();
1441                     $("#managedby").val('');
1442                     var borrowername = "[% managedby_patron.firstname | html %] [% managedby_patron.surname | html %]";
1443                     var managerlink = '<a href="/cgi-bin/koha/members/moremember.pl'
1444                         + '?borrowernumber=[% managedby_patron.borrowernumber | html %]">'
1445                         + borrowername + '</a>';
1446                     $('#managedby_name').html(managerlink);
1447                     $('#managedby').val([% managedby_patron.borrowernumber | html %]);
1448                     $('#notify').prop('checked', false).prop('disabled', true);
1449                 });
1450
1451                 //keep a copy of all budgets before removing the inactives
1452                 var budgetId = $("form#add_edit #budgetid");
1453                 var disabledBudgetsCopy = budgetId.html();
1454                 $('.b_inactive').remove();
1455
1456                 $('#showallfunds').click(function() {
1457                     if ($(this).is(":checked")) {
1458                         budgetId.html(disabledBudgetsCopy); //Puts back all the funds
1459                     }
1460                     else {
1461                         $('.b_inactive').remove();
1462                     }
1463                 });
1464
1465             });
1466         </script>
1467     [% END %]
1468     [% Asset.js("js/acq.js") | $raw %]
1469     [% Asset.js("js/acquisitions-menu.js") | $raw %]
1470 [% END %]
1471 [% INCLUDE 'intranet-bottom.inc' %]