Diff for /ZSQLExtend/zpt/changeZSQLBibliographyForm.zpt between versions 1.1 and 1.2

version 1.1, 2004/04/18 09:02:27 version 1.2, 2005/02/09 20:10:42
Line 24  Name of the Bibliography Table:<input na Line 24  Name of the Bibliography Table:<input na
     <textarea name="description" cols=50 rows=20  tal:content="here/getDescription"></textarea>      <textarea name="description" cols=50 rows=20  tal:content="here/getDescription"></textarea>
     </td>      </td>
   </tr>    </tr>
   <tr>
       <td align="left" valign="top">
       <div class="form-label">
       Connection Id
       </div>
       </td>
       <td align="left" valign="top">
       <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>
       </td>
     </tr>
   
   <tr>
 </table>  </table>
 <input type="submit">  <input type="submit">
 </form>  </form>

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


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