Bugzilla – Attachment 10160 Details for
Bug 8117
Divide budget periods into two tabs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8117: Followup: FIX compatibility for the new version of jQuery tabs
Bug-8117-Followup-FIX-compatibility-for-the-new-ve.patch (text/plain), 1.37 KB, created by
Jonathan Druart
on 2012-06-11 09:13:29 UTC
(
hide
)
Description:
Bug 8117: Followup: FIX compatibility for the new version of jQuery tabs
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2012-06-11 09:13:29 UTC
Size:
1.37 KB
patch
obsolete
>From 06f453245a15be1e94aee89b1706a87c4007918a Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Mon, 11 Jun 2012 11:12:53 +0200 >Subject: [PATCH] Bug 8117: Followup: FIX compatibility for the new version of > jQuery tabs > >--- > .../prog/en/modules/admin/aqbudgetperiods.tt | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt >index 696b5d6..5fe3466 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt >@@ -79,7 +79,7 @@ > dt_add_type_uk_date(); > [% END %] > $(document).ready(function() { >- var tabs = $('#budgetsTabs > ul').tabs(); >+ var tabs = $('#budgetsTabs').tabs(); > [% IF ( tab ) %] > tabs.tabs('select', [% tab %]); > [% END %] >@@ -359,8 +359,8 @@ > > <div id="budgetsTabs" class="toptabs"> > <ul> >- <li><a href="/cgi-bin/koha/admin/aqbudgetperiods.pl#active">Active Budgets</a></li> >- <li><a href="/cgi-bin/koha/admin/aqbudgetperiods.pl#inactive">Inactive Budgets</a></li> >+ <li><a href="#active">Active Budgets</a></li> >+ <li><a href="#inactive">Inactive Budgets</a></li> > </ul> > > <div id="active"> >-- >1.7.7.3
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 8117
:
9634
|
9635
|
10138
|
10160
|
10161
|
10178
|
10179
|
10180
|
10231
|
10235
|
11047
|
11052
|
11325
|
13713
|
13727
|
13821