[% USE raw %] [% USE Asset %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Quote uploader [% INCLUDE 'doc-head-close.inc' %] [% Asset.css("css/uploader.css") | $raw %] [% Asset.css("css/quotes.css") | $raw %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]
[% INCLUDE 'quotes-upload-toolbar.inc' %]

Quote uploader

Instructions
  • The quote uploader accepts standard csv files with two columns: "source","text"
  • Click the "Choose File" button and select the csv file to be uploaded.
  • The file will be imported into an editable table for review prior to saving.
  • Click on any field to edit the contents; Press the <Enter> key to save edit.
  • Click on one or more quote numbers to select entire quotes for deletion; Click the 'Delete Quote(s)' button to delete selected quotes.
  • Click the 'Save Quotes' button in the toolbar to save the entire batch of quotes.
Upload quotes
0%
[% MACRO jsinclude BLOCK %] [% Asset.js("js/tools-menu.js") | $raw %] [% INCLUDE 'datatables.inc' %] [% Asset.js("lib/jquery/plugins/jquery.jeditable.mini.js") | $raw %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]