From: <go...@us...> - 2002-10-11 10:05:22
|
Update of /cvsroot/xoops/xoops-current/html/modules/system/admin/version In directory usw-pr-cvs1:/tmp/cvs-serv9405/html/modules/system/admin/version Modified Files: main.php Log Message: Index: main.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/modules/system/admin/version/main.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** main.php 11 Oct 2002 06:14:25 -0000 1.3 --- main.php 11 Oct 2002 10:05:19 -0000 1.4 *************** *** 45,49 **** echo "</head>\n"; echo "<body onLoad=\"if(window.scroll)onWard()\" onmouseover=\"stop()\" onmouseout=\"if(window.scroll)onWard()\">\n"; ! echo "<div align=\"center\">"; echo "<table width=\"100%\"><tr><td align=\"center\">"; echo "<br /><br /><br /><br /><br />"; --- 45,49 ---- echo "</head>\n"; echo "<body onLoad=\"if(window.scroll)onWard()\" onmouseover=\"stop()\" onmouseout=\"if(window.scroll)onWard()\">\n"; ! echo "<div>"; echo "<table width=\"100%\"><tr><td align=\"center\">"; echo "<br /><br /><br /><br /><br />"; |