You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by eg...@apache.org on 2003/08/12 16:33:24 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/pubs/default/lenya/xslt/authoring create.xsl

egli        2003/08/12 07:33:24

  Modified:    src/webapp/lenya/pubs/default/lenya/xslt/authoring
                        create.xsl
  Log:
  Add asterix to the mandatory fields.
  
  Revision  Changes    Path
  1.3       +3 -3      cocoon-lenya/src/webapp/lenya/pubs/default/lenya/xslt/authoring/create.xsl
  
  Index: create.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/default/lenya/xslt/authoring/create.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- create.xsl	17 Jul 2003 11:31:48 -0000	1.2
  +++ create.xsl	12 Aug 2003 14:33:24 -0000	1.3
  @@ -38,13 +38,13 @@
   	      <td class="lenya-form-caption">Parent ID:</td><td>hidden value="<xsl:value-of select="/parent-child/parentid"/>"</td>
   	    </tr>
   	    <tr>
  -	      <td class="lenya-form-caption">ID:</td><td><input class="lenya-form-element" type="text" name="properties.create.child-id"/></td>
  +	      <td class="lenya-form-caption">ID: </td><td><input class="lenya-form-element" type="text" name="properties.create.child-id"/>*</td>
   	    </tr>
   	    <tr>
  -	      <td class="lenya-form-caption">Name:</td><td><input class="lenya-form-element" type="text" name="properties.create.child-name"/></td>
  +	      <td class="lenya-form-caption">Name: </td><td><input class="lenya-form-element" type="text" name="properties.create.child-name"/>*</td>
   	    </tr>
   	    <tr>
  -	      <td class="lenya-form-caption">Language:</td><td><input class="lenya-form-element" type="text" name="properties.create.language" value="{/parent-child/dc:language}"/></td>
  +	      <td class="lenya-form-caption">Language:</td><td><input class="lenya-form-element" type="text" name="properties.create.language" value="{/parent-child/dc:language}"/>*</td>
   	    </tr>
   	    <tr>
   	      <td class="lenya-form-caption">Creator:</td><td><input class="lenya-form-element" type="text" name="properties.create.creator" value="{/parent-child/dc:creator}"/></td>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org