[Zope-Checkins] CVS: Zope/lib/python/Products/ZSQLMethods/dtml - add.dtml:1.3.184.1 edit.dtml:1.3.182.1
Chris McDonough
chrism@zope.com
Fri, 3 Jan 2003 01:34:06 -0500
Update of /cvs-repository/Zope/lib/python/Products/ZSQLMethods/dtml
In directory cvs.zope.org:/tmp/cvs-serv27194/ZSQLMethods/dtml
Modified Files:
Tag: chrism-install-branch
add.dtml edit.dtml
Log Message:
Merging chrism-install-branch with HEAD (hopefully for one of the last
times).
=== Zope/lib/python/Products/ZSQLMethods/dtml/add.dtml 1.3 => 1.3.184.1 ===
--- Zope/lib/python/Products/ZSQLMethods/dtml/add.dtml:1.3 Thu Jan 18 10:47:35 2001
+++ Zope/lib/python/Products/ZSQLMethods/dtml/add.dtml Fri Jan 3 01:33:34 2003
@@ -53,7 +53,7 @@
<select name="connection_id">
<dtml-in SQLConnectionIDs>
<option value="&dtml-sequence-item;">
- <dtml-var sequence-key></option>
+ &dtml-sequence-key;</option>
</dtml-in>
</select>
</div>
=== Zope/lib/python/Products/ZSQLMethods/dtml/edit.dtml 1.3 => 1.3.182.1 ===
--- Zope/lib/python/Products/ZSQLMethods/dtml/edit.dtml:1.3 Wed Jan 31 16:26:55 2001
+++ Zope/lib/python/Products/ZSQLMethods/dtml/edit.dtml Fri Jan 3 01:33:34 2003
@@ -23,7 +23,7 @@
</td>
<td align="left" valign="top">
<input type="text" name="title" size="40" value="<dtml-if
- title><dtml-var title></dtml-if>">
+ title>&dtml-title;</dtml-if>">
</td>
</tr>
<tr>
@@ -39,7 +39,7 @@
<option value="&dtml-sequence-item;"<dtml-if
expr="connection_id==_vars['sequence-item']">
selected</dtml-if>>
- <dtml-var sequence-key></option>
+ &dtml-sequence-key;</option>
</dtml-in>
</select>
</div>
@@ -60,8 +60,7 @@
<div style="width: 100%;">
<textarea name="template:text" wrap="off" style="width: 100%;"
cols=<dtml-var sql_pref__cols html_quote missing="60">
- rows=<dtml-var sql_pref__rows html_quote missing="20">><dtml-var
- src fmt="html-quote"></textarea>
+ rows=<dtml-var sql_pref__rows html_quote missing="20">>&dtml-src;</textarea>
</div>
</td>
</tr>