Project

General

Profile

« Previous | Next » 

Revision 1696

Added by Jing Tao almost 21 years ago

Make table cellspacing=0 and fixed some bugs.

View differences:

eml-constraint-2.0.0.xsl
35 35
  <!-- This module is for constraint. And it is self contained-->
36 36
  <xsl:template name="constraint">
37 37
     <xsl:param name="constraintfirstColStyle"/>
38
     <table class="tabledefault" width="100%">
38
     <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
39 39
        <xsl:choose>
40 40
         <xsl:when test="references!=''">
41 41
          <xsl:variable name="ref_id" select="references"/>
......
185 185
      <tr><td width="{$firstColWidth}" class="{$constraintfirstColStyle}">
186 186
          &#160;</td>
187 187
          <td width="{$secondColWidth}" class="{$secondColStyle}">
188
           <table width="100%">
188
           <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
189 189
              <tr><td width="{$firstColWidth}" class="{$constraintfirstColStyle}">
190 190
                   <xsl:text>Parent</xsl:text></td>
191 191
                   <td width="{$secondColWidth}" class="{$secondColStyle}">
......
197 197
      <tr><td width="{$firstColWidth}" class="{$constraintfirstColStyle}">
198 198
          &#160;</td>
199 199
          <td width="{$secondColWidth}" class="{$secondColStyle}">
200
           <table width="100%">
200
           <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
201 201
              <tr><td width="{$firstColWidth}" class="{$constraintfirstColStyle}">
202 202
                   <xsl:text>Children</xsl:text></td>
203 203
                   <td width="{$secondColWidth}" class="{$secondColStyle}">

Also available in: Unified diff