You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jo...@apache.org on 2004/03/22 14:16:37 UTC

cvs commit: cocoon-2.1/src/blocks/woody/samples/resources woody-advanced-field-styling.xsl

joerg       2004/03/22 05:16:37

  Modified:    src/blocks/forms/samples/resources
                        forms-advanced-field-styling.xsl
               src/blocks/woody/samples/resources
                        woody-advanced-field-styling.xsl
  Log:
  fixed bug 27833, thanks to Jon Evans: replace bare "resources" link with {$resources-uri}
  
  Revision  Changes    Path
  1.4       +1 -1      cocoon-2.1/src/blocks/forms/samples/resources/forms-advanced-field-styling.xsl
  
  Index: forms-advanced-field-styling.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/forms/samples/resources/forms-advanced-field-styling.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- forms-advanced-field-styling.xsl	11 Mar 2004 02:56:31 -0000	1.3
  +++ forms-advanced-field-styling.xsl	22 Mar 2004 13:16:37 -0000	1.4
  @@ -76,7 +76,7 @@
       <script type="text/javascript">
         var helpWin<xsl:value-of select="$id"/> = forms_createPopupWindow('help<xsl:value-of select="$id"/>');
       </script>
  -    <a id="{$id}" href="#" onclick="helpWin{$id}.showPopup('{$id}');return false;"><img border="0" src="resources/help.gif"/></a>
  +    <a id="{$id}" href="#" onclick="helpWin{$id}.showPopup('{$id}');return false;"><img border="0" src="{$resources-uri}/help.gif"/></a>
     </xsl:template>
   
     <!--+
  
  
  
  1.12      +1 -1      cocoon-2.1/src/blocks/woody/samples/resources/woody-advanced-field-styling.xsl
  
  Index: woody-advanced-field-styling.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/woody/samples/resources/woody-advanced-field-styling.xsl,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- woody-advanced-field-styling.xsl	9 Mar 2004 13:54:02 -0000	1.11
  +++ woody-advanced-field-styling.xsl	22 Mar 2004 13:16:37 -0000	1.12
  @@ -76,7 +76,7 @@
       <script type="text/javascript">
         var helpWin<xsl:value-of select="$id"/> = woody_createPopupWindow('help<xsl:value-of select="$id"/>');
       </script>
  -    <a id="{$id}" href="#" onclick="helpWin{$id}.showPopup('{$id}');return false;"><img border="0" src="resources/help.gif"/></a>
  +    <a id="{$id}" href="#" onclick="helpWin{$id}.showPopup('{$id}');return false;"><img border="0" src="{$resources-uri}/help.gif"/></a>
     </xsl:template>
   
     <!--+