Commit 32e47856 authored by Romain Courteaud's avatar Romain Courteaud

Forbid to modify properties in the ZMI, as it is really buggy currently.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5756 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1c727c76
...@@ -179,8 +179,9 @@ property values, edit the values and click "Save Changes". ...@@ -179,8 +179,9 @@ property values, edit the values and click "Save Changes".
<td colspan="2">&nbsp;</td> <td colspan="2">&nbsp;</td>
<td align="left" valign="top"> <td align="left" valign="top">
<div class="form-element"> <div class="form-element">
<input name="manage_editProperties:method" type="submit" <!-- XXX FIXME: Can not save currently tales attribute -->
class="form-element" value="Save Changes" /> <!--input name="manage_editProperties:method" type="submit"
class="form-element" value="Save Changes" /-->
<dtml-if property_extensible_schema__> <dtml-if property_extensible_schema__>
<input name="manage_delProperties:method" type="submit" <input name="manage_delProperties:method" type="submit"
class="form-element" value="Delete" /> class="form-element" value="Delete" />
......
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