Revision: 251
http://svn.sourceforge.net/phpbbreloaded/?rev=251&view=rev
Author: klarinetking
Date: 2006-09-17 20:02:08 -0700 (Sun, 17 Sep 2006)
Log Message:
-----------
Should prevent FireFox (and others) from adding the wrong username to the form automatically.
Modified Paths:
--------------
phpBB Reloaded 2/templates/subC1/admin/user_select_body.tpl
Modified: phpBB Reloaded 2/templates/subC1/admin/user_select_body.tpl
===================================================================
--- phpBB Reloaded 2/templates/subC1/admin/user_select_body.tpl 2006-08-12 15:10:37 UTC (rev 250)
+++ phpBB Reloaded 2/templates/subC1/admin/user_select_body.tpl 2006-09-18 03:02:08 UTC (rev 251)
@@ -3,7 +3,7 @@
<p>{L_USER_EXPLAIN}</p>
-<form method="post" name="post" action="{S_USER_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
+<form method="post" name="post" action="{S_USER_ACTION}" autocomplete="off"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
<tr>
<th class="thHead" align="center">{L_USER_SELECT}</th>
</tr>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|