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 <[email protected]>.
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/>


Reply via email to