Merge pull request #5943 from eileenmcnaughton/master
[civicrm-core.git] / templates / CRM / common / enableDisableApi.tpl
index 5db3c7418658771c4844addd2b7473702765c44c..31b8236350a765e67afe76a78277402e669a406f 100644 (file)
@@ -1,8 +1,8 @@
 {*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                |
+ | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -64,7 +64,8 @@
           url: CRM.url('civicrm/ajax/statusmsg', {entity: info.entity, id: info.id}),
           title: ts('{/literal}{ts escape="js" 1='%1'}Disable %1{/ts}{literal}', {1: fieldLabel}),
           options: {{/literal}yes: '{ts escape="js"}Yes{/ts}', no: '{ts escape="js"}No{/ts}'{literal}},
-          width: 300
+          width: 300,
+          height: 'auto'
         })
           .on('crmLoad', checkResponse)
           .on('crmConfirm:yes', save);