Diff for /ZSQLExtend/zpt/changeZSQLExtendForm.zpt between versions 1.5 and 1.7

version 1.5, 2006/05/26 11:43:08 version 1.7, 2011/02/07 10:28:48
Line 1 Line 1
 <html>  <html>
 <body>  <body>
   <div tal:replace="structure here/manage_page_header">Header</div>
   <!-- ZOPE management tabs -->
   <h2 tal:define="manage_tabs_message options/manage_tabs_message | nothing"
       tal:replace="structure here/manage_tabs">Tabs</h2>
   <!-- end of ZOPE management tabs -->
 <h2>Change ZSQL Extend</h2>  <h2>Change ZSQL Extend</h2>
 <form method="post" action="changeZSQLExtend">  <form method="post" action="changeZSQLExtend">
   
Line 34 Line 39
     <td align="left" valign="top">      <td align="left" valign="top">
     <div class="form-element">      <div class="form-element">
   
     <pre tal:content="python:repr(here.SQLConnectionIDs())"/>
     <select name="connection_id">      <select name="connection_id">
        
      <tal:block tal:repeat="id python:[i[0] for i in here.SQLConnectionIDs()]">       <tal:block tal:repeat="id python:[i[0] for i in here.SQLConnectionIDs()]">
                 <option  tal:condition="python:getattr(here,'connection_id','')==id"  tal:attributes="value id" selected tal:content="id"/>                  <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"/>                  <option  tal:condition="not:python:getattr(here,'connection_id','')==id"  tal:attributes="value id" tal:content="id"/>

Removed from v.1.5  
changed lines
  Added in v.1.7


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