Update of /cvsroot/xoops/xoops-current/html/include
In directory usw-pr-cvs1:/tmp/cvs-serv27028
Modified Files:
cp_functions.php
Log Message:
no message
Index: cp_functions.php
===================================================================
RCS file: /cvsroot/xoops/xoops-current/html/include/cp_functions.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** cp_functions.php 18 Sep 2002 11:02:07 -0000 1.3
--- cp_functions.php 21 Sep 2002 06:38:06 -0000 1.4
***************
*** 78,82 ****
<table border='0' cellpadding='0' cellspacing='5' width='100%'><tr><td width='110' valign='top'>
! <table border='0' cellpadding='0' cellspacing='0' valign='top' width='100%'><tr><td class='bg2'><table width='100%' border='0' cellpadding='4' cellspacing='1'>
";
foreach ( $admin_mids as $adm ) {
--- 78,82 ----
<table border='0' cellpadding='0' cellspacing='5' width='100%'><tr><td width='110' valign='top'>
! <table border='0' cellpadding='4' cellspacing='1' width='100%'><tr>
";
foreach ( $admin_mids as $adm ) {
***************
*** 85,90 ****
}
}
! echo "</table></td></tr></table>
! <br /></td><td valign='top' width='100%'>\n";
}
--- 85,90 ----
}
}
! echo "</table>
! <br /></td><td align='center' valign='top' width='98%'>\n";
}
|