Diff for /MPIWGWeb/zpt/addMPIWGRootForm.zpt between versions 1.2 and 1.3

version 1.2, 2004/05/28 16:45:06 version 1.3, 2005/04/25 11:06:25
Line 18 Line 18
 <p>Themes List (seperated by CR)  <p>Themes List (seperated by CR)
 <textarea name="themesList" cols=50 rows=20></textarea>  <textarea name="themesList" cols=50 rows=20></textarea>
 </p>  </p>
   <!--<div class="form-element">
       
       <select name="connection_id">
        
        <tal:block tal:repeat="id python:here.SQLConnectionIDs()">
                   <option  tal:condition="python:getattr(here,'connection_id','')==id"  tal:attributes="value id" selected tal:content="id"/>
                   <option  tal:condition="not:python:getattr(here,'connection_id','')==id"  tal:attributes="value id" tal:content="id"/>
               </tal:block>
       </select>
   </div>-->
 <input type="submit">  <input type="submit">
 </form>  </form>
 </div>  </div>

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


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