[Rt-commit] rt branch, 4.0/forbid-autocomplete-messagebox, updated. rt-4.0.0rc6-71-g4eb2694

? sunnavy sunnavy at bestpractical.com
Fri Mar 4 00:10:42 EST 2011


The branch, 4.0/forbid-autocomplete-messagebox has been updated
       via  4eb2694a8900af51977e8400e12d31c94ccb3cac (commit)
      from  01b89391ecb9ae2c65ffca99cfa25f9299ca59fc (commit)

Summary of changes:
 share/html/Elements/MessageBox |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 4eb2694a8900af51977e8400e12d31c94ccb3cac
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Fri Mar 4 13:07:27 2011 +0800

    noautocomplete for messagebox, see #16746

diff --git a/share/html/Elements/MessageBox b/share/html/Elements/MessageBox
index 1b874da..cd009db 100755
--- a/share/html/Elements/MessageBox
+++ b/share/html/Elements/MessageBox
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %#
 %# END BPS TAGGED BLOCK }}}
-<textarea class="messagebox" <% $cols |n %> rows="<% $Height %>" <% $wrap_type |n %> name="<% $Name %>" id="<% $Name %>">\
+<textarea autocomplete="off" class="messagebox" <% $cols |n %> rows="<% $Height %>" <% $wrap_type |n %> name="<% $Name %>" id="<% $Name %>">\
 % $m->comp('/Articles/Elements/IncludeArticle', %ARGS);
 % $m->callback( %ARGS, SignatureRef => \$signature );
 <% $Default || '' %><% $message %><% $signature %></textarea>

-----------------------------------------------------------------------


More information about the Rt-commit mailing list