X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2FCRM%2Fcommon%2FenableDisableApi.tpl;h=31b8236350a765e67afe76a78277402e669a406f;hb=7e179a1d16c36e5121068378030cfef95b75852b;hp=5db3c7418658771c4844addd2b7473702765c44c;hpb=5b281dc6dd58665468e45858725bc252247d7d22;p=civicrm-core.git diff --git a/templates/CRM/common/enableDisableApi.tpl b/templates/CRM/common/enableDisableApi.tpl index 5db3c74186..31b8236350 100644 --- a/templates/CRM/common/enableDisableApi.tpl +++ b/templates/CRM/common/enableDisableApi.tpl @@ -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);