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/04/06 23:33:16 UTC

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

joerg       2004/04/06 14:33:15

  Modified:    src/blocks/forms/samples/resources
                        forms-advanced-field-styling.xsl
  Log:
  quoting mattkruselib/PopupWindow.js: "Your anchor tag MUST contain both NAME and ID attributes which are the same"
  
  Revision  Changes    Path
  1.5       +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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- forms-advanced-field-styling.xsl	22 Mar 2004 13:16:37 -0000	1.4
  +++ forms-advanced-field-styling.xsl	6 Apr 2004 21:33:15 -0000	1.5
  @@ -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-uri}/help.gif"/></a>
  +    <a id="{$id}" name="{$id}" href="#" onclick="helpWin{$id}.showPopup('{$id}');return false;"><img border="0" src="{$resources-uri}/help.gif"/></a>
     </xsl:template>
   
     <!--+