Bugzilla – Attachment 27486 Details for
Bug 12119
Move jeditable jQuery plugin outside of language-specific directory
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[Signed-off] Bug 12119 - Move jeditable jQuery plugin outside of language-specific directory
Signed-off-Bug-12119---Move-jeditable-jQuery-plugi.patch (text/plain), 3.08 KB, created by
Marc Véron
on 2014-04-23 14:05:49 UTC
(
hide
)
Description:
[Signed-off] Bug 12119 - Move jeditable jQuery plugin outside of language-specific directory
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2014-04-23 14:05:49 UTC
Size:
3.08 KB
patch
obsolete
>From 0d1ed6b7814f5f9ff0b87bc1d1326be34295ec19 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 21 Apr 2014 14:42:14 -0400 >Subject: [PATCH] [Signed-off] Bug 12119 - Move jeditable jQuery plugin > outside of language-specific directory >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >This patch moves the jeditable jQuery plugin to >intranet-tmpl/prog/lib/jquery/plugins so that it will not be duplicated >for each set of translated templates. > >To test, apply the patch and confirm that editing quotes works correctly >in the Quote of the Day manager. > >Works as expected. >Signed-off-by: Marc Véron <veron@veron.ch> >--- > .../{prog/en/js => lib/jquery/plugins}/jquery.jeditable.mini.js | 0 > koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt | 2 +- > 3 files changed, 2 insertions(+), 2 deletions(-) > rename koha-tmpl/intranet-tmpl/{prog/en/js => lib/jquery/plugins}/jquery.jeditable.mini.js (100%) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/jquery.jeditable.mini.js b/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.jeditable.mini.js >similarity index 100% >rename from koha-tmpl/intranet-tmpl/prog/en/js/jquery.jeditable.mini.js >rename to koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.jeditable.mini.js >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt >index 49cae8e..8a9de12 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt >@@ -5,7 +5,7 @@ > <link rel="stylesheet" type="text/css" href="[% themelang %]/css/quotes.css" /> > <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" /> > [% INCLUDE 'datatables.inc' %] >- <script type="text/javascript" src="[% themelang %]/js/jquery.jeditable.mini.js"></script> >+ <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.jeditable.mini.js"></script> > <script type="text/javascript"> > //<![CDATA[ > var oTable; //DataTable object >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 fbe0960..f5e5268 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt >@@ -5,7 +5,7 @@ > <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" /> > [% INCLUDE 'datatables.inc' %] > <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/dataTables.fnReloadAjax.js"></script> >- <script type="text/javascript" src="[% themelang %]/js/jquery.jeditable.mini.js"></script> >+ <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.jeditable.mini.js"></script> > <script type="text/javascript"> > //<![CDATA[ > var MSG_ID_HELP = _("Click on the quote's id to select or deselect the quote. Multiple quotes may be selected."); >-- >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 12119
:
27368
|
27486
|
27612