ivelin      2002/09/29 16:39:04

  Modified:    src/documentation/xdocs/howto/xmlform-wizard
                        howto-xmlform-wizard-1.xml
  Log:
  Patch by Simon Price
  hint and help elements
  
  Revision  Changes    Path
  1.4       +12 -0     
xml-cocoon2/src/documentation/xdocs/howto/xmlform-wizard/howto-xmlform-wizard-1.xml
  
  Index: howto-xmlform-wizard-1.xml
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/documentation/xdocs/howto/xmlform-wizard/howto-xmlform-wizard-1.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- howto-xmlform-wizard-1.xml        10 Jun 2002 13:12:28 -0000      1.3
  +++ howto-xmlform-wizard-1.xml        29 Sep 2002 23:39:04 -0000      1.4
  @@ -182,6 +182,7 @@
        
            <xf:textbox ref="/email">
                <xf:caption>Email</xf:caption>    
  +             <xf:help>Please check this carefully</xf:help>
                <xf:violations class="error"/>
            </xf:textbox>
        
  @@ -192,6 +193,7 @@
        
            <xf:submit id="next" class="button"> 
              <xf:caption>Next</xf:caption>
  +           <xf:hint>Go to next page</xf:hint>
            </xf:submit>
        
          </xf:form>
  @@ -252,10 +254,12 @@
   
       <xf:submit id="prev" class="button">
         <xf:caption>Prev</xf:caption>
  +      <xf:hint>Go to previous page</xf:hint>
       </xf:submit>
   
       <xf:submit id="next" class="button">
         <xf:caption>Next</xf:caption>
  +      <xf:hint>Go to next page</xf:hint>
       </xf:submit>
   
     </xf:form>
  @@ -303,10 +307,12 @@
   
       <xf:submit id="prev" class="button">
         <xf:caption>Prev</xf:caption>
  +      <xf:hint>Go to previous page</xf:hint>
       </xf:submit>
   
       <xf:submit id="next" class="button">
         <xf:caption>Next</xf:caption>
  +      <xf:hint>Go to next page</xf:hint>
       </xf:submit>
   
     </xf:form>
  @@ -349,10 +355,12 @@
   
       <xf:submit id="prev" class="button">
         <xf:caption>Prev</xf:caption>
  +      <xf:hint>Go to previous page</xf:hint>
       </xf:submit>
   
       <xf:submit id="next" class="button">
         <xf:caption>Next</xf:caption>
  +      <xf:hint>Go to next page</xf:hint>
       </xf:submit>
   
     </xf:form>
  @@ -393,10 +401,12 @@
   
       <xf:submit id="prev" class="button">
         <xf:caption>Prev</xf:caption>
  +      <xf:hint>Go to previous page</xf:hint>
       </xf:submit>
   
       <xf:submit id="next" class="button">
         <xf:caption>Next</xf:caption>
  +      <xf:hint>Go to next page</xf:hint>
       </xf:submit>
   
     </xf:form>
  @@ -504,10 +514,12 @@
         
       <xf:submit id="prev" class="button">
         <xf:caption>Prev</xf:caption>
  +      <xf:hint>Go to previous page</xf:hint>
       </xf:submit>
       
       <xf:submit id="next" class="button">
         <xf:caption>Finish</xf:caption>
  +      <xf:hint>Submit the finished form</xf:hint>
       </xf:submit>
   
     </xf:form>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to