Changeset 2109

Show
Ignore:
Timestamp:
04/01/09 09:43:05
Author:
johnsa
Message:

admin client: remove unneeded table

Files:

Legend:

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

    r2108 r2109  
    883883    </p> 
    884884 
    885     <form name="calForm" method="post" action="{$event-initUpdateEvent}"> 
    886       <table> 
    887         <tr> 
    888           <td style="padding-right: 1em;">Show:</td> 
    889           <td> 
    890             <xsl:copy-of select="/bedework/formElements/form/listAllSwitchFalse/*"/> 
    891             Active 
    892           </td> 
    893           <td> 
    894             <xsl:copy-of select="/bedework/formElements/form/listAllSwitchTrue/*"/> 
    895             All 
    896           </td> 
    897         </tr> 
    898       </table> 
     885    <form name="calForm" id="bwManageEventListControls" method="post" action="{$event-initUpdateEvent}"> 
     886      Show: 
     887      <xsl:copy-of select="/bedework/formElements/form/listAllSwitchFalse/*"/> 
     888      Active 
     889      <xsl:copy-of select="/bedework/formElements/form/listAllSwitchTrue/*"/> 
     890      All 
    899891    </form> 
    900892