From fd10dc8d9c8e93c4f116ebb77c15591c11d7e40e Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 22 Dec 2015 16:10:56 -0500 Subject: [PATCH] Update icons --- css/contactSummary.css | 2 +- templates/CRM/Contact/Page/Inline/Address.tpl | 2 +- templates/CRM/Contact/Page/Inline/CommunicationPreferences.tpl | 2 +- templates/CRM/Contact/Page/Inline/ContactInfo.tpl | 2 +- templates/CRM/Contact/Page/Inline/ContactName.tpl | 2 +- templates/CRM/Contact/Page/Inline/Demographics.tpl | 2 +- templates/CRM/Contact/Page/Inline/Email.tpl | 2 +- templates/CRM/Contact/Page/Inline/IM.tpl | 2 +- templates/CRM/Contact/Page/Inline/OpenID.tpl | 2 +- templates/CRM/Contact/Page/Inline/Phone.tpl | 2 +- templates/CRM/Contact/Page/Inline/Website.tpl | 2 +- templates/CRM/Contact/Page/View/CustomDataFieldView.tpl | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/css/contactSummary.css b/css/contactSummary.css index bcd8a7e854..0c248d78bf 100644 --- a/css/contactSummary.css +++ b/css/contactSummary.css @@ -48,7 +48,7 @@ div#crm-contact-thumbnail { right: 0; top: 0; opacity: .8; - padding: .4em; + padding: .4em .9em; border-bottom-left-radius: 1em; } diff --git a/templates/CRM/Contact/Page/Inline/Address.tpl b/templates/CRM/Contact/Page/Inline/Address.tpl index 5e1550b290..879115b914 100644 --- a/templates/CRM/Contact/Page/Inline/Address.tpl +++ b/templates/CRM/Contact/Page/Inline/Address.tpl @@ -28,7 +28,7 @@
{if $permission EQ 'edit'}
- {if $add}{ts}Edit address{/ts}{else}{ts}Add address{/ts}{/if} + {if $add}{ts}Edit address{/ts}{else}{ts}Add address{/ts}{/if}
{/if} {if $add } diff --git a/templates/CRM/Contact/Page/Inline/CommunicationPreferences.tpl b/templates/CRM/Contact/Page/Inline/CommunicationPreferences.tpl index 20d442c606..f7abcf1f18 100644 --- a/templates/CRM/Contact/Page/Inline/CommunicationPreferences.tpl +++ b/templates/CRM/Contact/Page/Inline/CommunicationPreferences.tpl @@ -28,7 +28,7 @@
{if $permission EQ 'edit'}
- {ts}Edit communication preferences{/ts} + {ts}Edit communication preferences{/ts}
{/if}
diff --git a/templates/CRM/Contact/Page/Inline/ContactInfo.tpl b/templates/CRM/Contact/Page/Inline/ContactInfo.tpl index 328574e788..a4f17f59de 100644 --- a/templates/CRM/Contact/Page/Inline/ContactInfo.tpl +++ b/templates/CRM/Contact/Page/Inline/ContactInfo.tpl @@ -27,7 +27,7 @@
{if $permission EQ 'edit'}
- {ts}Edit info{/ts} + {ts}Edit info{/ts}
{/if} diff --git a/templates/CRM/Contact/Page/Inline/ContactName.tpl b/templates/CRM/Contact/Page/Inline/ContactName.tpl index 50f1673231..9296f50fee 100644 --- a/templates/CRM/Contact/Page/Inline/ContactName.tpl +++ b/templates/CRM/Contact/Page/Inline/ContactName.tpl @@ -27,7 +27,7 @@
{if $permission EQ 'edit'}
- {ts}Edit name{/ts} + {ts}Edit name{/ts}
{/if} diff --git a/templates/CRM/Contact/Page/Inline/Demographics.tpl b/templates/CRM/Contact/Page/Inline/Demographics.tpl index 5b2d0a912d..5456926aea 100644 --- a/templates/CRM/Contact/Page/Inline/Demographics.tpl +++ b/templates/CRM/Contact/Page/Inline/Demographics.tpl @@ -27,7 +27,7 @@
{if $permission EQ 'edit'}
- {ts}Edit demographics{/ts} + {ts}Edit demographics{/ts}
{/if}
diff --git a/templates/CRM/Contact/Page/Inline/Email.tpl b/templates/CRM/Contact/Page/Inline/Email.tpl index b85f124502..a8d9908a61 100644 --- a/templates/CRM/Contact/Page/Inline/Email.tpl +++ b/templates/CRM/Contact/Page/Inline/Email.tpl @@ -28,7 +28,7 @@
{if $permission EQ 'edit'}
- {if empty($email)}{ts}Add email{/ts}{else}{ts}Add or edit email{/ts}{/if} + {if empty($email)}{ts}Add email{/ts}{else}{ts}Add or edit email{/ts}{/if}
{/if} {if empty($email)} diff --git a/templates/CRM/Contact/Page/Inline/IM.tpl b/templates/CRM/Contact/Page/Inline/IM.tpl index fde436296c..09c6834568 100644 --- a/templates/CRM/Contact/Page/Inline/IM.tpl +++ b/templates/CRM/Contact/Page/Inline/IM.tpl @@ -28,7 +28,7 @@
{if $permission EQ 'edit'}
- {if empty($im)}{ts}Add IM{/ts}{else}{ts}Add or edit IM{/ts}{/if} + {if empty($im)}{ts}Add IM{/ts}{else}{ts}Add or edit IM{/ts}{/if}
{/if} {if empty($im)} diff --git a/templates/CRM/Contact/Page/Inline/OpenID.tpl b/templates/CRM/Contact/Page/Inline/OpenID.tpl index 35ec221d63..7a7c818a13 100644 --- a/templates/CRM/Contact/Page/Inline/OpenID.tpl +++ b/templates/CRM/Contact/Page/Inline/OpenID.tpl @@ -28,7 +28,7 @@
{if $permission EQ 'edit'}
- {if empty($openid)}{ts}Add OpenID{/ts}{else}{ts}Add or edit OpenID{/ts}{/if} + {if empty($openid)}{ts}Add OpenID{/ts}{else}{ts}Add or edit OpenID{/ts}{/if}
{/if} {if empty($openid)} diff --git a/templates/CRM/Contact/Page/Inline/Phone.tpl b/templates/CRM/Contact/Page/Inline/Phone.tpl index 4eba62d908..87e72a744d 100644 --- a/templates/CRM/Contact/Page/Inline/Phone.tpl +++ b/templates/CRM/Contact/Page/Inline/Phone.tpl @@ -28,7 +28,7 @@
{if $permission EQ 'edit'}
- {if empty($phone)}{ts}Add phone{/ts}{else}{ts}Add or edit phone{/ts}{/if} + {if empty($phone)}{ts}Add phone{/ts}{else}{ts}Add or edit phone{/ts}{/if}
{/if} {if empty($phone)} diff --git a/templates/CRM/Contact/Page/Inline/Website.tpl b/templates/CRM/Contact/Page/Inline/Website.tpl index fc3bc1e244..e1051ed80e 100644 --- a/templates/CRM/Contact/Page/Inline/Website.tpl +++ b/templates/CRM/Contact/Page/Inline/Website.tpl @@ -28,7 +28,7 @@
{if $permission EQ 'edit'}
- {if empty($website)}{ts}Add website{/ts}{else}{ts}Add or edit website{/ts}{/if} + {if empty($website)}{ts}Add website{/ts}{else}{ts}Add or edit website{/ts}{/if}
{/if} {if empty($website)} diff --git a/templates/CRM/Contact/Page/View/CustomDataFieldView.tpl b/templates/CRM/Contact/Page/View/CustomDataFieldView.tpl index ca61a10832..d7be1a0400 100644 --- a/templates/CRM/Contact/Page/View/CustomDataFieldView.tpl +++ b/templates/CRM/Contact/Page/View/CustomDataFieldView.tpl @@ -27,7 +27,7 @@
{if $permission EQ 'edit'}
- {ts}Edit{/ts} + {ts}Edit{/ts}
{/if} -- 2.25.1