From 7a7aae106817c42c4469fccf854973bf0155e54d Mon Sep 17 00:00:00 2001 From: Jon Goldberg Date: Tue, 10 Jul 2018 23:51:16 -0400 Subject: [PATCH] Add buttons to top of address format screen; respect newlines --- templates/CRM/AddressFormat/Page/Address.tpl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/CRM/AddressFormat/Page/Address.tpl b/templates/CRM/AddressFormat/Page/Address.tpl index 9024693..c753090 100644 --- a/templates/CRM/AddressFormat/Page/Address.tpl +++ b/templates/CRM/AddressFormat/Page/Address.tpl @@ -5,6 +5,11 @@

{ts}CiviCRM lets you store multiple postal addFormatress formats, so you can set it to the preferred format of your country{/ts}

+ +
{if $rows}
@@ -21,7 +26,7 @@ {foreach from=$rows item=row} {$row.name} - {$row.format} + {$row.format|nl2br} {$row.action|replace:'xx':$row.id} {/foreach} -- 2.45.2