Core.setting.php - Tweak prose for defaultExternUrl, again
authorTim Otten <totten@civicrm.org>
Thu, 14 May 2020 09:44:47 +0000 (02:44 -0700)
committerTim Otten <totten@civicrm.org>
Thu, 14 May 2020 09:44:47 +0000 (02:44 -0700)
settings/Core.setting.php
templates/CRM/Admin/Form/Setting/Url.tpl

index e60ce0a2f913c27b5c2b7647c3f130ef7d25ca2e..114158509dd8235af65b68f0b20a02d003d49d14 100644 (file)
@@ -251,9 +251,10 @@ return [
     ],
     'default' => 'router',
     'add' => '5.27',
-    'title' => ts('Extern URL Style (Transition Support)'),
+    'title' => ts('Extern URL Style'),
     'is_domain' => 1,
     'is_contact' => 0,
+    'description' => ts('This setting provides transitional support. It should be set to "Prefer normal router." If your deployment requires "Prefer standalone script", then please ensure that the issue is tracked in <code>lab.civicrm.org</code>.'),
     'help_text' => NULL,
     'options' => [
       'standalone' => ts('Prefer standalone scripts'),
index ab3cd178b92449b889d1f9d6bbdb4e64e1249d6e..c6df140ff65ed0730365687e01d4bb3322acf1e1 100644 (file)
@@ -82,7 +82,8 @@
             {$form.defaultExternUrl.label} {help id='id-defaultExternUrl'}
         </td>
         <td>
-            {$form.defaultExternUrl.html}
+            {$form.defaultExternUrl.html}<br/>
+            <p class="description font-red">{ts}{$settings_fields.defaultExternUrl.description}{/ts}</p>
         </td>
     </tr>
 </table>