Changeset 1059
- Timestamp:
- 09/18/08 13:31:37 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/admin/Public/form_data/FG_var_card_group.inc
r883 r1059 35 35 36 36 $HD_Form -> AddViewElement(gettext("NAME"), "name", "25%", "center", "sort"); 37 $HD_Form -> AddViewElement(gettext("AGI CONF"), "id_agi_conf", "20%", "center", "sort", "30", "list", $agi_list);38 37 $HD_Form -> AddViewElement(gettext("DESCRIPTION"), "description", "25%", "center", "SORT", "40"); 39 $HD_Form -> FieldViewElement ( 'name, id_agi_conf,description');38 $HD_Form -> FieldViewElement ( 'name, description'); 40 39 41 40 … … 60 59 "" , "", "", "", "", "", "", "" ); 61 60 62 $HD_Form -> AddEditElement (gettext("AGI CONF"),63 "id_agi_conf",64 '$value',65 "SELECT",66 "",67 "",68 "",69 "list" , "", "", "", $agi_list, "%1", "", "");70 61 71 62 $HD_Form -> AddEditElement (gettext("DESCRIPTION"), … … 78 69 "" , "", "", "", "" , "", "", ""); 79 70 80 $HD_Form -> FieldEditElement ('name, id_agi_conf,description');71 $HD_Form -> FieldEditElement ('name, description'); 81 72 82 73
