Commit 50b6dd00541faf76383aa5ad807b547c3f882842
1 parent
c473da03
replace "new" button link by a proper jquery button to add a new table entry
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
database/vtm/view_table_renderer.anubis
| ... | ... | @@ -204,7 +204,7 @@ public define HTML_Partial_Content |
| 204 | 204 | partial_content( |
| 205 | 205 | div( [/*class("tableau")*/], |
| 206 | 206 | sequence( |
| 207 | - [ actioner(same,same, link([class("my_button")],_T("NEW")),"edit_table",[("table_name", rows.table_name)]), | |
| 207 | + [ partial(jquery_button(jQuery_button(button, "", _T("NEW"), jQuery_actioner(same, jqlink, "table_name"), jq_icon_none, jq_icon_none)))/*actioner(same,same, link([class("my_button")],_T("NEW")),"edit_table",[("table_name", rows.table_name)])*/, | |
| 208 | 208 | //dialog used by datatable entries |
| 209 | 209 | partial(jq_dialog_create(dialog_id("edit_table_dlg_ajax"), ajax("?a=ajax_edit_table&table_name="+rows.table_name))), |
| 210 | 210 | ... | ... |