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

version 1.1, 2004/05/28 16:45:46 version 1.2, 2005/04/25 11:06:25
Line 17 Line 17
 <p>Themes List (seperated by CR)<br>  <p>Themes List (seperated by CR)<br>
 <textarea name="themesList" cols=50 rows=20 tal:content="python:getattr(here,'themesList','')"></textarea>  <textarea name="themesList" cols=50 rows=20 tal:content="python:getattr(here,'themesList','')"></textarea>
 </p>  </p>
   <p>
   <div class="form-element">
       
       <select name="connection_id">
        
        <tal:block tal:repeat="id python:here.SQLConnectionIDs()[0]">
                   <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.1  
changed lines
  Added in v.1.2


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