You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2005/10/13 15:51:05 UTC

svn commit: r320771 - /lenya/trunk/src/webapp/lenya/xslt/menu/menu2xul.xsl

Author: michi
Date: Thu Oct 13 06:50:58 2005
New Revision: 320771

URL: http://svn.apache.org/viewcvs?rev=320771&view=rev
Log:
debug statement removed

Modified:
    lenya/trunk/src/webapp/lenya/xslt/menu/menu2xul.xsl

Modified: lenya/trunk/src/webapp/lenya/xslt/menu/menu2xul.xsl
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/xslt/menu/menu2xul.xsl?rev=320771&r1=320770&r2=320771&view=diff
==============================================================================
--- lenya/trunk/src/webapp/lenya/xslt/menu/menu2xul.xsl (original)
+++ lenya/trunk/src/webapp/lenya/xslt/menu/menu2xul.xsl Thu Oct 13 06:50:58 2005
@@ -118,12 +118,10 @@
   </xsl:template>
   
   <xsl:template name="workflow">
-    <i18n:text>Workflow StateHELLO</i18n:text>: <b class="lenya-menubar-highlight"><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:if test="$islive = 'false'">
-      <i18n:text>not</i18n:text>&#xA0;
-   </xsl:if>
-   <i18n:text>live</i18n:text>
+    (<xsl:if test="$islive = 'false'">
+      <i18n:text>not</i18n:text>&#xA0;</xsl:if><i18n:text>live</i18n:text>)
    
    <xsl:text>|</xsl:text>
   </xsl:template>



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