Note: this list is kept only as a demonstration for CVSNotice. For the latest CVS notices, see the Xaraya and Postnuke sites
View Statistics - Next Notice - Previous NoticeDirectory filter : [ all ] / postnuke_official / html / includes [ view in CVS ]
Date | Directory [filter] | File(s) [view] | Author [filter] |
05 Aug 2002 03:17:31 | postnuke_official/html/includes | pnHTML.php,1.26.2.3,1.26.2.4 | John Robeson |
added cellpadding and spacing for dracos |
Update of /home/cvsroot/postnuke_official/html/includes In directory ns7.hostnuke.net:/tmp/cvs-serv26110/html/includes Modified Files: Tag: PostNuke_71 pnHTML.php Log Message: added cellpadding and spacing for dracos Index: pnHTML.php =================================================================== RCS file: /home/cvsroot/postnuke_official/html/includes/pnHTML.php,v retrieving revision 1.26.2.3 retrieving revision 1.26.2.4 diff -C2 -d -r1.26.2.3 -r1.26.2.4 *** pnHTML.php 3 Apr 2002 21:06:24 -0000 1.26.2.3 --- pnHTML.php 5 Aug 2002 03:17:29 -0000 1.26.2.4 *************** *** 353,357 **** ob_start(); include 'header.php'; ! print '<table width="100%"><tr><td align="left" valign="top">'; $output = ob_get_contents(); ob_end_clean(); --- 353,357 ---- ob_start(); include 'header.php'; ! print '<table width="100%" border="0" cellpadding="0" cellspacing="0">'; $output = ob_get_contents(); ob_end_clean(); *************** *** 704,712 **** * otherwise null */ ! function TableStart($title='', $headers=array (), $border=0, $width='100%') { // Wrap the user table in our own invisible table to make the title sit properly ! $output = '<table border="0"'.((empty ($width)) ? '' : ' width="'.$width.'"').">\n"; if (!empty ($title)) { --- 704,712 ---- * otherwise null */ ! unction TableStart($title='', $headers=array (), $border=1, $width='100%', $cellpadding=0, $cellspacing=0) { // Wrap the user table in our own invisible table to make the title sit properly ! $output = '<table border="'.$border.'"'.((empty ($width)) ? '' : ' width="'.$width.'"').'cellpadding="'.$cellpadding.'" cellspacing="'.$cellspacing."\">\n"; if (!empty ($title)) {
View Statistics - Next Notice - Previous Notice
Visit Developer Site - Browse CVS Repository |
Syndicate via backend.rss (max. once per hour please) | Powered by CVSNotice 0.1.3 |