Skip to content

Commit

Permalink
Merge branch '4.2/autocomplete-forward' into 4.2-trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
jibsheet committed May 6, 2014
2 parents 5f3f6d8 + 7d100f1 commit ae47fb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions share/html/Ticket/Forward.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@
<td><input name="Subject" size="60" value="<% $ARGS{'Subject'} || $subject %>" /></td></tr>

<tr><td align="right"><&|/l&>To</&>:</td>
<td><input name="To" size="60" value="<% $ARGS{'To'} || '' %>" /></td></tr>
<td><& /Elements/EmailInput, Name => "To", AutocompleteMultiple => 1, Default => $ARGS{'To'} &></td></tr>

<tr><td align="right"><&|/l&>Cc</&>:</td>
<td><input name="Cc" size="60" value="<% $ARGS{'Cc'} || '' %>" /></td></tr>
<td><& /Elements/EmailInput, Name => "Cc", AutocompleteMultiple => 1, Default => $ARGS{'Cc'} &></td></tr>

<tr><td align="right"><&|/l&>Bcc</&>:</td>
<td><input name="Bcc" size="60" value="<% $ARGS{'Bcc'} || '' %>" /></td></tr>
<td><& /Elements/EmailInput, Name => "Bcc", AutocompleteMultiple => 1, Default => $ARGS{'Bcc'} &></td></tr>

<tr>
<td><&|/l&>Content</&>:</td>
Expand Down

0 comments on commit ae47fb4

Please sign in to comment.