~porten-deactivatedaccount/eventum/devel

« back to all changes in this revision

Viewing changes to templates/manage/customer_notes.tpl.html

  • Committer: Elan Ruusamäe
  • Date: 2010-10-07 11:47:17 UTC
  • mto: This revision was merged to the branch mainline in revision 4158.
  • Revision ID: glen@delfi.ee-20101007114717-qnp6kcs6tscs7jmc
- cleanup: omit javascript: in javascript handles (onChange, onMouseOut)

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
              <b>{t}Project{/t}:</b>
71
71
            </td>
72
72
            <td bgcolor="{$light_color}">
73
 
              <select name="project" class="default" onChange="javascript:populateCustomerComboBox(this.form);">
 
73
              <select name="project" class="default" onChange="populateCustomerComboBox(this.form);">
74
74
                <option value="-1">{t}Please choose an option{/t}</option>
75
75
                {html_options options=$project_list selected=$info.cno_prj_id}
76
76
              </select>