Update copyright date in comments
[civicrm-core.git] / tools / templates / CRM / Auction / Form / ItemAccount.tpl
index 9cbd85f8dcb87ac897c501dfdae33038e54f6d0b..d7838151be384fbf0311534aabe3ae1f5b61f2b9 100644 (file)
@@ -1,8 +1,8 @@
 {*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                |
+ | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
 {if $profileDisplay}
 <div class="messages status">
 <dl>
-       <dt><img src="{$config->resourceBase}i/Eyeball.gif" alt="{ts}Profile{/ts}"/></dt>
-       <dd><p><strong>{ts}Profile is not configured with Email address.{/ts}</strong></p></dd>
+    <dt><img src="{$config->resourceBase}i/Eyeball.gif" alt="{ts}Profile{/ts}"/></dt>
+      <dd><p><strong>{ts}Profile is not configured with Email address.{/ts}</strong></p></dd>
 </dl>
 </div>
 {else}
 <div class="form-item">
-{include file="CRM/common/CMSUser.tpl"} 
-{include file="CRM/UF/Form/Block.tpl" fields=$fields} 
-{if $isCaptcha} 
-{include file='CRM/common/ReCAPTCHA.tpl'} 
+{include file="CRM/common/CMSUser.tpl"}
+{include file="CRM/UF/Form/Block.tpl" fields=$fields}
+{if $isCaptcha}
+{include file='CRM/common/ReCAPTCHA.tpl'}
 {/if}
 <dl>
-       <dt></dt>
-       <dd class="html-adjust">{$form.buttons.html}</dd>
+  <dt></dt>
+  <dd class="html-adjust">{$form.buttons.html}</dd>
 </dl>
 </div>
-{/if}
\ No newline at end of file
+{/if}