{* +--------------------------------------------------------------------+ | CiviCRM version 4.5 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2014 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | | CiviCRM is free software; you can copy, modify, and distribute it | | under the terms of the GNU Affero General Public License | | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. | | | | CiviCRM is distributed in the hope that it will be useful, but | | WITHOUT ANY WARRANTY; without even the implied warranty of | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | | See the GNU Affero General Public License for more details. | | | | You should have received a copy of the GNU Affero General Public | | License and the CiviCRM Licensing Exception along | | with this program; if not, contact CiviCRM LLC | | at info[AT]civicrm[DOT]org. If you have questions about the | | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ *} {* this template is used for viewing and editing Domain information (for system-generated emails CiviMail-related values) *}
{if !($action eq 4)}
{include file="CRM/common/formButtons.tpl" location="top"}
{/if}
{$form.name.label}{help id="domain-name"}
{$form.name.html}
{ts}The name of the organization or entity which owns this CiviCRM site or domain. This is the default organization contact record.{/ts}
{$form.description.label}
{$form.description.html}
{ts}Optional description of this domain (useful for sites with multiple domains).{/ts}

{ts}System-generated Mail Settings{/ts}

{$form.email_name.label} {help id="from-name"}
{$form.email_name.html}
{$form.email_address.label} {help id="from-email"}
{$form.email_address.html}
(info@example.org)

{ts}Default Organization Address{/ts}

{ts 1={domain.address}}CiviMail mailings must include the sending organization's address. This is done by putting the %1 token in either the body or footer of the mailing. This token may also be used in regular 'Send Email to Contacts' messages and in other Message Templates. The token is replaced by the address entered below when the message is sent.{/ts}
{include file="CRM/Contact/Form/Edit/Address.tpl"}

{ts}Organization Contact Information{/ts}

{ts}You can also include general email and/or phone contact information in mailings.{/ts} {help id="additional-contact"}
{* Display the email block *} {include file="CRM/Contact/Form/Edit/Email.tpl"} {* Display the phone block *} {include file="CRM/Contact/Form/Edit/Phone.tpl"}
{if ($action eq 4)} {/if} {if !($action eq 4)}
{include file="CRM/common/formButtons.tpl" location="bottom"}
{/if}
{* phone_2 a email_2 only included in form if CiviMail enabled. *} {if array_search('CiviMail', $config->enableComponents)} {/if}