fix year in headers
[civicrm-core.git] / templates / CRM / Admin / Form / Preferences / Address.tpl
CommitLineData
6a488035
TO
1{*
2 +--------------------------------------------------------------------+
2c4c49ca 3 | CiviCRM version 4.7 |
6a488035 4 +--------------------------------------------------------------------+
2a73d3b0 5 | Copyright CiviCRM LLC (c) 2004-2017 |
6a488035
TO
6 +--------------------------------------------------------------------+
7 | This file is a part of CiviCRM. |
8 | |
9 | CiviCRM is free software; you can copy, modify, and distribute it |
10 | under the terms of the GNU Affero General Public License |
11 | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. |
12 | |
13 | CiviCRM is distributed in the hope that it will be useful, but |
14 | WITHOUT ANY WARRANTY; without even the implied warranty of |
15 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
16 | See the GNU Affero General Public License for more details. |
17 | |
18 | You should have received a copy of the GNU Affero General Public |
19 | License and the CiviCRM Licensing Exception along |
20 | with this program; if not, contact CiviCRM LLC |
21 | at info[AT]civicrm[DOT]org. If you have questions about the |
22 | GNU Affero General Public License or the licensing of CiviCRM, |
23 | see the CiviCRM license FAQ at http://civicrm.org/licensing |
24 +--------------------------------------------------------------------+
25*}
26<div class="crm-block crm-form-block crm-preferences-address-form-block">
27<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
28 <h3>{ts}Mailing Labels{/ts}</h3>
29 <table class="form-layout">
30 <tr class="crm-preferences-address-form-block-mailing_format">
31 <td class="label">{$form.mailing_format.label}<br />{help id='label-tokens'}</td>
32 <td>
ac0a3db5
CW
33 <div class="helpIcon" id="helphtml">
34 <input class="crm-token-selector big" data-field="mailing_format" />
35 {help id="id-token-text" tplFile=$tplFile file="CRM/Contact/Form/Task/Email.hlp"}
36 </div>
6a488035
TO
37 {$form.mailing_format.html|crmAddClass:huge12}<br />
38 <span class="description">{ts}Content and format for mailing labels.{/ts}</span>
39 </td>
40 </tr>
04c56532
SL
41 <tr class="crm-preferences-address-form-block-hideCountryMailingLabels">
42 <td class="label">{$form.hideCountryMailingLabels.label}
43 <td>{$form.hideCountryMailingLabels.html}
44 </td>
45 </tr>
46
6a488035
TO
47 </table>
48
49 <h3>{ts}Address Display{/ts}</h3>
50 <table class="form-layout">
51 <tr class="crm-preferences-address-form-block-address_format">
52 <td class="label">{$form.address_format.label}<br />{help id='address-tokens'}</td>
2af9ce22 53 <td>
54 <div class="helpIcon" id="helphtml">
55 <input class="crm-token-selector big" data-field="address_format" />
56 {help id="id-token-text" tplFile=$tplFile file="CRM/Contact/Form/Task/Email.hlp"}
57 </div>
58 {$form.address_format.html|crmAddClass:huge12}<br />
59 <span class="description">{ts}Format for displaying addresses in the Contact Summary and Event Information screens.{/ts}<br />{ts 1=&#123;contact.state_province&#125; 2=&#123;contact.state_province_name&#125;}Use %1 for state/province abbreviation or %2 for state province name.{/ts}</span>
6a488035
TO
60 </td>
61 </tr>
62 </table>
63
64 <h3>{ts}Address Editing{/ts}</h3>
65 <table class="form-layout">
66 <tr class="crm-preferences-address-form-block-address_options">
67 <td class="label">{$form.address_options.label}
68 <td>{$form.address_options.html}<br />
69 <span class="description">{ts}Select the fields to be included when editing a contact or event address.{/ts}</span>
70 </td>
71 </tr>
72 </table>
73
74 <h3>{ts}Address Standardization{/ts}</h3>
75 <table class="form-layout">
76 <tr class="crm-preferences-address-form-block-description">
77 <td colspan="2">
78 <span class="description">
547a6e74 79 {ts 1=https://www.usps.com/business/web-tools-apis/welcome.htm}CiviCRM includes an optional plugin for interfacing with the United States Postal Services (USPS) Address Standardization web service. You must register to use the USPS service at <a href='%1' target='_blank'>%1</a>. If you are approved, they will provide you with a User ID and the URL for the service.{/ts}
6a488035
TO
80 {ts}Plugins for other address standardization services may be available from 3rd party developers. If installed, they will be included in the drop-down below.{/ts}
81 </span>
82 </td>
83 </tr>
84 <tr class="crm-preferences-address-form-block-address_standardization_provider">
85 <td class="label">{$form.address_standardization_provider.label}</td>
86 <td>{$form.address_standardization_provider.html}<br />
87 <span class="description">{ts}Address Standardization Provider.{/ts}</span>
88 </td>
89 </tr>
90 <tr class="crm-preferences-address-form-block-address_standardization_userid">
91 <td class="label">{$form.address_standardization_userid.label}
92 <td>{$form.address_standardization_userid.html}<br />
93 <span class="description">{ts}Web service user ID.{/ts}</span>
94 </td>
95 </tr>
96 <tr class="crm-preferences-address-form-block-address_standardization_url">
97 <td class="label">{$form.address_standardization_url.label}
98 <td>{$form.address_standardization_url.html}<br />
fc3f8a5c 99 <span class="description">{ts}Web Service URL{/ts}</span>
6a488035
TO
100 </td>
101 </tr>
102 </table>
103<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
104</div>
105{include file="CRM/Mailing/Form/InsertTokens.tpl"}