[Zope-Checkins] CVS: Zope/lib/python/Products/Sessions/dtml - manageIdManager.dtml:1.7.4.1

Chris McDonough chrism@zope.com
Fri, 3 Jan 2003 01:33:46 -0500


Update of /cvs-repository/Zope/lib/python/Products/Sessions/dtml
In directory cvs.zope.org:/tmp/cvs-serv27194/Sessions/dtml

Modified Files:
      Tag: chrism-install-branch
	manageIdManager.dtml 
Log Message:
Merging chrism-install-branch with HEAD (hopefully for one of the last
times).



=== Zope/lib/python/Products/Sessions/dtml/manageIdManager.dtml 1.7 => 1.7.4.1 ===
--- Zope/lib/python/Products/Sessions/dtml/manageIdManager.dtml:1.7	Mon Aug 19 15:50:17 2002
+++ Zope/lib/python/Products/Sessions/dtml/manageIdManager.dtml	Fri Jan  3 01:33:13 2003
@@ -89,7 +89,7 @@
   </TD>
   <TD ALIGN="LEFT" VALIGN="TOP">
     <INPUT TYPE="TEXT" NAME="cookiepath" SIZE="20"
-     value="<dtml-var getCookiePath html_quote>">
+     value="&dtml-getCookiePath;">
   </TD>
 </TR>
 <TR>
@@ -105,7 +105,7 @@
   </TD>
   <TD ALIGN="LEFT" VALIGN="TOP">
     <INPUT TYPE="TEXT" NAME="cookiedomain" SIZE="20"
-     value="<dtml-var getCookieDomain html_quote>">
+     value="&dtml-getCookieDomain;">
   </TD>
 </TR>
 <TR>
@@ -120,7 +120,7 @@
   </TD>
   <TD ALIGN="LEFT" VALIGN="TOP">
     <INPUT TYPE="TEXT" NAME="cookielifedays:int" SIZE="20"
-     value="<dtml-var getCookieLifeDays html_quote>">
+     value="&dtml-getCookieLifeDays;">
   </TD>
 </TR>
 <TR>