Commit 87c305f8 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Use evaluate only for tales.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1903 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 681f7490
......@@ -87,7 +87,10 @@ property values, edit the values and click "Save Changes".
<dtml-elif "type in ('float', 'date')">
<input type="text" name="&dtml-id;:<dtml-var "REQUEST['management_page_charset_tag']">&dtml-type;" size="35"
value="<dtml-var "getProperty(id)" html_quote>">
<dtml-elif "type in ['string','ustring','tales']">
<dtml-elif "type in ['string','ustring']">
<input type="text" name="&dtml-id;:<dtml-var "REQUEST['management_page_charset_tag']">&dtml-type;" size="35"
value="<dtml-var "getProperty(id)" html_quote>">
<dtml-elif "type == 'tales'">
<input type="text" name="&dtml-id;:<dtml-var "REQUEST['management_page_charset_tag']">&dtml-type;" size="35"
value="<dtml-var "getProperty(id, evaluate=0)" html_quote>">
<dtml-elif "type=='boolean'">
......
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