Lines 31-37
Link Here
|
31 |
font-size: 80%; |
31 |
font-size: 80%; |
32 |
text-decoration: none; |
32 |
text-decoration: none; |
33 |
} |
33 |
} |
34 |
#limits fieldset.brief { |
34 |
#limits fieldset.brief, |
|
|
35 |
#limits fieldset.action { |
35 |
display: none; |
36 |
display: none; |
36 |
} |
37 |
} |
37 |
.overlay { |
38 |
.overlay { |
Lines 644-652
Link Here
|
644 |
</ol> |
645 |
</ol> |
645 |
</fieldset> <!-- /.rows --> |
646 |
</fieldset> <!-- /.rows --> |
646 |
|
647 |
|
647 |
<input type="hidden" id="returnsuggested" name="returnsuggested" value="[% IF ( returnsuggestedby ) %][% returnsuggestedby | html %][% ELSE %]noone[% END %]"/> |
|
|
648 |
|
649 |
<fieldset class="action"> |
648 |
<fieldset class="action"> |
|
|
649 |
<input type="hidden" id="returnsuggested" name="returnsuggested" value="[% IF ( returnsuggestedby ) %][% returnsuggestedby | html %][% ELSE %]noone[% END %]"/> |
650 |
<input type="hidden" name="op" value="[% op | html %]" /> |
650 |
<input type="hidden" name="op" value="[% op | html %]" /> |
651 |
[% IF ( suggestionid ) %] |
651 |
[% IF ( suggestionid ) %] |
652 |
[% IF ( need_confirm ) %] |
652 |
[% IF ( need_confirm ) %] |
Lines 948-956
Link Here
|
948 |
|
948 |
|
949 |
<input type="hidden" name="branchcode" value="[% branchfilter | html %]" /> |
949 |
<input type="hidden" name="branchcode" value="[% branchfilter | html %]" /> |
950 |
<input type="hidden" name="filter_archived" value="[% filter_archived | html %]" /> |
950 |
<input type="hidden" name="filter_archived" value="[% filter_archived | html %]" /> |
951 |
<fieldset class="action"> |
951 |
</fieldset> |
952 |
<button type="submit" class="btn btn-primary" value="update_status">Submit</button> |
952 |
<fieldset class="action"> |
953 |
</fieldset> |
953 |
<button type="submit" class="btn btn-primary" value="update_status">Submit</button> |
954 |
</fieldset> |
954 |
</fieldset> |
955 |
</div> <!-- /.col-sm-4 --> |
955 |
</div> <!-- /.col-sm-4 --> |
956 |
|
956 |
|
Lines 962-970
Link Here
|
962 |
[% PROCESS 'av-build-dropbox.inc' name="suggestion_itemtype", category="SUGGEST_FORMAT", size = 20 %] |
962 |
[% PROCESS 'av-build-dropbox.inc' name="suggestion_itemtype", category="SUGGEST_FORMAT", size = 20 %] |
963 |
<input type="hidden" name="branchcode" value="[% branchfilter | html %]" /> |
963 |
<input type="hidden" name="branchcode" value="[% branchfilter | html %]" /> |
964 |
<input type="hidden" name="filter_archived" value="[% filter_archived | html %]" /> |
964 |
<input type="hidden" name="filter_archived" value="[% filter_archived | html %]" /> |
965 |
<fieldset class="action"> |
965 |
</fieldset> |
966 |
<button type="submit" class="btn btn-primary" value="update_itemtype">Submit</button> |
966 |
<fieldset class="action"> |
967 |
</fieldset> |
967 |
<button type="submit" class="btn btn-primary" value="update_itemtype">Submit</button> |
968 |
</fieldset> |
968 |
</fieldset> |
969 |
</div> <!-- /.col-sm-4 --> |
969 |
</div> <!-- /.col-sm-4 --> |
970 |
|
970 |
|
Lines 976-984
Link Here
|
976 |
<input type="hidden" name="suggestion_managedby" id="managedby[% loop.count | html %]" value="[% logged_in_user.borrowernumber | html %]" /> |
976 |
<input type="hidden" name="suggestion_managedby" id="managedby[% loop.count | html %]" value="[% logged_in_user.borrowernumber | html %]" /> |
977 |
<input type="hidden" name="branchcode" value="[% branchfilter | html %]" /> |
977 |
<input type="hidden" name="branchcode" value="[% branchfilter | html %]" /> |
978 |
<input type="hidden" name="filter_archived" value="[% filter_archived | html %]" /> |
978 |
<input type="hidden" name="filter_archived" value="[% filter_archived | html %]" /> |
979 |
<fieldset class="action"> |
979 |
</fieldset> |
980 |
<button type="submit" class="btn btn-primary" value="update_manager">Submit</button> |
980 |
<fieldset class="action"> |
981 |
</fieldset> |
981 |
<button type="submit" class="btn btn-primary" value="update_manager">Submit</button> |
982 |
</fieldset> |
982 |
</fieldset> |
983 |
</div> <!-- /.col-sm-2 --> |
983 |
</div> <!-- /.col-sm-2 --> |
984 |
|
984 |
|
Lines 987-995
Link Here
|
987 |
<span class="label">Delete selected</span> |
987 |
<span class="label">Delete selected</span> |
988 |
<input type="hidden" name="branchcode" value="[% branchfilter | html %]" /> |
988 |
<input type="hidden" name="branchcode" value="[% branchfilter | html %]" /> |
989 |
<input type="hidden" name="filter_archived" value="[% filter_archived | html %]" /> |
989 |
<input type="hidden" name="filter_archived" value="[% filter_archived | html %]" /> |
990 |
<fieldset class="action"> |
990 |
</fieldset> |
991 |
<button type="submit" class="btn btn-primary" value="delete">Delete</button> |
991 |
<fieldset class="action"> |
992 |
</fieldset> |
992 |
<button type="submit" class="btn btn-primary" value="delete">Delete</button> |
993 |
</fieldset> |
993 |
</fieldset> |
994 |
</div> <!-- /.col-sm-2 --> |
994 |
</div> <!-- /.col-sm-2 --> |
995 |
</div> <!-- /.row --> |
995 |
</div> <!-- /.row --> |
Lines 1048-1064
Link Here
|
1048 |
</select> |
1048 |
</select> |
1049 |
</li> |
1049 |
</li> |
1050 |
</ol> |
1050 |
</ol> |
1051 |
<fieldset class="action"> |
|
|
1052 |
<input type="submit" class="btn btn-primary" value="Go" /> |
1053 |
</fieldset> |
1054 |
</fieldset> <!-- /.brief --> |
1051 |
</fieldset> <!-- /.brief --> |
|
|
1052 |
<fieldset class="action"> |
1053 |
<input type="submit" class="btn btn-primary" value="Go" /> |
1054 |
</fieldset> |
1055 |
|
1055 |
|
1056 |
<fieldset class="brief"> |
1056 |
<fieldset class="brief"> |
1057 |
<h4>Filter by: <a style="font-size:80%;font-weight:normal;" href="/cgi-bin/koha/suggestion/suggestion.pl">[clear]</a></h4> |
1057 |
<h4>Filter by: <a style="font-size:80%;font-weight:normal;" href="/cgi-bin/koha/suggestion/suggestion.pl">[clear]</a></h4> |
1058 |
|
1058 |
|
1059 |
<div id="limits"> |
1059 |
<div id="limits"> |
1060 |
<h4 class="local_collapse"><a href="#" data-target="biblio_information">Bibliographic information</a></h4> |
1060 |
<h4 class="local_collapse"><a href="#" data-target="biblio_information">Bibliographic information</a></h4> |
1061 |
<fieldset class="brief" id="biblio_information"> |
1061 |
<fieldset class="brief biblio_information"> |
1062 |
<ol> |
1062 |
<ol> |
1063 |
<li> |
1063 |
<li> |
1064 |
<label for="title"> Title:</label> |
1064 |
<label for="title"> Title:</label> |
Lines 1085-1097
Link Here
|
1085 |
<input type="text" id="collectiontitle" name="collectiontitle" value="[% collectiontitle | html %]" /> |
1085 |
<input type="text" id="collectiontitle" name="collectiontitle" value="[% collectiontitle | html %]" /> |
1086 |
</li> |
1086 |
</li> |
1087 |
</ol> |
1087 |
</ol> |
1088 |
<fieldset class="action"> |
1088 |
</fieldset> <!-- /.biblio_information --> |
1089 |
<input type="submit" value="Go" /> |
1089 |
<fieldset class="action biblio_information"> |
1090 |
</fieldset> |
1090 |
<input type="submit" value="Go" /> |
1091 |
</fieldset> <!-- /#biblio_information --> |
1091 |
</fieldset> |
1092 |
|
1092 |
|
1093 |
<h4 class="local_collapse"><a href="#" data-target="suggestion_information">Suggestion information</a></h4> |
1093 |
<h4 class="local_collapse"><a href="#" data-target="suggestion_information">Suggestion information</a></h4> |
1094 |
<fieldset class="brief" id="suggestion_information"> |
1094 |
<fieldset class="brief suggestion_information"> |
1095 |
<ol> |
1095 |
<ol> |
1096 |
<li> |
1096 |
<li> |
1097 |
<label for="archived" style="display: inline;">Include archived:</label> |
1097 |
<label for="archived" style="display: inline;">Include archived:</label> |
Lines 1209-1223
Link Here
|
1209 |
<input type="text" id="accepteddate_to" size="10" name="accepteddate_to" value="[% accepteddate_to | html %]" class="flatpickr" /> |
1209 |
<input type="text" id="accepteddate_to" size="10" name="accepteddate_to" value="[% accepteddate_to | html %]" class="flatpickr" /> |
1210 |
</li> |
1210 |
</li> |
1211 |
</ol> |
1211 |
</ol> |
1212 |
<fieldset class="action"> |
|
|
1213 |
<input type="submit" value="Go" /> |
1214 |
</fieldset> |
1215 |
</fieldset> <!-- /#suggestion_information --> |
1212 |
</fieldset> <!-- /#suggestion_information --> |
|
|
1213 |
<fieldset class="action suggestion_information"> |
1214 |
<input type="submit" value="Go" /> |
1215 |
</fieldset> |
1216 |
|
1216 |
|
1217 |
<h4 class="local_collapse"> |
1217 |
<h4 class="local_collapse"> |
1218 |
<a href="#" data-target="acquisition_information">Acquisition information</a> |
1218 |
<a href="#" data-target="acquisition_information">Acquisition information</a> |
1219 |
</h4> |
1219 |
</h4> |
1220 |
<fieldset class="brief" id="acquisition_information"> |
1220 |
<fieldset class="brief acquisition_information"> |
1221 |
<ol> |
1221 |
<ol> |
1222 |
<li> |
1222 |
<li> |
1223 |
<label for="budgetid"> Book fund:</label> |
1223 |
<label for="budgetid"> Book fund:</label> |
Lines 1238-1247
Link Here
|
1238 |
</select> |
1238 |
</select> |
1239 |
</li> |
1239 |
</li> |
1240 |
</ol> |
1240 |
</ol> |
1241 |
<fieldset class="action"> |
|
|
1242 |
<input type="submit" value="Go" /> |
1243 |
</fieldset> |
1244 |
</fieldset> <!-- /#acquisition_information --> |
1241 |
</fieldset> <!-- /#acquisition_information --> |
|
|
1242 |
<fieldset class="action acquisition_information"> |
1243 |
<input type="submit" value="Go" /> |
1244 |
</fieldset> |
1245 |
</div> <!-- /#limits --> |
1245 |
</div> <!-- /#limits --> |
1246 |
</fieldset> <!-- /.brief --> |
1246 |
</fieldset> <!-- /.brief --> |
1247 |
</form> <!-- /suggestionsfilter --> |
1247 |
</form> <!-- /suggestionsfilter --> |
Lines 1399-1405
Link Here
|
1399 |
$("h4.local_collapse a").on("click", function(e){ |
1399 |
$("h4.local_collapse a").on("click", function(e){ |
1400 |
e.preventDefault(); |
1400 |
e.preventDefault(); |
1401 |
const target = $(this).data("target"); |
1401 |
const target = $(this).data("target"); |
1402 |
$("#" + target).toggle(); |
1402 |
$("." + target).toggle(); |
1403 |
}); |
1403 |
}); |
1404 |
|
1404 |
|
1405 |
$("button[type='submit']").on("click", function(e) { |
1405 |
$("button[type='submit']").on("click", function(e) { |