[% USE raw %] [% USE Asset %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Quote editor › Tools › Koha [% INCLUDE 'doc-head-close.inc' %] [% Asset.css("css/quotes.css") | $raw %] [% WRAPPER 'header.inc' %] [% INCLUDE 'cat-search.inc' %] [% END %] [% WRAPPER 'sub-header.inc' %] [% WRAPPER breadcrumbs %] [% WRAPPER breadcrumb_item %] Tools [% END %] [% WRAPPER breadcrumb_item bc_active= 1 %] Quote editor [% END %] [% END #/ WRAPPER breadcrumbs %] [% END #/ WRAPPER sub-header.inc %]
[% FOREACH m IN messages %]
[% SWITCH m.code %] [% CASE 'error_on_update' %] An error occurred when updating this quote. Perhaps it already exists [% CASE 'error_on_insert' %] An error occurred when adding this quote [% CASE 'success_on_update' %] Quote updated successfully [% CASE 'success_on_insert' %] Quote added successfully [% CASE %] [% m.code | html %] [% END %]
[% END %] [% IF op == 'list' %] [% END %] [% IF op == 'add_form' %]

[% IF quote %]Modify quote[% ELSE %]New quote[% END %]

  1. Required
  2. Required
Cancel
[% END %] [% IF op == 'delete_confirm' %]

Are you sure you want to delete the following quote?

[% quote.source | html %] - [% quote.text | html %]
[% END %] [% IF op == 'list' %]

Quotes

[% IF quotes_count > 0 %]
ID Source Text Last display Actions
[% ELSE %]
There are no quotes defined. Start defining quotes.
[% END %] [% END %]
[% MACRO jsinclude BLOCK %] [% Asset.js("js/tools-menu.js") | $raw %] [% INCLUDE 'datatables.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]