drupal-civicrm/sites/all/modules/civicrm/templates/CRM/common/crmeditable.tpl
2018-01-14 13:10:16 +00:00

10 lines
264 B
Smarty

{* @deprecated *}
<script>
{literal}
CRM.$(function($) {
CRM.console('warn', 'Warning: A CiviCRM extension is attempting to use the deprecated crmeditable.tpl. The extension needs to be updated to remove references to this template.');
});
</script>
{/literal}