Diff for /MPIWGWeb/zpt/changeMPIWGRootForm.zpt between versions 1.2 and 1.2.2.3

version 1.2, 2005/04/25 11:06:25 version 1.2.2.3, 2011/02/23 17:48:24
Line 9 Line 9
 <h1>Change MPIWGRoot</h1>  <h1>Change MPIWGRoot</h1>
 <form method="post" action="changeMPIWGRoot">  <form method="post" action="changeMPIWGRoot">
   
 <p>Title:</p>  <p>Title:<br/>
 <input tal:attributes="value python:getattr(here,'title','')" name="title"/>  <input tal:attributes="value python:getattr(here,'title','')" name="title"/>
   </p>
   <p>Default language:<br/>
   <input tal:attributes="value python:getattr(here,'lang','en')" name="lang"/>
   </p>
 <p>Discipline list (seperated by CR)<br>  <p>Discipline list (seperated by CR)<br>
 <textarea name="disciplineList" cols=50 rows=20  tal:content="python:getattr(here,'disciplineList','')" ></textarea>  <textarea name="disciplineList" cols=50 rows=20  tal:content="python:getattr(here,'disciplineList','')" ></textarea>
 </p>  </p>
Line 29 Line 33
     </select>      </select>
     </div>      </div>
   
       <p class="form-label">Autocommit</p>
       <p>
         <input type="checkbox" name="autocommit" tal:attributes="checked here/autocommit | nothing"/> autocommit (don't use when you want transactions)
       </p>
 <input type="submit">  <input type="submit">
 </form>  </form>
 </div>  </div>

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


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