Changeset 1059

Show
Ignore:
Timestamp:
09/18/08 13:31:37 (2 months ago)
Author:
rach
Message:

Correct Card groups

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/admin/Public/form_data/FG_var_card_group.inc

    r883 r1059  
    3535 
    3636$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); 
    3837$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'); 
    4039 
    4140 
     
    6059        "" , "", "",    "", "", "", "", "" ); 
    6160 
    62 $HD_Form -> AddEditElement (gettext("AGI CONF"), 
    63         "id_agi_conf", 
    64         '$value', 
    65         "SELECT", 
    66         "", 
    67         "", 
    68         "", 
    69         "list" , "", "", "", $agi_list, "%1", "", ""); 
    7061 
    7162$HD_Form -> AddEditElement (gettext("DESCRIPTION"), 
     
    7869        "" , "", "", "", "" , "", "", ""); 
    7970 
    80 $HD_Form -> FieldEditElement ('name, id_agi_conf, description'); 
     71$HD_Form -> FieldEditElement ('name, description'); 
    8172 
    8273 


Google