INTEGRATION: CWS rt13 (1.2.8); FILE MERGED

2005/12/07 17:24:02 np 1.2.8.1: #i58717#
This commit is contained in:
Rüdiger Timm 2005-12-14 14:34:58 +00:00
parent cd02759da9
commit 7a57e96c11

View file

@ -4,9 +4,9 @@
*
* $RCSfile: hf_navi_sub.cxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: rt $ $Date: 2005-09-07 18:01:22 $
* last change: $Author: rt $ $Date: 2005-12-14 15:34:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -76,6 +76,7 @@ HF_NaviSubRow::Setup_Row()
pTable = new Html::Table;
CurOut()
>> *pTable
<< new Html::ClassAttr("navisub")
<< new Xml::AnAttribute( "border", "0" )
<< new Xml::AnAttribute( "cellpadding", "0" );
pMyRow = &pTable->AddRow();