~eventum-developers/eventum/trunk

« back to all changes in this revision

Viewing changes to templates/new_form.tpl.html

  • Committer: Bryan Alsdorf
  • Date: 2013-08-23 03:50:34 UTC
  • mto: (4033.1.168 eventum-skysql)
  • mto: This revision was merged to the branch mainline in revision 4660.
  • Revision ID: bryan@montyprogram.com-20130823035034-7f5r3pt1xg0xnnhk
Initial commit of CRM migration

Show diffs side-by-side

added added

removed removed

Lines of Context:
235
235
    {/if}
236
236
    {include file="edit_custom_fields.tpl.html" custom_fields=$custom_fields form_type='report'}
237
237
    {assign var=tabindex value=$tabindex+50}
238
 
    {if $core.has_customer_integration}
239
 
    {include file="$customer_template_path/report_form_fields.tpl.html"}
 
238
    {if $core.has_crm}
 
239
    {include file="`$core.crm_template_path`/report_form_fields.tpl.html"}
240
240
 
241
241
    {* set tab index very high now to account for inputs in customer file *}
242
242
    {assign var="tabindex" value=$tabindex+30}