From: Eileen McNaughton Date: Sun, 22 Jun 2014 23:37:23 +0000 (+1200) Subject: CRM-14850 update tpl file to reflect change in field name for enable setting X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=aa94459829fa6825e178396af9aa8bf6e3d7f40d;p=civicrm-core.git CRM-14850 update tpl file to reflect change in field name for enable setting --- diff --git a/templates/CRM/Admin/Form/Setting/Debugging.tpl b/templates/CRM/Admin/Form/Setting/Debugging.tpl index 8d02148f5a..febf3e4eee 100644 --- a/templates/CRM/Admin/Form/Setting/Debugging.tpl +++ b/templates/CRM/Admin/Form/Setting/Debugging.tpl @@ -30,8 +30,8 @@
{include file="CRM/common/formButtons.tpl" location="top"}
- - + {if $form.userFrameworkLogging}
{$form.debug.label}{$form.debug.html}
+
{$form.debug_enabled.label}{$form.debug_enabled.html}
{ts}Set this value to Yes if you want to use one of CiviCRM's debugging tools. This feature should NOT be enabled for production sites{/ts} {help id='debug'}