CRM-15928. Rename variable to be more descriptive, update inline docs.
[civicrm-core.git] / templates / CRM / Admin / Form / Setting / Miscellaneous.tpl
index 234f6a95369366ef6491cb7fcf9e98e5b23ec7c1..9c886b12c3293b48463ec846f6c11d12d3df0a43 100644 (file)
             <td>{$form.recentItemsProviders.html}<br />
                 <span class="description">{$recentItemsProviders_description}</span></td>
         </tr>
-        <tr class="crm-miscellaneous-form-block-allow_profile_html_snippet">
-          <td class="label">{$form.allow_profile_html_snippet.label}</td>
-          <td>{$form.allow_profile_html_snippet.html}<br />
-            <p class="description">{ts}If enabled, CiviCRM will allow users to submit profiles using HTML snippets.{/ts}</p>
+        <tr class="crm-miscellaneous-form-block-remote_profile_submissions_allowed">
+          <td class="label">{$form.remote_profile_submissions_allowed.label}</td>
+          <td>{$form.remote_profile_submissions_allowed.html}<br />
+            <p class="description">{ts}If enabled, CiviCRM will allow users to submit profiles from external sites. This is disabled by default to limit abuse.{/ts}</p>
           </td>
         </tr>