~porten-deactivatedaccount/eventum/devel

« back to all changes in this revision

Viewing changes to templates/manage/projects.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:
145
145
                  <b>{t}Project Lead{/t}: *</b>
146
146
                </td>
147
147
                <td bgcolor="{$light_color}" width="80%">
148
 
                  <select name="lead_usr_id" class="default" onChange="javascript:checkLeadSelection(this.form);">
 
148
                  <select name="lead_usr_id" class="default" onChange="checkLeadSelection(this.form);">
149
149
                    {html_options options=$user_options selected=$info.prj_lead_usr_id}
150
150
                  </select>
151
151
                </td>