View | Details | Raw Unified | Return to bug 15237
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/quotes.tt (-1 / +1 lines)
Lines 18-24 Link Here
18
    <ol>
18
    <ol>
19
        <li>This option allows for the addition of quotes one at a time.</li>
19
        <li>This option allows for the addition of quotes one at a time.</li>
20
        <li>Click the 'Add quote' button in the toolbar and an empty quote entry will be added to the end of the current quote list.</li>
20
        <li>Click the 'Add quote' button in the toolbar and an empty quote entry will be added to the end of the current quote list.</li>
21
        <li>Both the 'Source' and the 'Text' fields <b>must</b> be filled in in order to save the new quote.</li>
21
        <li><b>Note: </b>Both the 'Source' and the 'Text' fields must be filled in in order to save the new quote.</li>
22
        <li>When finished filling in both fields, press the &lt;Enter&gt; key to save the new quote.</li>
22
        <li>When finished filling in both fields, press the &lt;Enter&gt; key to save the new quote.</li>
23
        <li>The list will update and the new quote should now be visible.</li>
23
        <li>The list will update and the new quote should now be visible.</li>
24
        <li>You may cancel the addition of a new quote any time prior to saving it simply by pressing the &lt;Esc&gt; key.</li>
24
        <li>You may cancel the addition of a new quote any time prior to saving it simply by pressing the &lt;Esc&gt; key.</li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt (-2 / +2 lines)
Lines 203-209 Link Here
203
                    <legend>Instructions</legend>
203
                    <legend>Instructions</legend>
204
                    <div id="quote_editor_inst">
204
                    <div id="quote_editor_inst">
205
                        <ul>
205
                        <ul>
206
                        <li>Click on the 'Add quote' button to add a single quote; Press the &lt;Enter&gt; key to save the quote. <b>Note:</b> Both the 'source' and 'text' fields must have content in order for the quote to be saved.</li>
206
                        <li>Click on the 'Add quote' button to add a single quote; Press the &lt;Enter&gt; key to save the quote.<br />
207
                            <b>Note: </b>Both the 'source' and 'text' fields must have content in order for the quote to be saved.</li>
207
                        <li>Click on any field to edit the contents; Press the &lt;Enter&gt; key to save edit.</li>
208
                        <li>Click on any field to edit the contents; Press the &lt;Enter&gt; key to save edit.</li>
208
                        <li>Click on one or more quote numbers to select entire quotes for deletion; Click the 'Delete quote(s)' button to delete selected quotes.</li>
209
                        <li>Click on one or more quote numbers to select entire quotes for deletion; Click the 'Delete quote(s)' button to delete selected quotes.</li>
209
                        <li>Click the 'Import quotes' button in the toolbar to import a CSV file of quotes.</li>
210
                        <li>Click the 'Import quotes' button in the toolbar to import a CSV file of quotes.</li>
210
- 

Return to bug 15237