Merge pull request #3452 from kenwest/CRM-14812
[civicrm-core.git] / templates / CRM / Admin / Form / ContactType.tpl
index 935c840724cd91a50bf9be16060fa4de643ce221..cce3627d6c94ad1e44b5e9df76963a0d92bab1cb 100644 (file)
@@ -1,8 +1,8 @@
 {*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -41,7 +41,7 @@
         {include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_contact_type' field='label' id= $cid }
       {/if}
       </td>
-           
+
       <td>{$form.label.html}</td>
    </tr>
    <tr class="crm-contact-type-form-block-parent_id">
    <tr class="crm-contact-type-form-block-image_URL">
       <td class="label">{$form.image_URL.label}</td>
       <td>{$form.image_URL.html|crmAddClass:'huge40'}{help id="id-image_URL"}</td>
-   </tr> 
+   </tr>
    <tr class="crm-contact-type-form-block-description">
      <td class="label">{$form.description.label}
      {if $action eq 2}
        {include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_contact_type' field='description' id= $cid}
      {/if}
      </td>
-          
+
      <td>{$form.description.html}</td>
    </tr>
    <tr class="crm-contact-type-form-block-is_active">