Changeset 555

Show
Ignore:
Timestamp:
06/08/06 15:16:00
Author:
johnsa
Message:

user client subscription style displayed in sub listing

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl

    r554 r555  
    32403240      </tr> 
    32413241      <xsl:for-each select="subscription"> 
    3242         <!--<xsl:sort select="name" order="ascending" case-order="upper-first"/>--
     3242        <xsl:variable name="style" select="style"/
    32433243        <tr> 
    32443244          <td> 
     
    32513251            <xsl:value-of select="uri"/> 
    32523252          </td> 
    3253           <td
     3253          <td class="{$style}"
    32543254            <xsl:value-of select="style"/> 
    32553255          </td>