Bugzilla – Attachment 45102 Details for
Bug 15237
Quote of the day: Better translatibility for editor and help
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15237 - Quote of the day: Better translatibility for editor and help
Bug-15237---Quote-of-the-day-Better-translatibilit.patch (text/plain), 3.10 KB, created by
Marc Véron
on 2015-11-23 08:59:36 UTC
(
hide
)
Description:
Bug 15237 - Quote of the day: Better translatibility for editor and help
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2015-11-23 08:59:36 UTC
Size:
3.10 KB
patch
obsolete
>From edd1013bfdd9e6b4c0033febad0089d092c6577d Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Sat, 21 Nov 2015 03:09:55 +0100 >Subject: [PATCH] Bug 15237 - Quote of the day: Better translatibility for > editor and help > >This patch moves html markup out of explanatory text in Quote of the day editor and help >for better translatibility (Home > Tools > Quote Editor). > >To test: >- Apply patch >- Go to Home > Tools > Quote Editor and related Help >- Verify that text changes make sense. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/quotes.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt | 3 ++- > 2 files changed, 3 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/quotes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/quotes.tt >index 80d58fe..91fe053 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/quotes.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/quotes.tt >@@ -18,7 +18,7 @@ > <ol> > <li>This option allows for the addition of quotes one at a time.</li> > <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> >- <li>Both the 'Source' and the 'Text' fields <b>must</b> be filled in in order to save the new quote.</li> >+ <li><b>Note: </b>Both the 'Source' and the 'Text' fields must be filled in in order to save the new quote.</li> > <li>When finished filling in both fields, press the <Enter> key to save the new quote.</li> > <li>The list will update and the new quote should now be visible.</li> > <li>You may cancel the addition of a new quote any time prior to saving it simply by pressing the <Esc> key.</li> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt >index 8ae34ec..89bd5a9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt >@@ -203,7 +203,8 @@ > <legend>Instructions</legend> > <div id="quote_editor_inst"> > <ul> >- <li>Click on the 'Add quote' button to add a single quote; Press the <Enter> 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> >+ <li>Click on the 'Add quote' button to add a single quote; Press the <Enter> key to save the quote.<br/> >+ <b>Note:</b> Both the 'source' and 'text' fields must have content in order for the quote to be saved.</li> > <li>Click on any field to edit the contents; Press the <Enter> key to save edit.</li> > <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> > <li>Click the 'Import quotes' button in the toolbar to import a CSV file of quotes.</li> >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 15237
:
45100
|
45102
|
45103
|
45107
|
45160
|
46044