[Checkins] SVN: Products.SQLAlchemyDA/trunk/pt/info.zpt button for closing the connection

Andreas Jung andreas at andreas-jung.com
Sat May 5 09:01:48 EDT 2007


Log message for revision 75500:
  button for closing the connection
  

Changed:
  U   Products.SQLAlchemyDA/trunk/pt/info.zpt

-=-
Modified: Products.SQLAlchemyDA/trunk/pt/info.zpt
===================================================================
--- Products.SQLAlchemyDA/trunk/pt/info.zpt	2007-05-05 12:38:45 UTC (rev 75499)
+++ Products.SQLAlchemyDA/trunk/pt/info.zpt	2007-05-05 13:01:47 UTC (rev 75500)
@@ -21,4 +21,9 @@
     </tbody>
 </table>
 
+<form action="manage_stop" tal:condition="context/connected">
+    <input type="submit" value="Close connections"/>
+</form>
+
+
 <div tal:replace="structure context/manage_page_footer" />



More information about the Checkins mailing list