Merge remote-tracking branch 'upstream/4.4' into 4.4-master-2014-07-14-13-42-39
[civicrm-core.git] / templates / CRM / Contact / Form / Task / Label.tpl
1 {*
2 +--------------------------------------------------------------------+
3 | CiviCRM version 4.5 |
4 +--------------------------------------------------------------------+
5 | Copyright CiviCRM LLC (c) 2004-2014 |
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-contact-task-mailing-label-form-block">
27 <div class="messages status no-popup">{include file="CRM/Contact/Form/Task.tpl"}</div>
28 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
29 <table class="form-layout-compressed">
30 <tr class="crm-contact-task-mailing-label-form-block-label_name">
31 <td class="label">{$form.label_name.label}</td>
32 <td>{$form.label_name.html} {help id="id-select-label" file="CRM/Contact/Form/Task/Label.hlp"}</td>
33 </tr>
34 <tr class="crm-contact-task-mailing-label-form-block-location_type_id">
35 <td class="label">{$form.location_type_id.label}</td>
36 <td>{$form.location_type_id.html}</td>
37 </tr>
38 <tr class="crm-contact-task-mailing-label-form-block-do_not_mail">
39 <td></td> <td>{$form.do_not_mail.html} {$form.do_not_mail.label}</td>
40 </tr>
41 <tr class="crm-contact-task-mailing-label-form-block-merge_same_address">
42 <td></td><td>{$form.merge_same_address.html} {$form.merge_same_address.label}</td>
43 </tr>
44 <tr class="crm-contact-task-mailing-label-form-block-merge_same_household">
45 <td></td><td>{$form.merge_same_household.html} {$form.merge_same_household.label}</td>
46 </tr>
47 </table>
48 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
49 </div>