|
Lines 104-109
Link Here
|
| 104 |
</li> |
104 |
</li> |
| 105 |
[% END %] |
105 |
[% END %] |
| 106 |
</ol> |
106 |
</ol> |
|
|
107 |
<ol> |
| 108 |
[% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %] |
| 109 |
</ol> |
| 110 |
<ol> |
| 111 |
<a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a> |
| 112 |
</ol> |
| 107 |
</nav> <!-- /.breadcrumbs --> |
113 |
</nav> <!-- /.breadcrumbs --> |
| 108 |
|
114 |
|
| 109 |
[% IF ( op == 'show' ) %] |
115 |
[% IF ( op == 'show' ) %] |
|
Lines 117-123
Link Here
|
| 117 |
</div> |
123 |
</div> |
| 118 |
|
124 |
|
| 119 |
<fieldset class="rows"> |
125 |
<fieldset class="rows"> |
| 120 |
<legend>Bibliographic information</legend> |
126 |
<h3>Bibliographic information</h3> |
| 121 |
<ol> |
127 |
<ol> |
| 122 |
[% IF ( title ) %] |
128 |
[% IF ( title ) %] |
| 123 |
<li> |
129 |
<li> |
|
Lines 191-197
Link Here
|
| 191 |
</fieldset> |
197 |
</fieldset> |
| 192 |
|
198 |
|
| 193 |
<fieldset class="rows"> |
199 |
<fieldset class="rows"> |
| 194 |
<legend>Suggestion management</legend> |
200 |
<h3>Suggestion management</h3> |
| 195 |
<ol> |
201 |
<ol> |
| 196 |
<li> |
202 |
<li> |
| 197 |
<span class="label">Status:</span> |
203 |
<span class="label">Status:</span> |
|
Lines 285-291
Link Here
|
| 285 |
</fieldset> |
291 |
</fieldset> |
| 286 |
|
292 |
|
| 287 |
<fieldset class="rows"> |
293 |
<fieldset class="rows"> |
| 288 |
<legend>Acquisition information</legend> |
294 |
<h3>Acquisition information</h3> |
| 289 |
<ol> |
295 |
<ol> |
| 290 |
<li> |
296 |
<li> |
| 291 |
<span class="label">Library:</span> |
297 |
<span class="label">Library:</span> |
|
Lines 350-363
Link Here
|
| 350 |
<input type="hidden" name="redirect" id="redirect" value="[% redirect | html %]" /> |
356 |
<input type="hidden" name="redirect" id="redirect" value="[% redirect | html %]" /> |
| 351 |
<input type="hidden" name="borrowernumber" id="borrowernumber" value="[% borrowernumber | html %]" /> |
357 |
<input type="hidden" name="borrowernumber" id="borrowernumber" value="[% borrowernumber | html %]" /> |
| 352 |
[% IF ( suggestionid ) %] |
358 |
[% IF ( suggestionid ) %] |
| 353 |
<h1>Edit purchase suggestion #[% suggestionid | html %]</h1> |
359 |
<h2>Edit purchase suggestion #[% suggestionid | html %]</h2> |
| 354 |
<input type="hidden" name="suggestionid" value="[% suggestionid | html %]"/> |
360 |
<input type="hidden" name="suggestionid" value="[% suggestionid | html %]"/> |
| 355 |
[% ELSE %] |
361 |
[% ELSE %] |
| 356 |
<h1>Enter a new purchase suggestion</h1> |
362 |
<h2>Enter a new purchase suggestion</h2> |
| 357 |
[% END %] |
363 |
[% END %] |
| 358 |
|
364 |
|
| 359 |
<fieldset class="rows"> |
365 |
<fieldset class="rows"> |
| 360 |
<legend>Bibliographic information</legend> |
366 |
<h3>Bibliographic information</h3> |
| 361 |
<ol> |
367 |
<ol> |
| 362 |
<li> |
368 |
<li> |
| 363 |
<label for="title" class="required">Title:</label> |
369 |
<label for="title" class="required">Title:</label> |
|
Lines 415-421
Link Here
|
| 415 |
</fieldset> |
421 |
</fieldset> |
| 416 |
|
422 |
|
| 417 |
<fieldset class="rows"> |
423 |
<fieldset class="rows"> |
| 418 |
<legend>Suggestion management</legend> |
424 |
<h3>Suggestion management</h3> |
| 419 |
<ol> |
425 |
<ol> |
| 420 |
[% IF ( suggestionid ) %] |
426 |
[% IF ( suggestionid ) %] |
| 421 |
<li> |
427 |
<li> |
|
Lines 576-582
Link Here
|
| 576 |
</fieldset> |
582 |
</fieldset> |
| 577 |
|
583 |
|
| 578 |
<fieldset class="rows"> |
584 |
<fieldset class="rows"> |
| 579 |
<legend>Acquisition information</legend> |
585 |
<h3>Acquisition information</h3> |
| 580 |
<ol> |
586 |
<ol> |
| 581 |
<li> |
587 |
<li> |
| 582 |
<label for="branchcode">Library:</label> |
588 |
<label for="branchcode">Library:</label> |
|
Lines 642-648
Link Here
|
| 642 |
<input type="hidden" name="save_confirmed" value="1" /> |
648 |
<input type="hidden" name="save_confirmed" value="1" /> |
| 643 |
<input onclick="this.form.op.value = 'save'; this.form.submit();" type="submit" value="Confirm your suggestion" /> |
649 |
<input onclick="this.form.op.value = 'save'; this.form.submit();" type="submit" value="Confirm your suggestion" /> |
| 644 |
[% ELSE %] |
650 |
[% ELSE %] |
| 645 |
<input type="submit" value="Save" /> |
651 |
<input type="submit" class="principal" value="Save" /> |
| 646 |
[% END %] |
652 |
[% END %] |
| 647 |
<a class="cancel" href="[% IF ( returnsuggestedby ) %]/cgi-bin/koha/members/moremember.pl?borrowernumber=[% returnsuggestedby | uri %]#suggestions[% ELSE %]suggestion.pl[% END %]">Cancel</a> |
653 |
<a class="cancel" href="[% IF ( returnsuggestedby ) %]/cgi-bin/koha/members/moremember.pl?borrowernumber=[% returnsuggestedby | uri %]#suggestions[% ELSE %]suggestion.pl[% END %]">Cancel</a> |
| 648 |
[% ELSE %] |
654 |
[% ELSE %] |
|
Lines 650-656
Link Here
|
| 650 |
<input type="hidden" name="save_confirmed" value="1" /> |
656 |
<input type="hidden" name="save_confirmed" value="1" /> |
| 651 |
<input onclick="this.form.op.value = 'save'; this.form.submit();" type="submit" value="Confirm your suggestion" /> |
657 |
<input onclick="this.form.op.value = 'save'; this.form.submit();" type="submit" value="Confirm your suggestion" /> |
| 652 |
[% ELSE %] |
658 |
[% ELSE %] |
| 653 |
<input type="submit" value="Submit your suggestion" /> |
659 |
<input type="submit" class="principal" value="Submit your suggestion" /> |
| 654 |
[% END %] |
660 |
[% END %] |
| 655 |
<a class="cancel" href="suggestion.pl">Cancel</a> |
661 |
<a class="cancel" href="suggestion.pl">Cancel</a> |
| 656 |
[% END %] |
662 |
[% END %] |
|
Lines 665-671
Link Here
|
| 665 |
</div> |
671 |
</div> |
| 666 |
</div> |
672 |
</div> |
| 667 |
|
673 |
|
| 668 |
<h1>Suggestions management</h1> |
674 |
<h2>Suggestions management</h2> |
| 669 |
|
675 |
|
| 670 |
[% IF ( displayby != "branchcode" ) %] |
676 |
[% IF ( displayby != "branchcode" ) %] |
| 671 |
<label for="branchcode">Viewing suggestions for library:</label> |
677 |
<label for="branchcode">Viewing suggestions for library:</label> |
|
Lines 690-696
Link Here
|
| 690 |
|
696 |
|
| 691 |
[% UNLESS ( notabs ) %] |
697 |
[% UNLESS ( notabs ) %] |
| 692 |
<div id="suggestiontabs" class="toptabs"> |
698 |
<div id="suggestiontabs" class="toptabs"> |
| 693 |
<ul class="nav nav-tabs" role="tablist"> |
699 |
<fieldset id="searchresults"> |
|
|
700 |
<ul class="ui-tabs-nav" role="tablist"> |
| 694 |
[% FOREACH suggestion IN suggestions %] |
701 |
[% FOREACH suggestion IN suggestions %] |
| 695 |
<li role="presentation"> |
702 |
<li role="presentation"> |
| 696 |
<a href="#[% suggestion.suggestiontype | uri %]" aria-controls="[% suggestion.suggestiontype | uri %]" role="tab" data-toggle="tab"> |
703 |
<a href="#[% suggestion.suggestiontype | uri %]" aria-controls="[% suggestion.suggestiontype | uri %]" role="tab" data-toggle="tab"> |
|
Lines 723-841
Link Here
|
| 723 |
<div id="[% suggestion.suggestiontype | html %]" role="tabpanel" class="tab-pane"> |
730 |
<div id="[% suggestion.suggestiontype | html %]" role="tabpanel" class="tab-pane"> |
| 724 |
<form class="update_suggestions" name="f" method="post" action="/cgi-bin/koha/suggestion/suggestion.pl#[% suggestion.suggestiontype| uri %]"> |
731 |
<form class="update_suggestions" name="f" method="post" action="/cgi-bin/koha/suggestion/suggestion.pl#[% suggestion.suggestiontype| uri %]"> |
| 725 |
|
732 |
|
| 726 |
[% IF ( suggestion.suggestions_loop ) %] |
733 |
[% IF ( suggestion.suggestions_loop ) %] |
| 727 |
<p> |
734 |
<p> |
| 728 |
<a class="checkall" href="#">Check all</a> | <a class="uncheckall" href="#">Uncheck all</a> |
735 |
<a class="checkall" id="lientype" href="#">Check all</a> | <a class="uncheckall" id="lientype" href="#">Uncheck all</a> |
| 729 |
</p> |
736 |
</p> |
| 730 |
|
737 |
|
| 731 |
<table id="table_[% loop.count | html %]" class="sorted"> |
738 |
<table id="table_[% loop.count | html %]" class="sorted"> |
| 732 |
<thead> |
739 |
<thead> |
| 733 |
<tr> |
740 |
<tr> |
| 734 |
<th class="NoSort noExport"> </th> |
741 |
<td> |
| 735 |
<th class="anti-the">Suggestion</th> |
742 |
<input type="checkbox" name="suggestionid" value="[% suggestions_loo.suggestionid | html %]" /> |
| 736 |
<th>Suggested by</th> |
743 |
</td> |
| 737 |
<th>Suggested on</th> |
744 |
<td> |
| 738 |
<th>Patron reason</th> |
745 |
<a href="suggestion.pl?suggestionid=[% suggestions_loo.suggestionid | uri %]&op=show" title="suggestion" > |
| 739 |
<th>Managed by</th> |
746 |
[% suggestions_loo.title | html %][% IF ( suggestions_loo.author ) %], by [% suggestions_loo.author | html %][% END %] |
| 740 |
<th>Managed on</th> |
747 |
</a> |
| 741 |
<th>Last modification by</th> |
748 |
<br /> |
| 742 |
<th>Last modification on</th> |
749 |
[% IF ( suggestions_loo.copyrightdate ) %] |
| 743 |
<th>Last updated</th> |
750 |
© <span class="suggestion_copyrightdate">[% suggestions_loo.copyrightdate | html %]</span> |
| 744 |
<th>Library</th> |
751 |
[% END %] |
| 745 |
<th>Fund</th> |
752 |
[% IF ( suggestions_loo.volumedesc ) %] |
| 746 |
<th>Status</th> |
753 |
; <span class="suggestion_volume">Volume:<em>[% suggestions_loo.volumedesc | html %]</em></span> |
| 747 |
<th class="NoSort noExport"> </th> |
754 |
[% END %] |
|
|
755 |
[% IF ( suggestions_loo.isbn ) %] |
| 756 |
; <span class="suggestion_isbn">ISBN: <em>[% suggestions_loo.isbn | html %]</em></span> |
| 757 |
[% END %] |
| 758 |
[% IF ( suggestions_loo.publishercode ) %] |
| 759 |
; <span class="suggestion_publishercode">Published by [% suggestions_loo.publishercode | html %]</span> |
| 760 |
[% END %] |
| 761 |
[% IF ( suggestions_loo.publicationyear ) %] |
| 762 |
in <span class="suggestion_publicationyear"><em>[% suggestions_loo.publicationyear | html %]</em></span> |
| 763 |
[% END %] |
| 764 |
[% IF ( suggestions_loo.place ) %] |
| 765 |
in <span class="suggestion_place"><em>[% suggestions_loo.place | html %]</em></span> |
| 766 |
[% END %] |
| 767 |
[% IF ( suggestions_loo.collectiontitle ) %] |
| 768 |
; <span class="suggestion_collectiontitle">[% suggestions_loo.collectiontitle | html %]</span> |
| 769 |
[% END %] |
| 770 |
[% IF ( suggestions_loo.itemtype ) %] |
| 771 |
; <span class="suggestion_itype">[% AuthorisedValues.GetByCode( 'SUGGEST_FORMAT', suggestions_loo.itemtype, 0 ) | html %]</span> |
| 772 |
[% END %] |
| 773 |
<br /> |
| 774 |
[% IF ( suggestions_loo.note ) %] |
| 775 |
<div class="suggestion_note"><i class="fa fa-comment"></i> [% suggestions_loo.note | html %]</div> |
| 776 |
[% END %] |
| 777 |
[% IF suggestions_loo.archived %] |
| 778 |
<br /><i class="fa fa-archive"></i> Archived |
| 779 |
[% END %] |
| 780 |
</td> |
| 781 |
<td> |
| 782 |
<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> |
| 783 |
</td> |
| 784 |
<td data-order="[% suggestions_loo.suggesteddate | html %]"> |
| 785 |
[% IF ( suggestions_loo.suggesteddate ) %][% suggestions_loo.suggesteddate | $KohaDates %][% END %] |
| 786 |
</td> |
| 787 |
<td> |
| 788 |
<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> |
| 789 |
</td> |
| 790 |
<td data-order="[% suggestions_loo.manageddate | html %]"> |
| 791 |
[% IF ( suggestions_loo.manageddate ) %][% suggestions_loo.manageddate | $KohaDates %][% END %] |
| 792 |
</td> |
| 793 |
<td> |
| 794 |
<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> |
| 795 |
</td> |
| 796 |
<td data-order="[% suggestions_loo.lastmodificationdate | html %]"> |
| 797 |
[% IF ( suggestions_loo.lastmodificationdate ) %][% suggestions_loo.lastmodificationdate | $KohaDates %][% END %] |
| 798 |
</td> |
| 799 |
<td> |
| 800 |
[% suggestions_loo.date | $KohaDates %] |
| 801 |
</td> |
| 802 |
<td> |
| 803 |
[% Branches.GetName( suggestions_loo.branchcode ) | html %] |
| 804 |
</td> |
| 805 |
<td> |
| 806 |
[% suggestions_loo.budget_name | html %] |
| 807 |
</td> |
| 808 |
<td> |
| 809 |
[% IF ( suggestions_loo.ASKED ) %] |
| 810 |
Pending |
| 811 |
[% ELSIF ( suggestions_loo.ACCEPTED ) %] |
| 812 |
Accepted |
| 813 |
[% ELSIF ( suggestions_loo.ORDERED ) %] |
| 814 |
Ordered |
| 815 |
[% ELSIF ( suggestions_loo.REJECTED ) %] |
| 816 |
Rejected |
| 817 |
[% ELSIF ( suggestions_loo.CHECKED ) %] |
| 818 |
Checked |
| 819 |
[% ELSIF ( suggestions_loo.AVAILABLE ) %] |
| 820 |
Available |
| 821 |
[% ELSIF AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestions_loo.STATUS ) %] |
| 822 |
[% AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestions_loo.STATUS ) | html %] |
| 823 |
[% ELSE %] |
| 824 |
Status unknown |
| 825 |
[% END %] |
| 826 |
|
| 827 |
[% IF ( suggestions_loo.reason ) %] |
| 828 |
<br />([% suggestions_loo.reason | html %]) |
| 829 |
[% END %] |
| 830 |
</td> |
| 831 |
<td class="actions"> |
| 832 |
<div class="btn-group dropup"> |
| 833 |
<a class="btn btn-default btn-xs" role="button" id="lientype" href="suggestion.pl?suggestionid=[% suggestions_loo.suggestionid | html %]&op=edit"><i class="fa fa-pencil"></i> Edit</a><a class="btn btn-default btn-xs dropdown-toggle" id="lientype" sid="more_actions_[% suggestions_loo.suggestionid | html %]" role="button" data-toggle="dropdown" href="#"><b class="caret"></b></a> |
| 834 |
<ul class="dropdown-menu pull-right" role="menu" aria-labelledby="more_actions_[% suggestions_loo.suggestionid | html %]"> |
| 835 |
<li><a class="deletesuggestion" href="suggestion.pl?op=delete&suggestionid=[% suggestions_loo.suggestionid | html %]"><i class="fa fa-trash"></i> Delete</a></li> |
| 836 |
[% UNLESS suggestions_loo.archived %] |
| 837 |
<li><a class="archivesuggestion" href="suggestion.pl?op=archive&suggestionid=[% suggestions_loo.suggestionid | html %]"><i class="fa fa-archive"></i> Archive</a></li> |
| 838 |
[% ELSE %] |
| 839 |
<li><a class="unarchivesuggestion" href="suggestion.pl?op=unarchive&suggestionid=[% suggestions_loo.suggestionid | html %]"><i class="fa fa-archive"></i> Unarchive</a></li> |
| 840 |
[% END %] |
| 841 |
</ul> |
| 842 |
</div> |
| 843 |
</td> |
| 748 |
</tr> |
844 |
</tr> |
| 749 |
</thead> |
845 |
[% END # /FOREACH suggestions_loo %] |
| 750 |
<tbody> |
846 |
</tbody> |
| 751 |
[% FOREACH suggestions_loo IN suggestion.suggestions_loop %] |
847 |
</table> <!-- /#table_[% loop.count | html %] --> |
| 752 |
<tr> |
848 |
|
| 753 |
<td> |
849 |
<div class="row"> |
| 754 |
<input type="checkbox" name="suggestionid" value="[% suggestions_loo.suggestionid | html %]" /> |
850 |
<h3 style="padding-left:1em;">Change selected suggestions</h3> |
| 755 |
</td> |
851 |
<div class="col-sm-4"> |
| 756 |
<td> |
852 |
<fieldset> |
| 757 |
<a href="suggestion.pl?suggestionid=[% suggestions_loo.suggestionid | uri %]&op=show" title="suggestion" > |
853 |
<div id="select-reason[% loop.index | html %]"> |
| 758 |
[% suggestions_loo.title | html %][% IF ( suggestions_loo.author ) %], by [% suggestions_loo.author | html %][% END %] |
854 |
<label for="STATUSreason[% loop.index | html %]">Mark selected as: </label> |
| 759 |
</a> |
855 |
<select name="STATUS" id="STATUSreason[% loop.index | html %]"> |
| 760 |
<br /> |
856 |
<option value=""> -- Choose a status --</option> |
| 761 |
[% IF ( suggestions_loo.copyrightdate ) %] |
857 |
|
| 762 |
© <span class="suggestion_copyrightdate">[% suggestions_loo.copyrightdate | html %]</span> |
858 |
[% IF (statusselected_ASKED ) %] |
| 763 |
[% END %] |
859 |
<option value="ASKED" selected="selected">Pending</option> |
| 764 |
[% IF ( suggestions_loo.volumedesc ) %] |
860 |
[% ELSE %] |
| 765 |
; <span class="suggestion_volume">Volume:<em>[% suggestions_loo.volumedesc | html %]</em></span> |
861 |
<option value="ASKED">Pending</option> |
| 766 |
[% END %] |
862 |
[% END %] |
| 767 |
[% IF ( suggestions_loo.isbn ) %] |
863 |
|
| 768 |
; <span class="suggestion_isbn">ISBN: <em>[% suggestions_loo.isbn | html %]</em></span> |
864 |
[% IF (statusselected_ACCEPTED ) %] |
| 769 |
[% END %] |
865 |
<option value="ACCEPTED" selected="selected">Accepted</option> |
| 770 |
[% IF ( suggestions_loo.publishercode ) %] |
866 |
[% ELSE %] |
| 771 |
; <span class="suggestion_publishercode">Published by [% suggestions_loo.publishercode | html %]</span> |
867 |
<option value="ACCEPTED">Accepted</option> |
| 772 |
[% END %] |
868 |
[% END %] |
| 773 |
[% IF ( suggestions_loo.publicationyear ) %] |
|
|
| 774 |
in <span class="suggestion_publicationyear"><em>[% suggestions_loo.publicationyear | html %]</em></span> |
| 775 |
[% END %] |
| 776 |
[% IF ( suggestions_loo.place ) %] |
| 777 |
in <span class="suggestion_place"><em>[% suggestions_loo.place | html %]</em></span> |
| 778 |
[% END %] |
| 779 |
[% IF ( suggestions_loo.collectiontitle ) %] |
| 780 |
; <span class="suggestion_collectiontitle">[% suggestions_loo.collectiontitle | html %]</span> |
| 781 |
[% END %] |
| 782 |
[% IF ( suggestions_loo.itemtype ) %] |
| 783 |
; <span class="suggestion_itype">[% AuthorisedValues.GetByCode( 'SUGGEST_FORMAT', suggestions_loo.itemtype, 0 ) | html %]</span> |
| 784 |
[% END %] |
| 785 |
<br /> |
| 786 |
[% IF ( suggestions_loo.note ) %] |
| 787 |
<div class="suggestion_note"><i class="fa fa-comment"></i> [% suggestions_loo.note | html %]</div> |
| 788 |
[% END %] |
| 789 |
[% IF suggestions_loo.archived %] |
| 790 |
<br /><i class="fa fa-archive"></i> Archived |
| 791 |
[% END %] |
| 792 |
</td> |
| 793 |
<td> |
| 794 |
<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> |
| 795 |
</td> |
| 796 |
<td data-order="[% suggestions_loo.suggesteddate | html %]"> |
| 797 |
[% IF ( suggestions_loo.suggesteddate ) %][% suggestions_loo.suggesteddate | $KohaDates %][% END %] |
| 798 |
</td> |
| 799 |
<td>[% AuthorisedValues.GetByCode( 'OPAC_SUG', suggestions_loo.patronreason ) | html %]</td> |
| 800 |
<td> |
| 801 |
<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> |
| 802 |
</td> |
| 803 |
<td data-order="[% suggestions_loo.manageddate | html %]"> |
| 804 |
[% IF ( suggestions_loo.manageddate ) %][% suggestions_loo.manageddate | $KohaDates %][% END %] |
| 805 |
</td> |
| 806 |
<td> |
| 807 |
<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> |
| 808 |
</td> |
| 809 |
<td data-order="[% suggestions_loo.lastmodificationdate | html %]"> |
| 810 |
[% IF ( suggestions_loo.lastmodificationdate ) %][% suggestions_loo.lastmodificationdate | $KohaDates %][% END %] |
| 811 |
</td> |
| 812 |
<td> |
| 813 |
[% suggestions_loo.date | $KohaDates %] |
| 814 |
</td> |
| 815 |
<td> |
| 816 |
[% Branches.GetName( suggestions_loo.branchcode ) | html %] |
| 817 |
</td> |
| 818 |
<td> |
| 819 |
[% suggestions_loo.budget_name | html %] |
| 820 |
</td> |
| 821 |
<td> |
| 822 |
[% IF ( suggestions_loo.ASKED ) %] |
| 823 |
Pending |
| 824 |
[% ELSIF ( suggestions_loo.ACCEPTED ) %] |
| 825 |
Accepted |
| 826 |
[% ELSIF ( suggestions_loo.ORDERED ) %] |
| 827 |
Ordered |
| 828 |
[% ELSIF ( suggestions_loo.REJECTED ) %] |
| 829 |
Rejected |
| 830 |
[% ELSIF ( suggestions_loo.CHECKED ) %] |
| 831 |
Checked |
| 832 |
[% ELSIF ( suggestions_loo.AVAILABLE ) %] |
| 833 |
Available |
| 834 |
[% ELSIF AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestions_loo.STATUS ) %] |
| 835 |
[% AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestions_loo.STATUS ) | html %] |
| 836 |
[% ELSE %] |
| 837 |
Status unknown |
| 838 |
[% END %] |
| 839 |
|
869 |
|
| 840 |
[% IF ( suggestions_loo.reason ) %] |
870 |
[% IF ( suggestions_loo.reason ) %] |
| 841 |
<br />([% suggestions_loo.reason | html %]) |
871 |
<br />([% suggestions_loo.reason | html %]) |
|
Lines 903-967
Link Here
|
| 903 |
[% END %] |
933 |
[% END %] |
| 904 |
</select> |
934 |
</select> |
| 905 |
|
935 |
|
| 906 |
<label for="choosereason[% loop.index | html %]">with this reason:</label> |
936 |
<input type="hidden" name="branchcode" value="[% branchfilter | html %]" /> |
| 907 |
<select name="reason" id="choosereason[% loop.index | html %]"> |
937 |
<input type="hidden" name="filter_archived" value="[% filter_archived | html %]" /> |
| 908 |
<option value=""> -- Choose a reason -- </option> |
938 |
<fieldset class="action"> |
| 909 |
[% FOREACH reasonsloo IN suggestion.reasonsloop %] |
939 |
<button type="submit" class="btn btn-default btn-xs" id="lientype" value="update_status">Submit</button> |
| 910 |
<option value="[% reasonsloo.lib | html %]">[% reasonsloo.lib | html %]</option> |
|
|
| 911 |
[% END %] |
| 912 |
<option value="other">Others...</option> |
| 913 |
</select> |
| 914 |
|
| 915 |
<span class="other_reason"> |
| 916 |
<input type="text" size="31" name="other_reason" placeholder="please note your reason here..." /> |
| 917 |
<a href="#" class="cancel_note">Cancel</a> |
| 918 |
</span> |
| 919 |
</div> |
| 920 |
|
| 921 |
<input type="hidden" name="branchcode" value="[% branchfilter | html %]" /> |
| 922 |
<input type="hidden" name="filter_archived" value="[% filter_archived | html %]" /> |
| 923 |
<fieldset class="action"> |
| 924 |
<button type="submit" class="btn btn-default btn-xs" value="update_status">Submit</button> |
| 925 |
</fieldset> |
| 926 |
</fieldset> |
940 |
</fieldset> |
| 927 |
</div> <!-- /.col-sm-4 --> |
941 |
</fieldset> |
| 928 |
|
942 |
</div> <!-- /.col-sm-4 --> |
| 929 |
<div class="col-sm-4"> |
943 |
|
| 930 |
<fieldset> |
944 |
<div class="col-sm-4"> |
| 931 |
<label> |
945 |
<fieldset> |
| 932 |
Update item types with: |
946 |
<label> |
| 933 |
[% PROCESS 'av-build-dropbox.inc' name="suggestion_itemtype", category="SUGGEST_FORMAT", size = 20 %] |
947 |
Update item types with: |
| 934 |
</label> |
948 |
[% PROCESS 'av-build-dropbox.inc' name="suggestion_itemtype", category="SUGGEST_FORMAT", size = 20 %] |
| 935 |
<input type="hidden" name="branchcode" value="[% branchfilter | html %]" /> |
949 |
</label> |
| 936 |
<input type="hidden" name="filter_archived" value="[% filter_archived | html %]" /> |
950 |
<input type="hidden" name="branchcode" value="[% branchfilter | html %]" /> |
| 937 |
<fieldset class="action"> |
951 |
<input type="hidden" name="filter_archived" value="[% filter_archived | html %]" /> |
| 938 |
<button type="submit" class="btn btn-default btn-xs" value="update_itemtype">Submit</button> |
952 |
<fieldset class="action"> |
| 939 |
</fieldset> |
953 |
<button type="submit" class="btn btn-default btn-xs" id="lientype" value="update_itemtype">Submit</button> |
| 940 |
</fieldset> |
954 |
</fieldset> |
| 941 |
</div> <!-- /.col-sm-4 --> |
955 |
</fieldset> |
| 942 |
|
956 |
</div> <!-- /.col-sm-4 --> |
| 943 |
<div class="col-sm-2"> |
957 |
|
| 944 |
<fieldset> |
958 |
<div class="col-sm-2"> |
| 945 |
<span class="label">Update manager</span><br/> |
959 |
<fieldset> |
| 946 |
<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> |
960 |
<span class="label">Update manager</span><br/> |
| 947 |
<span id="managedby_name[% loop.count | html %]"></span> |
961 |
<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> |
| 948 |
<input type="hidden" name="suggestion_managedby" id="managedby[% loop.count | html %]" value="[% logged_in_user.borrowernumber | html %]" /> |
962 |
<span id="managedby_name[% loop.count | html %]"></span> |
| 949 |
<input type="hidden" name="branchcode" value="[% branchfilter | html %]" /> |
963 |
<input type="hidden" name="suggestion_managedby" id="managedby[% loop.count | html %]" value="[% logged_in_user.borrowernumber | html %]" /> |
| 950 |
<input type="hidden" name="filter_archived" value="[% filter_archived | html %]" /> |
964 |
<input type="hidden" name="branchcode" value="[% branchfilter | html %]" /> |
| 951 |
<fieldset class="action"> |
965 |
<input type="hidden" name="filter_archived" value="[% filter_archived | html %]" /> |
| 952 |
<button type="submit" class="btn btn-default btn-xs" value="update_manager">Submit</button> |
966 |
<fieldset class="action"> |
| 953 |
</fieldset> |
967 |
<button type="submit" class="btn btn-default btn-xs" id="lientype" value="update_manager">Submit</button> |
| 954 |
</fieldset> |
968 |
</fieldset> |
| 955 |
</div> <!-- /.col-sm-2 --> |
969 |
</fieldset> |
| 956 |
|
970 |
</div> <!-- /.col-sm-2 --> |
| 957 |
<div class="col-sm-2"> |
971 |
|
| 958 |
<fieldset> |
972 |
<div class="col-sm-2"> |
| 959 |
<span class="label">Delete selected</span> |
973 |
<fieldset> |
| 960 |
<input type="hidden" name="branchcode" value="[% branchfilter | html %]" /> |
974 |
<span class="label">Delete selected</span> |
| 961 |
<input type="hidden" name="filter_archived" value="[% filter_archived | html %]" /> |
975 |
<input type="hidden" name="branchcode" value="[% branchfilter | html %]" /> |
| 962 |
<fieldset class="action"> |
976 |
<input type="hidden" name="filter_archived" value="[% filter_archived | html %]" /> |
| 963 |
<button type="submit" class="btn btn-default btn-xs" value="delete">Delete</button> |
977 |
<fieldset class="action"> |
| 964 |
</fieldset> |
978 |
<button type="submit" class="btn btn-default btn-xs" id="lientype" value="delete">Delete</button> |
| 965 |
</fieldset> |
979 |
</fieldset> |
| 966 |
</div> <!-- /.col-sm-2 --> |
980 |
</div> <!-- /.col-sm-2 --> |
| 967 |
<div class="col-sm-2"> |
981 |
<div class="col-sm-2"> |
|
Lines 983-989
Link Here
|
| 983 |
</div> <!-- /#[% suggestion.suggestiontype | html %] --> |
997 |
</div> <!-- /#[% suggestion.suggestiontype | html %] --> |
| 984 |
[% END # /FOREACH suggestion %] |
998 |
[% END # /FOREACH suggestion %] |
| 985 |
[% UNLESS ( notabs ) %] |
999 |
[% UNLESS ( notabs ) %] |
| 986 |
</div> <!-- /.tab-content --> |
1000 |
</fieldset> |
| 987 |
</div> <!-- /.notabs --> |
1001 |
</div> <!-- /.notabs --> |
| 988 |
[% END # /UNLESS notabs %] |
1002 |
[% END # /UNLESS notabs %] |
| 989 |
[% END # /IF op == 'else' %] |
1003 |
[% END # /IF op == 'else' %] |
|
Lines 994-1005
Link Here
|
| 994 |
|
1008 |
|
| 995 |
<div class="col-sm-2 col-sm-pull-10"> |
1009 |
<div class="col-sm-2 col-sm-pull-10"> |
| 996 |
<aside> |
1010 |
<aside> |
|
|
1011 |
<div id="filters"> |
| 997 |
<form name="suggestionfilter" action="suggestion.pl" method="get"> |
1012 |
<form name="suggestionfilter" action="suggestion.pl" method="get"> |
| 998 |
<input type="hidden" name="branchcode" value="[% branchfilter | html %]" /> |
1013 |
<input type="hidden" name="branchcode" value="[% branchfilter | html %]" /> |
| 999 |
<fieldset class="brief"> |
1014 |
<fieldset class="brief"> |
| 1000 |
<ol style="display:block;"> |
1015 |
<ol style="display:block;"> |
| 1001 |
<li> |
1016 |
<li> |
| 1002 |
<label for="displayby">Organize by: </label> |
1017 |
<p for="displayby">Organize by: |
| 1003 |
<select name="displayby" id="displayby" style="width:auto;"> |
1018 |
<select name="displayby" id="displayby" style="width:auto;"> |
| 1004 |
[% IF ( displayby == "STATUS" ) %] |
1019 |
[% IF ( displayby == "STATUS" ) %] |
| 1005 |
<option value="STATUS" selected="selected">Status</option> |
1020 |
<option value="STATUS" selected="selected">Status</option> |
|
Lines 1027-1083
Link Here
|
| 1027 |
<option value="acceptedby">Accepted by</option> |
1042 |
<option value="acceptedby">Accepted by</option> |
| 1028 |
[% END %] |
1043 |
[% END %] |
| 1029 |
</select> |
1044 |
</select> |
| 1030 |
<input type="submit" value="Go" /> |
1045 |
<input class="principal" type="submit" value="Go" /></p> |
| 1031 |
</li> |
1046 |
</li> |
| 1032 |
</ol> |
1047 |
</ol> |
| 1033 |
</fieldset> <!-- /.brief --> |
1048 |
</fieldset> <!-- /.brief --> |
| 1034 |
|
1049 |
|
| 1035 |
<h4>Filter by: <a style="font-size:80%;font-weight:normal;" href="/cgi-bin/koha/suggestion/suggestion.pl">[clear]</a></h4> |
1050 |
<h4>Filter by: <a id="lientype" style="font-size:80%;font-weight:normal;" href="/cgi-bin/koha/suggestion/suggestion.pl">[clear]</a></h4> |
| 1036 |
|
1051 |
|
| 1037 |
<div id="limits"> |
1052 |
<div id="limits"> |
| 1038 |
<fieldset class="brief"> |
1053 |
<fieldset class="brief"> |
| 1039 |
<h4 class="local_collapse"><a href="#">Bibliographic information</a></h4> |
1054 |
<h4 class="local_collapse"><a href="#">Bibliographic information <span class="caret"></span></a></h4> |
| 1040 |
<ol> |
1055 |
<ol> |
| 1041 |
<li> |
1056 |
<li> |
| 1042 |
<label for="title"> Title:</label> |
1057 |
<p for="title"> Title: |
| 1043 |
<input type="text" id="title" name="title" value="[% title | html %]" /> |
1058 |
<input type="text" id="title" name="title" value="[% title | html %]" /></p> |
| 1044 |
</li> |
1059 |
</li> |
| 1045 |
<li> |
1060 |
<li> |
| 1046 |
<label for="author"> Author:</label> |
1061 |
<p for="author"> Author: |
| 1047 |
<input type="text" id="author" name="author" value="[% author | html %]" /> |
1062 |
<input type="text" id="author" name="author" value="[% author | html %]" /></p> |
| 1048 |
</li> |
1063 |
</li> |
| 1049 |
<li> |
1064 |
<li> |
| 1050 |
<label for="isbn"> ISBN:</label> |
1065 |
<p for="isbn"> ISBN: |
| 1051 |
<input type="text" id="isbn" name="isbn" value="[% isbn | html %]" /> |
1066 |
<input type="text" id="isbn" name="isbn" value="[% isbn | html %]" /></p> |
| 1052 |
</li> |
1067 |
</li> |
| 1053 |
<li> |
1068 |
<li> |
| 1054 |
<label for="publishercode"> Publisher:</label> |
1069 |
<p for="publishercode"> Publisher: |
| 1055 |
<input type="text" id="publishercode" name="publishercode" value="[% publishercode | html %]" /> |
1070 |
<input type="text" id="publishercode" name="publishercode" value="[% publishercode | html %]" /></p> |
| 1056 |
</li> |
1071 |
</li> |
| 1057 |
<li> |
1072 |
<li> |
| 1058 |
<label for="copyrightdate_filter"> Copyright date:</label> |
1073 |
<p for="copyrightdate_filter"> Copyright date: |
| 1059 |
<input type="text" id="copyrightdate_filter" name="copyrightdate" value="[% copyrightdate | html %]" /> |
1074 |
<input type="text" id="copyrightdate_filter" name="copyrightdate" value="[% copyrightdate | html %]" /></p> |
| 1060 |
</li> |
1075 |
</li> |
| 1061 |
<li> |
1076 |
<li> |
| 1062 |
<label for="collectiontitle"> Collection title:</label> |
1077 |
<p for="collectiontitle"> Collection title: |
| 1063 |
<input type="text" id="collectiontitle" name="collectiontitle" value="[% collectiontitle | html %]" /></li><li><input type="submit" value="Go" /> |
1078 |
<input type="text" id="collectiontitle" name="collectiontitle" value="[% collectiontitle | html %]" /></li><li><input class="principal" type="submit" value="Go" /> |
| 1064 |
</li> |
1079 |
</p></li> |
| 1065 |
</ol> |
1080 |
</ol> |
| 1066 |
</fieldset> <!-- /.brief --> |
1081 |
</fieldset> <!-- /.brief --> |
| 1067 |
|
1082 |
|
| 1068 |
<fieldset class="brief"> |
1083 |
<fieldset class="brief"> |
| 1069 |
<h4 class="local_collapse"><a href="#">Suggestion information</a></h4> |
1084 |
<h4 class="local_collapse"><a href="#">Suggestion information <span class="caret"></span></a></h4> |
| 1070 |
<ol> |
1085 |
<ol> |
| 1071 |
<li> |
1086 |
<li> |
| 1072 |
<label for="archived" style="display: inline;">Include archived:</label> |
1087 |
<p for="archived" style="display: inline;">Include archived: |
| 1073 |
[% IF filter_archived %] |
1088 |
[% IF filter_archived %] |
| 1074 |
<input type="checkbox" id="archived" name="filter_archived" checked="checked" title="Include archived suggestions in the search" /> |
1089 |
<input type="checkbox" id="archived" name="filter_archived" checked="checked" title="Include archived suggestions in the search" /> |
| 1075 |
[% ELSE %] |
1090 |
[% ELSE %] |
| 1076 |
<input type="checkbox" id="archived" name="filter_archived" title="Include archived suggestions in the search" /> |
1091 |
<input type="checkbox" id="archived" name="filter_archived" title="Include archived suggestions in the search" /> |
| 1077 |
[% END %] |
1092 |
[% END %]</p> |
| 1078 |
</li> |
1093 |
</li> |
| 1079 |
<li> |
1094 |
<li> |
| 1080 |
<label for="STATUS[% loop.index | html %]"> Status:</label> |
1095 |
<p for="STATUS[% loop.index | html %]"> Status: |
| 1081 |
<select name="STATUS" id="STATUS[% loop.index | html %]"> |
1096 |
<select name="STATUS" id="STATUS[% loop.index | html %]"> |
| 1082 |
<option value="">Any</option> |
1097 |
<option value="">Any</option> |
| 1083 |
[% IF (statusselected_ASKED ) %] |
1098 |
[% IF (statusselected_ASKED ) %] |
|
Lines 1117-1127
Link Here
|
| 1117 |
<option value="[% s.authorised_value | html %]">[% s.lib | html %]</option> |
1132 |
<option value="[% s.authorised_value | html %]">[% s.lib | html %]</option> |
| 1118 |
[% END %] |
1133 |
[% END %] |
| 1119 |
[% END %] |
1134 |
[% END %] |
| 1120 |
</select> |
1135 |
</select></p> |
| 1121 |
</li> |
1136 |
</li> |
| 1122 |
|
1137 |
|
| 1123 |
<li> |
1138 |
<li> |
| 1124 |
<label for="suggestedby"> Suggested by:</label> |
1139 |
<p for="suggestedby"> Suggested by: |
| 1125 |
<select id="suggestedby" name="suggestedby"> |
1140 |
<select id="suggestedby" name="suggestedby"> |
| 1126 |
<option value="">Any</option> |
1141 |
<option value="">Any</option> |
| 1127 |
[% FOREACH suggestedby_loo IN suggestedby_loop %] |
1142 |
[% FOREACH suggestedby_loo IN suggestedby_loop %] |
|
Lines 1131-1148
Link Here
|
| 1131 |
<option value="[% suggestedby_loo.code | html %]">[% suggestedby_loo.desc | html %]</option> |
1146 |
<option value="[% suggestedby_loo.code | html %]">[% suggestedby_loo.desc | html %]</option> |
| 1132 |
[% END %] |
1147 |
[% END %] |
| 1133 |
[% END %] |
1148 |
[% END %] |
| 1134 |
</select> |
1149 |
</select></p> |
| 1135 |
</li> |
1150 |
</li> |
| 1136 |
<li> |
1151 |
<li> |
| 1137 |
<label for="suggesteddate_from">Suggested date from:</label> |
1152 |
<p for="suggesteddate_from">Suggested date from: |
| 1138 |
<input type="text" id="suggesteddate_from" size="10" name="suggesteddate_from" value="[% suggesteddate_from | html %]" data-date_to="suggesteddate_to" class="flatpickr" /> |
1153 |
<input type="text" id="suggesteddate_from" size="10" name="suggesteddate_from" value="[% suggesteddate_from | html %]" data-date_to="suggesteddate_to" class="flatpickr" /> |
| 1139 |
</li> |
1154 |
</p></li> |
| 1140 |
<li> |
1155 |
<li> |
| 1141 |
<label for="suggesteddate_to">To:</label> |
1156 |
<p for="suggesteddate_to">To: |
| 1142 |
<input type="text" id="suggesteddate_to" size="10" name="suggesteddate_to" value="[% suggesteddate_to | html %]" class="flatpickr" /> |
1157 |
<input type="text" id="suggesteddate_to" size="10" name="suggesteddate_to" value="[% suggesteddate_to | html %]" class="flatpickr" /> |
| 1143 |
</li> |
1158 |
</p></li> |
| 1144 |
<li> |
1159 |
<li> |
| 1145 |
<label for="managedby"> Managed by:</label> |
1160 |
<p for="managedby"> Managed by: |
| 1146 |
<select id="managedby" name="managedby"> |
1161 |
<select id="managedby" name="managedby"> |
| 1147 |
<option value="">Any</option> |
1162 |
<option value="">Any</option> |
| 1148 |
[% FOREACH managedby_loo IN managedby_loop %] |
1163 |
[% FOREACH managedby_loo IN managedby_loop %] |
|
Lines 1152-1169
Link Here
|
| 1152 |
<option value="[% managedby_loo.code | html %]">[% managedby_loo.desc | html %]</option> |
1167 |
<option value="[% managedby_loo.code | html %]">[% managedby_loo.desc | html %]</option> |
| 1153 |
[% END %] |
1168 |
[% END %] |
| 1154 |
[% END %] |
1169 |
[% END %] |
| 1155 |
</select> |
1170 |
</select></p> |
| 1156 |
</li> |
1171 |
</li> |
| 1157 |
<li> |
1172 |
<li> |
| 1158 |
<label for="manageddate_from">Management date from:</label> |
1173 |
<p for="manageddate_from">Management date from: |
| 1159 |
<input type="text" id="manageddate_from" size="10" name="manageddate_from" value="[% manageddate_from | html %]" data-date_to="manageddate_to" class="flatpickr" /> |
1174 |
<input type="text" id="manageddate_from" size="10" name="manageddate_from" value="[% manageddate_from | html %]" data-date_to="manageddate_to" class="flatpickr" /> |
| 1160 |
</li> |
1175 |
</p></li> |
| 1161 |
<li> |
1176 |
<li> |
| 1162 |
<label for="manageddate_to">To:</label> |
1177 |
<p for="manageddate_to">To: |
| 1163 |
<input type="text" id="manageddate_to" size="10" name="manageddate_to" value="[% manageddate_to | html %]" class="flatpickr" /> |
1178 |
<input type="text" id="manageddate_to" size="10" name="manageddate_to" value="[% manageddate_to | html %]" class="flatpickr" /> |
| 1164 |
</li> |
1179 |
</p></li> |
| 1165 |
<li> |
1180 |
<li> |
| 1166 |
<label for="acceptedby"> Accepted by:</label> |
1181 |
<p for="acceptedby"> Accepted by: |
| 1167 |
<select id="acceptedby" name="acceptedby"> |
1182 |
<select id="acceptedby" name="acceptedby"> |
| 1168 |
<option value="">Any</option> |
1183 |
<option value="">Any</option> |
| 1169 |
[% FOREACH acceptedby_loo IN acceptedby_loop %] |
1184 |
[% FOREACH acceptedby_loo IN acceptedby_loop %] |
|
Lines 1174-1201
Link Here
|
| 1174 |
[% END %] |
1189 |
[% END %] |
| 1175 |
[% END %] |
1190 |
[% END %] |
| 1176 |
</select> |
1191 |
</select> |
| 1177 |
</li> |
1192 |
</p></li> |
| 1178 |
<li> |
1193 |
<li> |
| 1179 |
<label for="accepteddate_from">Accepted date from:</label> |
1194 |
<p for="accepteddate_from">Accepted date from: |
| 1180 |
<input type="text" id="accepteddate_from" size="10" name="accepteddate_from" value="[% accepteddate_from | html %]" data-date_to="accepteddate_to" class="flatpickr" /> |
1195 |
<input type="text" id="accepteddate_from" size="10" name="accepteddate_from" value="[% accepteddate_from | html %]" data-date_to="accepteddate_to" class="flatpickr" /> |
| 1181 |
</li> |
1196 |
</p></li> |
| 1182 |
<li> |
1197 |
<li> |
| 1183 |
<label for="accepteddate_to">To:</label> |
1198 |
<p for="accepteddate_to">To: |
| 1184 |
<input type="text" id="accepteddate_to" size="10" name="accepteddate_to" value="[% accepteddate_to | html %]" class="flatpickr" /> |
1199 |
<input type="text" id="accepteddate_to" size="10" name="accepteddate_to" value="[% accepteddate_to | html %]" class="flatpickr" /> |
| 1185 |
</li> |
1200 |
</p></li> |
| 1186 |
<li> |
1201 |
<li> |
| 1187 |
<input type="submit" value="Go" /> |
1202 |
<input class="principal" type="submit" value="Go" /> |
| 1188 |
</li> |
1203 |
</li> |
| 1189 |
</ol> |
1204 |
</ol> |
| 1190 |
</fieldset> |
1205 |
</fieldset> |
| 1191 |
|
1206 |
|
| 1192 |
<fieldset class="brief"> |
1207 |
<fieldset class="brief"> |
| 1193 |
<h4 class="local_collapse"> |
1208 |
<h4 class="local_collapse"> |
| 1194 |
<a href="#">Acquisition information</a> |
1209 |
<a href="#">Acquisition information <span class="caret"></span></a> |
| 1195 |
</h4> |
1210 |
</h4> |
| 1196 |
<ol> |
1211 |
<ol> |
| 1197 |
<li> |
1212 |
<li> |
| 1198 |
<label for="budgetid"> Book fund:</label> |
1213 |
<p for="budgetid"> Book fund: |
| 1199 |
<select name="budgetid" id="budgetid"> |
1214 |
<select name="budgetid" id="budgetid"> |
| 1200 |
<option value="__ANY__">Any</option> |
1215 |
<option value="__ANY__">Any</option> |
| 1201 |
[% IF budgetid == '__NONE__' %] |
1216 |
[% IF budgetid == '__NONE__' %] |
|
Lines 1210-1219
Link Here
|
| 1210 |
<option value="[% budgetsloo.budget_id | html %]">[% budgetsloo.budget_name | html %]</option> |
1225 |
<option value="[% budgetsloo.budget_id | html %]">[% budgetsloo.budget_name | html %]</option> |
| 1211 |
[% END %] |
1226 |
[% END %] |
| 1212 |
[% END %] |
1227 |
[% END %] |
| 1213 |
</select> |
1228 |
</select></p> |
| 1214 |
</li> |
1229 |
</li> |
| 1215 |
<li> |
1230 |
<li> |
| 1216 |
<input type="submit" value="Go" /> |
1231 |
<input class="principal" type="submit" value="Go" /> |
| 1217 |
</li> |
1232 |
</li> |
| 1218 |
</ol> |
1233 |
</ol> |
| 1219 |
</fieldset> |
1234 |
</fieldset> |
|
Lines 1221-1227
Link Here
|
| 1221 |
</form> <!-- /suggestionsfilter --> |
1236 |
</form> <!-- /suggestionsfilter --> |
| 1222 |
|
1237 |
|
| 1223 |
[% INCLUDE 'acquisitions-menu.inc' %] |
1238 |
[% INCLUDE 'acquisitions-menu.inc' %] |
| 1224 |
|
1239 |
</div> |
| 1225 |
</aside> |
1240 |
</aside> |
| 1226 |
</div> <!-- /.col-sm-2.col-sm-pull-10 --> |
1241 |
</div> <!-- /.col-sm-2.col-sm-pull-10 --> |
| 1227 |
[% END # /UNLESS ( op == 'show' ) %] |
1242 |
[% END # /UNLESS ( op == 'show' ) %] |