~porten-deactivatedaccount/eventum/devel

« back to all changes in this revision

Viewing changes to templates/manage/reminders.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:
153
153
                  <b>{t}Project{/t}:</b>
154
154
                </td>
155
155
                <td width="85%" bgcolor="{$light_color}">
156
 
                  <select name="project" class="default" onChange="javascript:populateIssueComboBox(this.form);">
 
156
                  <select name="project" class="default" onChange="populateIssueComboBox(this.form);">
157
157
                    <option value="">{t}Please choose an option{/t}</option>
158
158
                    {html_options options=$project_list selected=$info.rem_prj_id}
159
159
                  </select>