Fix enableDisable dialog size
authorColeman Watts <coleman@civicrm.org>
Mon, 9 Mar 2015 21:31:12 +0000 (17:31 -0400)
committerColeman Watts <coleman@civicrm.org>
Mon, 9 Mar 2015 21:31:12 +0000 (17:31 -0400)
templates/CRM/common/enableDisableApi.tpl

index 2a5fc259a582b1d81faa299e66919959634df529..0968fd3760815d0075fd28e62525173c8b1b648e 100644 (file)
@@ -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);