~eventum-developers/eventum/trunk

« back to all changes in this revision

Viewing changes to templates/manage/account_managers.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:
91
91
                </th>
92
92
                <td width="80%">
93
93
                  <select name="type">
94
 
                    <option value="primary" {if $info.cam_type == 'primary'}selected{/if}>{t}Primary Technical Account Manager{/t}</option>
95
 
                    <option value="backup" {if $info.cam_type == 'backup'}selected{/if}>{t}Backup Technical Account Manager{/t}</option>
96
 
                    <option value="intpart" {if $info.cam_type == 'intpart'}selected{/if}>{t}Interested Party{/t}</option>
 
94
                    <option value="primary" {if $info.cam_type|default:'' == 'primary'}selected{/if}>{t}Primary Technical Account Manager{/t}</option>
 
95
                    <option value="backup" {if $info.cam_type|default:'' == 'backup'}selected{/if}>{t}Backup Technical Account Manager{/t}</option>
 
96
                    <option value="intpart" {if $info.cam_type|default:'' == 'intpart'}selected{/if}>{t}Interested Party{/t}</option>
97
97
                  </select>
98
98
                </td>
99
99
              </tr>
130
130
                    <input type="checkbox" name="items[]" value="{$list[i].cam_id}">
131
131
                  </td>
132
132
                  <td width="40%">
133
 
                    &nbsp;{$list[i].customer_title}
 
133
                    &nbsp;{$list[i].customer_title|default:''}
134
134
                  </td>
135
135
                  <td width="40%">
136
136
                    &nbsp;<a href="{$smarty.server.PHP_SELF}?cat=edit&id={$list[i].cam_id}" title="{t}update this entry{/t}">{$list[i].usr_full_name|escape:html}</a>