Diff for /ECHO_content/zpt/changeTitleForm.zpt between versions 1.1 and 1.2

version 1.1, 2004/07/01 15:11:04 version 1.2, 2005/12/13 12:45:23
Line 1 Line 1
 <html>  <h1 tal:replace="structure here/manage_page_header">Header</h1>
   <head>  
     <title tal:content="template/title">The title</title>  
   </head>  
   <body>  
     <h3>Change Titles</h3>      <h3>Change Titles</h3>
     <p>If there are significant errors in the labels, please check also the Metadata of this resource</p>      <p>If there are significant errors in the labels, please check also the Metadata of this resource</p>
     <form method="post" action="changeTitlesInCollection">      <form method="post" action="changeTitlesInCollection">
Line 24 Line 20
       </tr>        </tr>
     </table>      </table>
     </form>       </form> 
   </body>  <h1 tal:replace="structure here/manage_page_footer">Footer</h1>
 </html>  
   

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


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