You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by pe...@apache.org on 2013/10/07 20:00:25 UTC

svn commit: r1530012 - in /openoffice/trunk/main/extras/source/misc_config/wizard/web/layouts: layout.xsl layoutX.xsl

Author: pescetti
Date: Mon Oct  7 18:00:24 2013
New Revision: 1530012

URL: http://svn.apache.org/r1530012
Log:
#i95765# Fix CSS classes in Web Page Wizard.
Patch-By: motohoss <hc...@hosscomm.com>.
Reviewed-By: jza

Modified:
    openoffice/trunk/main/extras/source/misc_config/wizard/web/layouts/layout.xsl
    openoffice/trunk/main/extras/source/misc_config/wizard/web/layouts/layoutX.xsl

Modified: openoffice/trunk/main/extras/source/misc_config/wizard/web/layouts/layout.xsl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/extras/source/misc_config/wizard/web/layouts/layout.xsl?rev=1530012&r1=1530011&r2=1530012&view=diff
==============================================================================
--- openoffice/trunk/main/extras/source/misc_config/wizard/web/layouts/layout.xsl (original)
+++ openoffice/trunk/main/extras/source/misc_config/wizard/web/layouts/layout.xsl Mon Oct  7 18:00:24 2013
@@ -126,7 +126,7 @@ places...
 	 
 
 	 <xsl:template match="document/@update-date">
-	 	<span class="doclastchangedate">
+	 	<span class="doclastchangeddate">
 	 		<xsl:value-of select="."/>
 	 	</span>
 	 	<br/>

Modified: openoffice/trunk/main/extras/source/misc_config/wizard/web/layouts/layoutX.xsl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/extras/source/misc_config/wizard/web/layouts/layoutX.xsl?rev=1530012&r1=1530011&r2=1530012&view=diff
==============================================================================
--- openoffice/trunk/main/extras/source/misc_config/wizard/web/layouts/layoutX.xsl (original)
+++ openoffice/trunk/main/extras/source/misc_config/wizard/web/layouts/layoutX.xsl Mon Oct  7 18:00:24 2013
@@ -213,7 +213,7 @@
 	 
 
 	 <xsl:template match="document/@update-date">
-	 	<span class="doclastchangedate">
+	 	<span class="doclastchangeddate">
 	 		<xsl:value-of select="."/>
 	 	</span>
 	 	<br/>