Log message for revision 40810:
  UI cleanup
  

Changed:
  U   
Zope/branches/ajung-zpt-integration/lib/python/Products/PageTemplates/pt/ptEdit.pt

-=-
Modified: 
Zope/branches/ajung-zpt-integration/lib/python/Products/PageTemplates/pt/ptEdit.pt
===================================================================
--- 
Zope/branches/ajung-zpt-integration/lib/python/Products/PageTemplates/pt/ptEdit.pt
  2005-12-16 13:45:46 UTC (rev 40809)
+++ 
Zope/branches/ajung-zpt-integration/lib/python/Products/PageTemplates/pt/ptEdit.pt
  2005-12-16 14:48:24 UTC (rev 40810)
@@ -7,6 +7,7 @@
 | context/read" /> 
 <form action="" method="post" tal:attributes="action request/URL1">
 <input type="hidden" name=":default_method" value="pt_changePrefs">
+<input type="hidden" name="encoding" tal:attributes="value 
context/pt_encoding" />
 <table width="100%" cellspacing="0" cellpadding="2" border="0">
   <tr>
     <td align="left" valign="middle">
@@ -51,13 +52,6 @@
   </tr>
 
 
-  <tr> 
-    <td align="left" valign="middle" class="form-label">Encoding</td>
-    <td>
-      <input type="hidden" name="encoding" tal:attributes="value 
context/pt_encoding" />
-    </td>
-  </tr>
-
   <!-- XXX: check if 'None' is a proper argument for 'namespace' -->
   <tr tal:define="errors python: context.pt_errors(None)" 
tal:condition="errors">
     <tal:block define="global body python:context.document_src({'raw':1})"/>

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to