Log message for revision 40809:
  encoding input field is now a hidden field since we enforce UTF-8
  

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:37:46 UTC (rev 40808)
+++ 
Zope/branches/ajung-zpt-integration/lib/python/Products/PageTemplates/pt/ptEdit.pt
  2005-12-16 13:45:46 UTC (rev 40809)
@@ -54,7 +54,7 @@
   <tr> 
     <td align="left" valign="middle" class="form-label">Encoding</td>
     <td>
-      <input type="text" readonly name="encoding" tal:attributes="value 
context/pt_encoding" style="background-color: #bbbbbb; "/>
+      <input type="hidden" name="encoding" tal:attributes="value 
context/pt_encoding" />
     </td>
   </tr>
 

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

Reply via email to