Diff for /ECHO_content/dtml/ECHO_partnerAdd.dtml between versions 1.1 and 1.3

version 1.1, 2004/02/09 11:45:46 version 1.3, 2004/06/07 08:50:14
Line 11  Select a file to upload from your local Line 11  Select a file to upload from your local
 <em>Browse</em> button.  <em>Browse</em> button.
 </p>  </p>
   
 <form action="manage_Add<dtml-var Kind>" method="post"  <form action="manage_add<dtml-var Kind>" method="post"
       enctype="multipart/form-data">        enctype="multipart/form-data">
 <table cellspacing="0" cellpadding="2" border="0">  <table cellspacing="0" cellpadding="2" border="0">
   <tr>    <tr>
Line 44  Select a file to upload from your local Line 44  Select a file to upload from your local
     <input type="text" name="url" size="40" />      <input type="text" name="url" size="40" />
     </td>      </td>
   </tr>    </tr>
     <tr><td> <i>CopyrightX:</i> </td><td><select name="copyrightType" tal:content="structure python:here.copyrightTypeSelector_HTML()"/></td></tr>
   
   <tr>    <tr>
     <td align="left" valign="top">      <td align="left" valign="top">
     <div class="form-optional">      <div class="form-optional">

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


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