[Rt-commit] r11905 - rt/branches/3.8-TESTING/html/Widgets/Form

sunnavy at bestpractical.com sunnavy at bestpractical.com
Sun Apr 27 09:00:32 EDT 2008


Author: sunnavy
Date: Sun Apr 27 09:00:31 2008
New Revision: 11905

Modified:
   rt/branches/3.8-TESTING/html/Widgets/Form/String

Log:
added  for string widget so we can have inputs with password type

Modified: rt/branches/3.8-TESTING/html/Widgets/Form/String
==============================================================================
--- rt/branches/3.8-TESTING/html/Widgets/Form/String	(original)
+++ rt/branches/3.8-TESTING/html/Widgets/Form/String	Sun Apr 27 09:00:31 2008
@@ -70,10 +70,11 @@
 </%ARGS>
 
 <%METHOD InputOnly>
-<input type="text" name="<% $Name %>" value="<% $CurrentValue || '' %>" />\
+<input type="<% $Type %>" name="<% $Name %>" value="<% $CurrentValue || '' %>" />\
 <%ARGS>
 $Name
 $CurrentValue => '',
+$Type => 'text'
 </%ARGS>
 </%METHOD>
 


More information about the Rt-commit mailing list