@@ -, +, @@ - Upload a CSV file containing data in two columns, "source","text" - When your upload completes you should see a DataTable previewing the data from your CSV. - Check that deletion of individual quotes works from the preview. - Check that quotes are correctly imported. - Ponder the long 2.66 years during which this page was broken. Quote of the day: Serenity of mind comes with patience. --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt | 1 + 1 file changed, 1 insertion(+) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt @@ -159,6 +159,7 @@ "bPaginate" : true, "bSort" : false, "sPaginationType" : "full_numbers", + "sDom": '<"top pager"iflp>rt<"bottom pager"flp><"clear">', "aaData" : aaData, "aoColumns" : [ { --