INTEGRATION: CWS rt13 (1.3.8); FILE MERGED

2005/12/07 17:23:59 np 1.3.8.1: #i58717#
This commit is contained in:
Rüdiger Timm 2005-12-14 14:33:06 +00:00
parent d6f678e5b3
commit cd1a4af826

View file

@ -4,9 +4,9 @@
*
* $RCSfile: nav_main.cxx,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: rt $ $Date: 2005-09-07 17:31:05 $
* last change: $Author: rt $ $Date: 2005-12-14 15:33:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -318,6 +318,7 @@ MainRow::Write2( csi::xml::Element & o_rOut ) const
Table * pTable = new Table;
o_rOut
>> *pTable
<< new AnAttribute( "class", "navimain" )
<< new AnAttribute( "border", "0" )
<< new AnAttribute( "cellpadding", "1" )
<< new AnAttribute( "cellspacing", "0" );