INTEGRATION: CWS rt13 (1.2.8); FILE MERGED

2005/12/07 17:24:00 np 1.2.8.1: #i58717#
This commit is contained in:
Rüdiger Timm 2005-12-14 14:33:20 +00:00
parent cd1a4af826
commit 9175d5b26d

View file

@ -4,9 +4,9 @@
*
* $RCSfile: navibar.cxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: rt $ $Date: 2005-09-07 17:31:45 $
* last change: $Author: rt $ $Date: 2005-12-14 15:33:20 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -330,6 +330,7 @@ NavigationBar::Write( Element & o_rOut,
const_cast< NavigationBar* >(this)->pSubRowsTable = new Table;
o_rOut << pSubRowsTable;
*pSubRowsTable
<< new AnAttribute("class", "navisub")
<< new AnAttribute( "cellpadding", "0" )
<< new AnAttribute( "cellspacing", "3" );