~eventum-developers/eventum/trunk

« back to all changes in this revision

Viewing changes to templates/update_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:
106
106
<div id="colwrap1">
107
107
<div id="colwrap2">
108
108
<div id="column1" class="column">
109
 
    {if $core.has_customer_integration and $issue.iss_customer_id}
 
109
    {if $core.has_crm and $issue.iss_customer_id}
110
110
    <div class="issue_field_display">
111
111
        <div class="background">
112
112
            <div class="label">{t}Customer{/t}</div>
113
 
            <div class="display">{$issue.customer_info.customer_name}
 
113
            <div class="display">{$issue.customer.name}
114
114
                (<a href="#customer_details">{t}Complete Details{/t}</a>)
115
115
            </div>
116
116
        </div>
248
248
 
249
249
<div id="column2" class="column">
250
250
 
251
 
    {if $core.has_customer_integration and $issue.iss_customer_id}
 
251
    {if $core.has_crm and $issue.iss_customer_id}
252
252
    <div class="issue_field_display">
253
253
        <div class="background">
254
254
            <div class="label">{t}Customer Contract{/t}</div>
255
255
            <div class="display">
256
 
                {t}Support Level{/t}: {$issue.customer_info.support_level}
 
256
                {t}Support Level{/t}: {$issue.contract.support_level}
257
257
                {if $issue.customer_info.support_options|default:''}
258
258
                <br />
259
 
                {t}Support Options{/t}: {$issue.customer_info.support_options}
 
259
                {t}Support Options{/t}: {$issue.contract.options}
260
260
                {/if}
261
 
                {if $issue.customer_info.is_per_incident}
 
261
                {if $issue.contract.is_per_incident}
262
262
                <br />
263
263
                {t}Redeemed Incident Types{/t}:
264
264
                {strip}
438
438
<input type="hidden" name="trigger_reminders" value="{$issue.iss_trigger_reminders}">
439
439
{/if}
440
440
 
441
 
{if $core.has_customer_integration}
442
 
{include file="$customer_template_path/update_report_form_fields.tpl.html"}
 
441
{if $core.has_crm}
 
442
{include file="`$core.crm_template_path`/update_report_form_fields.tpl.html"}
443
443
{/if}
444
444
 
445
445
{if $core.current_role > $core.roles.reporter}