diff --git a/templates/CRM/Admin/Form/Setting/Date.tpl b/templates/CRM/Admin/Form/Setting/Date.tpl index 5e5c6000cab2..7eef5127cad1 100644 --- a/templates/CRM/Admin/Form/Setting/Date.tpl +++ b/templates/CRM/Admin/Form/Setting/Date.tpl @@ -23,11 +23,11 @@ | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ *} -
{capture assign=crmURL}{crmURL p='civicrm/admin/setting/preferences/date' q='action=reset=1'}{/capture} {ts 1=$crmURL}Use this screen to configure default formats for date display and date input fields throughout your site. Settings use standard POSIX specifiers. New installations are preconfigured with standard United States formats. You can override this default setting and define the range of allowed dates for specific field types at Administer > Customize Data and Screens > Date Preferences{/ts} {help id='date-format'}
+
{include file="CRM/common/formButtons.tpl" location="top"}
{ts}Date Display{/ts} diff --git a/templates/CRM/Admin/Form/Setting/Localization.tpl b/templates/CRM/Admin/Form/Setting/Localization.tpl index 3a3e2564d9a7..7089c61f2460 100644 --- a/templates/CRM/Admin/Form/Setting/Localization.tpl +++ b/templates/CRM/Admin/Form/Setting/Localization.tpl @@ -23,11 +23,11 @@ | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ *} +
+ {ts}Configure CiviCRM for your country and language.{/ts} + {docURL page="i18n Administrator's Guide: Using CiviCRM in your own language" resource="wiki"} +
-
- {ts}Configure CiviCRM for your country and language.{/ts} - {docURL page="i18n Administrator's Guide: Using CiviCRM in your own language" resource="wiki"} -
{include file="CRM/common/formButtons.tpl" location="top"}

{ts}Language and Currency{/ts}

@@ -123,19 +123,19 @@ + {$warning} {elseif $form.makeMultilingual} + {$warning} {else} + {$warning} {/if}
{$form.makeSinglelingual.label} {$form.makeSinglelingual.html}
{ts}Check this box and click 'Save' to switch this installation from multi- to single-language.{/ts}

- {$warning}
{$form.makeMultilingual.label} {$form.makeMultilingual.html}
{ts}Check this box and click 'Save' to switch this installation from single- to multi-language, then add further languages.{/ts}

- {$warning}
{ts}In order to use this functionality, the installation's database user must have privileges to create triggers and views (in MySQL 5.0 – and in MySQL 5.1 if binary logging is enabled – this means the SUPER privilege). This install either does not seem to have the required privilege enabled.{/ts} {ts}(Multilingual support currently cannot be enabled on installations with enabled logging.){/ts}

- {$warning}
diff --git a/templates/CRM/Member/Form/MembershipType.tpl b/templates/CRM/Member/Form/MembershipType.tpl index 45c64d9a0b1e..e33b6c8757cd 100644 --- a/templates/CRM/Member/Form/MembershipType.tpl +++ b/templates/CRM/Member/Form/MembershipType.tpl @@ -31,7 +31,7 @@
{ts}WARNING: Deleting this option will result in the loss of all membership records of this type.{/ts} {ts}This may mean the loss of a substantial amount of data, and the action cannot be undone.{/ts} {ts}Do you want to continue?{/ts}
-
{include file="CRM/common/formButtons.tpl"}
+
{include file="CRM/common/formButtons.tpl"}
{else}
{include file="CRM/common/formButtons.tpl" location="top"}