[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-132-g7b8bcff
Alex Vandiver
alexmv at bestpractical.com
Fri Jul 9 17:31:06 EDT 2010
The branch, 3.9-trunk has been updated
via 7b8bcff9e419200b0e6f51169cc7c6c4eb1f3704 (commit)
from 192bfd1eb90e68eaaf897c83236c48d4f7341507 (commit)
Summary of changes:
share/html/Elements/EmailInput | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 7b8bcff9e419200b0e6f51169cc7c6c4eb1f3704
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Fri Jul 9 17:32:23 2010 -0400
Give the input an ID -- this fixes the javascript associated with /Ticket/Elements/UpdateCc
diff --git a/share/html/Elements/EmailInput b/share/html/Elements/EmailInput
index 5c7f277..1932ef8 100644
--- a/share/html/Elements/EmailInput
+++ b/share/html/Elements/EmailInput
@@ -45,7 +45,7 @@
%# those contributions and any derivatives thereof.
%#
%# END BPS TAGGED BLOCK }}}
-<input name="<% $Name %>" size="<% $Size %>" value="<% $Default || '' %>" />
+<input id="<% $Name %>" name="<% $Name %>" size="<% $Size %>" value="<% $Default || '' %>" />
<%ARGS>
$Name
$Size => 40
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list