Bugzilla – Attachment 27368 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]
Bug 12119 - Move jeditable jQuery plugin outside of language-specific directory
Bug-12119---Move-jeditable-jQuery-plugin-outside-o.patch (text/plain), 2.90 KB, created by
Owen Leonard
on 2014-04-21 18:46:54 UTC
(
hide
)
Description:
Bug 12119 - Move jeditable jQuery plugin outside of language-specific directory
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2014-04-21 18:46:54 UTC
Size:
2.90 KB
patch
obsolete
>From ad733c762f4157e0d1932a623cf5535356825a6e Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 21 Apr 2014 14:42:14 -0400 >Subject: [PATCH] Bug 12119 - Move jeditable jQuery plugin outside of > language-specific directory >Content-Type: text/plain; charset="utf-8" > >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. >--- > .../jquery/plugins}/jquery.jeditable.mini.js | 0 > .../prog/en/modules/tools/quotes-upload.tt | 2 +- > .../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.9.5
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