Merge pull request #10988 from jmcclelland/CRM-21194
[civicrm-core.git] / templates / CRM / Form / basicForm.tpl
index cb30a35ba47d766d04bfdaa63e56ab5ee0cf06e0..ab7d258cf3b34113ff25a4c9b8fbaea41194c07c 100644 (file)
@@ -2,7 +2,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2017                                |
+ | Copyright CiviCRM LLC (c) 2004-2018                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
               {else}
                 <td class="label">{$form.$htmlField.label}&nbsp;{if $htmlField eq 'acl_financial_type'}{help id="$htmlField"}{/if}</td>
                 <td>
-                  {if $htmlField eq 'prior_financial_period'}
-                    {include file="CRM/common/jcalendar.tpl" elementName=$htmlField}
-                 {else}
-                     {$form.$htmlField.html}
-                  {/if}
+                  {$form.$htmlField.html}
                   {if $desc}
                     <br /><span class="description">{$desc}</span>
                   {/if}
@@ -55,8 +51,6 @@
             </tr>
           {/if}
         {/foreach}
-       {$form.prior_financial_period_M_hidden.html}
-       {$form.prior_financial_period_d_hidden.html}
       </table>
     {/if}
     <table class="form-layout" id="invoicing_blocks">