# $Id: /local/CPAN/Mango/share/forms/admin/products/edit.yml 1644 2008-06-02T01:46:53.055259Z claco $ --- id: admin_products_edit method: post auto_fieldset: 1 javascript: 0 stylesheet: 1 sticky: 1 submit: BUTTON_LABEL_UPDATE fields: - id: type: hidden force: 1 constraints: - NOT_BLANK - UINT - sku: type: text size: 25 maxlength: 25 constraints: - NOT_BLANK - LENGTH, 1, 25 - UNIQUE - name: type: text size: 25 maxlength: 25 constraints: - NOT_BLANK - LENGTH, 1, 25 - description: type: text size: 50 maxlength: 100 constraints: - NOT_BLANK - LENGTH, 1, 100 - price: type: text size: 25 maxlength: 12 constraints: - NOT_BLANK - DECIMAL, 9, 2 - created: type: text size: 20 disabled: disabled force: 1 - updated: type: text size: 20 disabled: disabled force: 1 - tags: type: textarea