Commit 9d0e15c5d892186223f84388e7c932ff314cd0cf
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,7 +101,7 @@ public define HTML_Partial_Content | ||
| 101 | with table_name = vt_elist.table_name, | 101 | with table_name = vt_elist.table_name, |
| 102 | with button_name = if get_String(lwa, "id","none") = "none" then _T("CREATE") else _T("UPDATE"), | 102 | with button_name = if get_String(lwa, "id","none") = "none" then _T("CREATE") else _T("UPDATE"), |
| 103 | partial_content(jq_datetimepicker_init(lang), | 103 | partial_content(jq_datetimepicker_init(lang), |
| 104 | - cxm_form( table_name, htmlId(table_name), lwa, | 104 | + cxm_form( table_name, lwa, |
| 105 | edit_form_lines(db, _T, vt_elist.list, [])+ | 105 | edit_form_lines(db, _T, vt_elist.list, [])+ |
| 106 | [ submit("create", failure, button_name, [("table_name", table_name)]) ] | 106 | [ submit("create", failure, button_name, [("table_name", table_name)]) ] |
| 107 | )). | 107 | )). |