You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2003/08/15 17:05:49 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/xslt/scheduler scheduler-page.xsl

andreas     2003/08/15 08:05:49

  Modified:    src/webapp/lenya/xslt/scheduler scheduler-page.xsl
  Log:
  using Lenya CSS
  
  Revision  Changes    Path
  1.7       +4 -2      cocoon-lenya/src/webapp/lenya/xslt/scheduler/scheduler-page.xsl
  
  Index: scheduler-page.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/xslt/scheduler/scheduler-page.xsl,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- scheduler-page.xsl	23 Jul 2003 13:21:19 -0000	1.6
  +++ scheduler-page.xsl	15 Aug 2003 15:05:49 -0000	1.7
  @@ -28,7 +28,8 @@
   
   <!-- navigation menu -->
   <xsl:template name="navigation-menu">
  -  <div class="menu">
  +  <div class="lenya-box">
  +  	<div class="lenya-box-title">
       <xsl:variable name="menu-separator" select="'&#160;&#160;|&#160;&#160;'"/>
       <a class="menu-item" href="{$uri-prefix}/authoring/{$document-uri}">Back to page</a>
       <xsl:value-of select="$menu-separator"/>
  @@ -40,6 +41,7 @@
       
       <xsl:value-of select="$menu-separator"/>
       <a class="menu-item" href="{$context-prefix}/scheduler-servlet?lenya.usecase=schedule-page&amp;lenya.step=showscreen">Servlet</a>
  +    </div>
     </div>
   </xsl:template>
   
  @@ -57,7 +59,7 @@
           <li><strong>Document:</strong>&#160;&#160;<xsl:value-of select="$document-uri"/></li>
         </ul>
       
  -      <table class="scheduler-job" border="0" cellpadding="0" cellspacing="0">
  +      <table class="lenya-table" border="0" cellpadding="0" cellspacing="0">
   
           <tr>
             <th><strong>Edit existing jobs</strong></th>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org