You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2004/03/10 14:25:57 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/xslt/menu menu2xhtml.xsl

gregor      2004/03/10 05:25:57

  Modified:    src/webapp/lenya/resources/css menu.xml
               src/webapp/lenya/xslt/menu menu2xhtml.xsl
  Log:
  highlight workflow state more prominently
  
  Revision  Changes    Path
  1.9       +4 -0      cocoon-lenya/src/webapp/lenya/resources/css/menu.xml
  
  Index: menu.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/resources/css/menu.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- menu.xml	10 Mar 2004 12:01:59 -0000	1.8
  +++ menu.xml	10 Mar 2004 13:25:57 -0000	1.9
  @@ -52,6 +52,10 @@
       color: #AAAAAA;
   }
   
  +.lenya-menubar-highlight {
  +    color: #BAFF00;
  +}
  +
   #menuFile {left:14px;}
   #menuSearch {left:114px;}
   #menuHelp {left:214px;}
  
  
  
  1.23      +1 -1      cocoon-lenya/src/webapp/lenya/xslt/menu/menu2xhtml.xsl
  
  Index: menu2xhtml.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/xslt/menu/menu2xhtml.xsl,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- menu2xhtml.xsl	14 Feb 2004 19:23:07 -0000	1.22
  +++ menu2xhtml.xsl	10 Mar 2004 13:25:57 -0000	1.23
  @@ -160,7 +160,7 @@
     
     
     <xsl:template name="workflow">
  -    <i18n:text>Workflow State</i18n:text>: <b><i18n:text><xsl:value-of select="$workflowstate"/></i18n:text></b>
  +    <i18n:text>Workflow State</i18n:text>: <b class="lenya-menubar-highlight"><i18n:text><xsl:value-of select="$workflowstate"/></i18n:text></b>
       <xsl:text>&#160;&#160;|&#160;&#160;</xsl:text>
       <xsl:if test="$islive = 'false'"><i18n:text>not</i18n:text>&#160;</xsl:if>
       <i18n:text>live</i18n:text><xsl:text>&#160;&#160;|</xsl:text>
  
  
  

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


Re: cvs commit: cocoon-lenya/src/webapp/lenya/xslt/menu menu2xhtml.xsl

Posted by Michael Wechner <mi...@wyona.com>.
gregor@apache.org wrote:

>gregor      2004/03/10 05:25:57
>
>  Modified:    src/webapp/lenya/resources/css menu.xml
>               src/webapp/lenya/xslt/menu menu2xhtml.xsl
>  Log:
>  highlight workflow state more prominently
>  
>

I think green doesn't really fit, but apart from my personal taste,
I think we should really discuss these kind of changes on the mailing 
list first,
else everyone will start changing the GUI whatever he/she feels like and 
there
are many different tastes out there.

So maybe we can start discussing it right now.

So I guess the first question would be, should the Workflow be more 
prominent?

(0+)

If so, then the second question is, should it be done by coloring it green

(-1)

WDYT?

Michi



>  
>  Revision  Changes    Path
>  1.9       +4 -0      cocoon-lenya/src/webapp/lenya/resources/css/menu.xml
>  
>  Index: menu.xml
>  ===================================================================
>  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/resources/css/menu.xml,v
>  retrieving revision 1.8
>  retrieving revision 1.9
>  diff -u -r1.8 -r1.9
>  --- menu.xml	10 Mar 2004 12:01:59 -0000	1.8
>  +++ menu.xml	10 Mar 2004 13:25:57 -0000	1.9
>  @@ -52,6 +52,10 @@
>       color: #AAAAAA;
>   }
>   
>  +.lenya-menubar-highlight {
>  +    color: #BAFF00;
>  +}
>  +
>   #menuFile {left:14px;}
>   #menuSearch {left:114px;}
>   #menuHelp {left:214px;}
>  
>  
>  
>  1.23      +1 -1      cocoon-lenya/src/webapp/lenya/xslt/menu/menu2xhtml.xsl
>  
>  Index: menu2xhtml.xsl
>  ===================================================================
>  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/xslt/menu/menu2xhtml.xsl,v
>  retrieving revision 1.22
>  retrieving revision 1.23
>  diff -u -r1.22 -r1.23
>  --- menu2xhtml.xsl	14 Feb 2004 19:23:07 -0000	1.22
>  +++ menu2xhtml.xsl	10 Mar 2004 13:25:57 -0000	1.23
>  @@ -160,7 +160,7 @@
>     
>     
>     <xsl:template name="workflow">
>  -    <i18n:text>Workflow State</i18n:text>: <b><i18n:text><xsl:value-of select="$workflowstate"/></i18n:text></b>
>  +    <i18n:text>Workflow State</i18n:text>: <b class="lenya-menubar-highlight"><i18n:text><xsl:value-of select="$workflowstate"/></i18n:text></b>
>       <xsl:text>&#160;&#160;|&#160;&#160;</xsl:text>
>       <xsl:if test="$islive = 'false'"><i18n:text>not</i18n:text>&#160;</xsl:if>
>       <i18n:text>live</i18n:text><xsl:text>&#160;&#160;|</xsl:text>
>  
>  
>  
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
>For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org
>
>
>  
>


-- 
Michael Wechner
Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
http://www.wyona.com              http://cocoon.apache.org/lenya/
michael.wechner@wyona.com                        michi@apache.org


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