Commit 31df9166 authored by Gabriel Monnerat's avatar Gabriel Monnerat

clean up the code

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45211 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5fc9a9ce
......@@ -39,16 +39,11 @@
<form id="create_new_event">\n
<label i18n:translate="" i18n:domain="ui">Event Type</label>\n
<select name="portal_type">\n
<option i18n:translate="" i18n:domain="ui">Acknowledgement</option>\n
<option i18n:translate="" i18n:domain="ui">Fax Message</option>\n
<option i18n:translate="" i18n:domain="ui">Letter</option>\n
<option i18n:translate="" i18n:domain="ui">Mail Message</option>\n
<option i18n:translate="" i18n:domain="ui">Note</option>\n
<option i18n:translate="" i18n:domain="ui">Phone Call</option>\n
<option i18n:translate="" i18n:domain="ui">Short Message</option>\n
<option i18n:translate="" i18n:domain="ui">Site Message</option>\n
<option i18n:translate="" i18n:domain="ui">Visit</option>\n
<option i18n:translate="" i18n:domain="ui">Web Message</option>\n
<tal:block tal:repeat="type python: [\'Acknowledgement\', \'Fax Message\', \'Letter\',\n
\'Mail Message\', \'Note\',\'Phone Call\', \n
\'Short Message\',\'Site Message\', \'Visit\', \'Web Message\']">\n
<option i18n:translate="" i18n:domain="ui" tal:content="type">Portal Type</option>\n
</tal:block>\n
</select>\n
<p>\n
<label i18n:translate="" i18n:domain="ui">Title</label>:\n
......
339
\ No newline at end of file
340
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment