cvs: pearweb /include pear-manual.php
[email protected] ("Helgi ?ormar ?orbj?rnsson")
| Newsgroups | php.pear.cvs,php.pear.core |
|---|---|
| Message-ID | <cvsdufuz1209153164@cvsserver> |
dufuz Fri Apr 25 19:52:44 2008 UTC
Modified files:
/pearweb/include pear-manual.php
Log:
lets handle the cell spacing in CSS
adding man-nav-$loc so we can do special CSS for top and bottom navigation
http://cvs.php.net/viewvc.cgi/pearweb/include/pear-manual.php?r1=1.84&r2=1.85&diff_format=u
Index: pearweb/include/pear-manual.php
diff -u pearweb/include/pear-manual.php:1.84 pearweb/include/pear-manual.php:1.85
--- pearweb/include/pear-manual.php:1.84 Sat Jan 12 23:53:38 2008
+++ pearweb/include/pear-manual.php Fri Apr 25 19:52:44 2008
@@ -15,7 +15,7 @@
+----------------------------------------------------------------------+
| Authors: |
+----------------------------------------------------------------------+
- $Id: pear-manual.php,v 1.84 2008/01/12 23:53:38 dufuz Exp $
+ $Id: pear-manual.php,v 1.85 2008/04/25 19:52:44 dufuz Exp $
*/
require_once 'site.php';
@@ -172,7 +172,7 @@
{
global $NEXT, $PREV, $tstamp,$CHARSET;
- echo '<table class="man-nav" cellpadding="0" cellspacing="4">' . "\n";
+ echo '<table class="man-nav" id="man-nav-' . $loc . '" cellpadding="0">' . "\n";
echo ' <tr class="man-nav_prev-next" valign="top">' . "\n";
echo ' <td class="man-nav_prev" align="left">' . "\n ";
if ($PREV[1]) {