Bugzilla – Attachment 29920 Details for
Bug 12572
Use jQueryUI Accordion to display message transport types
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12572: The first tab should be open by default
Bug-12572-The-first-tab-should-be-open-by-default.patch (text/plain), 1.09 KB, created by
Jonathan Druart
on 2014-07-21 10:21:17 UTC
(
hide
)
Description:
Bug 12572: The first tab should be open by default
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-07-21 10:21:17 UTC
Size:
1.09 KB
patch
obsolete
>From 1bda259ffd1da4bc4932f1ff20269db8233b10e0 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Mon, 21 Jul 2014 12:16:18 +0200 >Subject: [PATCH] Bug 12572: The first tab should be open by default > >To avoid an extra click, the first tab (email) should be open by >default. > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >index 08d3ec5..eaabcc7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >@@ -93,7 +93,7 @@ $(document).ready(function() { > $("#sms_counter").css("color", "black"); > } > }); >- $( "#transport-types" ).accordion({ collapsible: true, active:false, animate: 200 }); >+ $( "#transport-types" ).accordion({ collapsible: true, active: 1, animate: 200 }); > }); > [% IF add_form or copy_form %] > >-- >2.0.0.rc2
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 12572
:
29680
|
29896
|
29919
|
29920