Author: weaverryan
Date: 2010-01-24 17:11:02 +0100 (Sun, 24 Jan 2010)
New Revision: 27131

Modified:
   
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/modules/sympal_admin/templates/signinSuccess.php
Log:
[1.4][sfSympalPlugin][1.0] Using jQuery to focus the username box on the login 
page


Modified: 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/modules/sympal_admin/templates/signinSuccess.php
===================================================================
--- 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/modules/sympal_admin/templates/signinSuccess.php
       2010-01-24 15:21:18 UTC (rev 27130)
+++ 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/modules/sympal_admin/templates/signinSuccess.php
       2010-01-24 16:11:02 UTC (rev 27131)
@@ -17,4 +17,10 @@
       </tfoot>
     </table>
   </form>
-</div>
\ No newline at end of file
+</div>
+
+<script type="text/javascript">
+  $(document).ready(function(){
+    $('#signin_username').focus();
+  });
+</script>
\ No newline at end of file

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to