~porten-deactivatedaccount/eventum/devel

« back to all changes in this revision

Viewing changes to templates/update_form.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:
294
294
            {else}
295
295
            <input type="hidden" name="keep_assignments" value="no">
296
296
            {/if}
297
 
            <select size="{if $issue.has_inactive_users}3{else}4{/if}" multiple class="default" name="assignments[]" onChange="javascript:showSelections('update_form', 'assignments[]');">
 
297
            <select size="{if $issue.has_inactive_users}3{else}4{/if}" multiple class="default" name="assignments[]" onChange="showSelections('update_form', 'assignments[]');">
298
298
              {if $issue.has_inactive_users}
299
299
              {html_options options=$users}
300
300
              {else}