Index: openacs-4/www/index.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/www/Attic/index.adp,v
diff -u -r1.18 -r1.19
--- openacs-4/www/index.adp	12 Sep 2003 09:15:30 -0000	1.18
+++ openacs-4/www/index.adp	16 Sep 2003 13:11:03 -0000	1.19
@@ -1,6 +1,6 @@
 <master>
 <property name="title">@system_name;noquote@</property>
-<if @user_id@ eq 0><property name="focus">login.username</property></if>
+<if @user_id@ eq 0><property name="focus">@focus@</property></if>
 
 <table cellspacing="4" cellpadding="4" border="0">
   <tr>
Index: openacs-4/www/index.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/www/Attic/index.tcl,v
diff -u -r1.7 -r1.8
--- openacs-4/www/index.tcl	4 Sep 2003 07:48:39 -0000	1.7
+++ openacs-4/www/index.tcl	16 Sep 2003 13:11:03 -0000	1.8
@@ -47,4 +47,4 @@
 
 set acs_root_dir [acs_root_dir]
 
-ad_return_template
+set focus [auth::get_login_focus]