CRM-14850 update tpl file to reflect change in field name for enable setting
authorEileen McNaughton <eileen@fuzion.co.nz>
Sun, 22 Jun 2014 23:37:23 +0000 (11:37 +1200)
committerEileen McNaughton <eileen@fuzion.co.nz>
Sun, 22 Jun 2014 23:37:23 +0000 (11:37 +1200)
templates/CRM/Admin/Form/Setting/Debugging.tpl

index 8d02148f5a58879ac500539120db19c3d2ec63d8..febf3e4eee8ae323189970a687d34b0ff0314131 100644 (file)
@@ -30,8 +30,8 @@
 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
          <table class="form-layout">
             <tr class="crm-debugging-form-block-debug">
-                <td class="label">{$form.debug.label}</td>
-                <td>{$form.debug.html}<br />
+                <td class="label">{$form.debug_enabled.label}</td>
+                <td>{$form.debug_enabled.html}<br />
                 <span class="description">{ts}Set this value to <strong>Yes</strong> if you want to use one of CiviCRM's debugging tools. <strong>This feature should NOT be enabled for production sites</strong>{/ts} {help id='debug'}</span></td>
             </tr>
             {if $form.userFrameworkLogging}