From 9f324020285176a3bef90058046719d11a30bf4c Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Mon, 9 Mar 2015 17:31:12 -0400 Subject: [PATCH] Fix enableDisable dialog size --- templates/CRM/common/enableDisableApi.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/CRM/common/enableDisableApi.tpl b/templates/CRM/common/enableDisableApi.tpl index 2a5fc259a5..0968fd3760 100644 --- a/templates/CRM/common/enableDisableApi.tpl +++ b/templates/CRM/common/enableDisableApi.tpl @@ -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); -- 2.25.1