Commit 9d0e15c5d892186223f84388e7c932ff314cd0cf

Authored by totoro
1 parent 5e589049

update cxm_form call

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
database/vtm/view_table_renderer.anubis
... ... @@ -101,7 +101,7 @@ public define HTML_Partial_Content
101 101 with table_name = vt_elist.table_name,
102 102 with button_name = if get_String(lwa, "id","none") = "none" then _T("CREATE") else _T("UPDATE"),
103 103 partial_content(jq_datetimepicker_init(lang),
104   - cxm_form( table_name, htmlId(table_name), lwa,
  104 + cxm_form( table_name, lwa,
105 105 edit_form_lines(db, _T, vt_elist.list, [])+
106 106 [ submit("create", failure, button_name, [("table_name", table_name)]) ]
107 107 )).
... ...