Diff for /MPIWGWeb/zpt/Attic/edit_publicationForm.zpt between versions 1.1.2.5 and 1.1.2.6

version 1.1.2.5, 2005/10/19 16:00:02 version 1.1.2.6, 2005/10/19 16:03:52
Line 6 Line 6
 <body>  <body>
 <tal:block metal:fill-slot="navsel" tal:define="global menusel string:publications" />  <tal:block metal:fill-slot="navsel" tal:define="global menusel string:publications" />
 <tal:block metal:fill-slot="body">  <tal:block metal:fill-slot="body">
   <h3>Edit Publication</h3>    <h3>Edit a publication</h3>
       
   <form action="editPublication" method="post">    <form action="editPublication" method="post">
     <textarea tal:content="structure python:getattr(here,'text','')" name="text" rows="3" cols="80"></textarea>      <textarea tal:content="structure python:getattr(here,'text','')" name="text" rows="3" cols="80"></textarea>

Removed from v.1.1.2.5  
changed lines
  Added in v.1.1.2.6


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