[ZPT] CVS: Packages/Products/PageTemplates (Products/DC/PageTemplates) - ptEdit.zpt:1.1.2.1

evan@serenade.digicool.com evan@serenade.digicool.com
Sat, 16 Jun 2001 11:55:33 -0400


Update of /cvs-repository/Packages/Products/PageTemplates/www
In directory serenade:/home/evan/Zope/pt/lib/python/Products/PageTemplates/www

Modified Files:
      Tag: zpt-1_3_0
	ptEdit.zpt 
Log Message:
Merge trunk changes for release 1.3.2



--- Updated File ptEdit.zpt in package Packages/Products/PageTemplates --
--- ptEdit.zpt	2001/05/11 23:45:01	1.1
+++ ptEdit.zpt	2001/06/16 15:55:33	1.1.2.1
@@ -3,7 +3,7 @@
     tal:replace="structure here/manage_tabs">Tabs</h2>
 
 <form action="" method="post"
-      tal:define="body request/text | here/read"
+      tal:define="body request/other/text | request/form/text | here/read"
       tal:attributes="action request/URL1">
 <input type="hidden" name=":default_method" value="pt_changePrefs">
 <table width="100%" cellspacing="0" cellpadding="2" border="0">
@@ -78,12 +78,11 @@
 </form>
 
 <p class="form-help">
-You may upload the text for <span tal:replace="here/title_and_id" />
- using the form below.
-Choose an existing file from your local computer by clicking
-<em>browse</em> The contents of the file should be HTML or XML.  You
-may click the following link to <a href="document_src">view or
-download</a> the current text.
+You can upload the text for <span tal:replace="here/title_and_id" />
+using the following form.
+Choose an existing HTML or XML file from your local computer by clicking
+<em>browse</em>.  You can also <a href="document_src">click here</a>
+to view or download the current text.
 </p>
 
 <form action="pt_upload" method="post"