Changeset 62

Show
Ignore:
Timestamp:
02/01/06 17:02:03
Author:
johnsa
Message:

simple cleanup of admin forms in stylesheet

Files:

Legend:

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

    r61 r62  
    418418    <form  name="peForm" method="post" action="{$modEventAction}"> 
    419419      <table class="eventFormTable"> 
    420         <xsl:variable name="titleClass"> 
    421           <xsl:choose> 
    422             <xsl:when test="/bedeworkadmin/error[id='org.bedework.validation.error.notitle']">validationError</xsl:when> 
    423             <xsl:otherwise>normal</xsl:otherwise> 
    424           </xsl:choose> 
    425         </xsl:variable> 
    426         <tr class="{$titleClass}"> 
     420        <tr> 
    427421          <td class="fieldName"> 
    428422            Title: 
     
    432426          </td> 
    433427        </tr> 
    434  
    435428        <tr> 
    436429          <td class="fieldName"> 
     
    14071400          <th>Description:</th> 
    14081401          <td> 
    1409             <textarea name="calendar.description" width="60" height="20"> 
     1402            <textarea name="calendar.description" cols="40" rows="4"> 
    14101403              <xsl:value-of select="desc"/> 
    14111404            </textarea>