[% 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 %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.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 'js-date-format.inc' %] [% INCLUDE 'datatables.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]