drupal-civicrm/sites/all/modules/civicrm/templates/CRM/common/crmeditable.tpl

10 lines
264 B
Smarty
Raw Normal View History

2018-01-14 15:10:16 +02:00
{* @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}