Diff for /OSAS/OSA_system/zpt/ChangeOSAS_addMetadata.zpt between versions 1.1 and 1.2

version 1.1, 2004/03/03 13:02:55 version 1.2, 2004/04/05 21:54:42
Line 2 Line 2
   <body>    <body>
     <form name="form" action="change_OSAS_addMetadata">      <form name="form" action="change_OSAS_addMetadata">
       <b> Linklabel: </b><input type="text" name="linklabel" tal:attributes="value python:here.linklabel"><br><br>        <b> Linklabel: </b><input type="text" name="linklabel" tal:attributes="value python:here.linklabel"><br><br>
       <b> Description: </b><textarea name="description" tal:content="python:here.description"></textarea><br><br>        <b> Description: </b><textarea name="description" tal:content="python:here.description" cols=100 rows=10></textarea><br><br>
         <b> Generic Metafields (separated by ",") </b><input type="text" name="fields" tal:attributes="value here/getFieldList" size=100><br><br>
       <input type="submit" value="Change"><br><br>        <input type="submit" value="Change"><br><br>
     </form>      </form>
   </body>    </body>

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>