[Zapp-cvs-commit] ZApp/skins/zapp_generic zapp_cmf_xml_form.pt,1.2,1.3
Brought to you by:
sspickle
|
From: Steve S. <ssp...@us...> - 2004-03-22 03:48:02
|
Update of /cvsroot/zapp/ZApp/skins/zapp_generic In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4125/skins/zapp_generic Modified Files: zapp_cmf_xml_form.pt Log Message: allow xml form to clear old xml for some data type Index: zapp_cmf_xml_form.pt =================================================================== RCS file: /cvsroot/zapp/ZApp/skins/zapp_generic/zapp_cmf_xml_form.pt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zapp_cmf_xml_form.pt 19 Mar 2004 15:53:32 -0000 1.2 --- zapp_cmf_xml_form.pt 22 Mar 2004 03:37:48 -0000 1.3 *************** *** 39,42 **** --- 39,43 ---- <form action="" tal:attributes="action string:${here/absolute_url}/zapp_cmf_xml_edit" method="post"> Data Type (edit to create new data type): <input name="dataType" tal:attributes="value dataType"><br> + Clean old xml before saving: <input type="checkbox" name="clearFlag:int" value="1"><br> <textarea tal:condition="miscData" rows="30" cols="70" name="xml" tal:content="miscData/xml"/> <span tal:condition="not:miscData" tal:content="string:Sorry... no misc data"/> |