[Zope-Checkins] CVS: Products/DCOracle2/dtml -
manage_main.dtml:1.1.2.1
Chris Withers
chris at simplistix.co.uk
Wed Feb 25 19:41:23 EST 2004
Update of /cvs-repository/Products/DCOracle2/dtml
In directory cvs.zope.org:/tmp/cvs-serv13947/dtml
Modified Files:
Tag: chrisw_fixconnectionleak_branch
manage_main.dtml
Log Message:
Added warning that connections don't need to be manually opened.
=== Products/DCOracle2/dtml/manage_main.dtml 1.1 => 1.1.2.1 ===
--- Products/DCOracle2/dtml/manage_main.dtml:1.1 Tue Nov 4 16:18:52 2003
+++ Products/DCOracle2/dtml/manage_main.dtml Wed Feb 25 19:41:22 2004
@@ -74,6 +74,12 @@
<input class="form-element" type="submit" name="submit"
value="Open Connection">
</form>
+</div>
+</p>
+<p class="form-text">
+<b>NB:</b> You only need to manually open the connection if you wish to test the connection string.
+ In all other cases, the connection will be automatically opened when required.
+</p>
</dtml-if>
<dtml-var manage_page_footer>
More information about the Zope-Checkins
mailing list