From 517184fa8248f082cb0b428fd84570c1b27972bf Mon Sep 17 00:00:00 2001 From: Pratik Joshi Date: Wed, 26 Jun 2013 20:11:31 +0530 Subject: [PATCH] CRM-12942#comment-51519 fix --- CRM/Custom/Form/Group.php | 3 +- templates/CRM/Custom/Form/Group.tpl | 63 +++++++++++++++-------------- 2 files changed, 33 insertions(+), 33 deletions(-) diff --git a/CRM/Custom/Form/Group.php b/CRM/Custom/Form/Group.php index 08ffd1d121..912e64da33 100644 --- a/CRM/Custom/Form/Group.php +++ b/CRM/Custom/Form/Group.php @@ -288,9 +288,8 @@ class CRM_Custom_Form_Group extends CRM_Core_Form { 'extends', ts('Used For'), array( - 'onClick' => 'showHideStyle();', 'name' => 'extends[0]', - 'style' => 'vertical-align: top;', + 'style' => 'vertical-align: top;' ), TRUE ); diff --git a/templates/CRM/Custom/Form/Group.tpl b/templates/CRM/Custom/Form/Group.tpl index 505baf7985..7ef18246df 100644 --- a/templates/CRM/Custom/Form/Group.tpl +++ b/templates/CRM/Custom/Form/Group.tpl @@ -87,49 +87,50 @@