From 9ee1c57d45ad2995fb5b076aa4988b37a151255e Mon Sep 17 00:00:00 2001 From: totoro Date: Sun, 30 Jul 2017 22:18:03 +0200 Subject: [PATCH] replace image by img according to latest calexium_lib --- view/view_table_renderer.anubis | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view/view_table_renderer.anubis b/view/view_table_renderer.anubis index 0e5c8ff..6e88521 100644 --- a/view/view_table_renderer.anubis +++ b/view/view_table_renderer.anubis @@ -224,7 +224,7 @@ define HTML_Row(HTML_Off_Form) make_line // link(id, string) then cell((HTML_Off_Form)actioner(same,same, link(string), action_name, [("table_name", table_name),("id",id)])), link(id, string) then cell((HTML_Off_Form)literal(jq_dialog_open(string, dialog_id(uid+_action_name+"_dlg_ajax"), "'id="+id+"'"))), link_id_action(id, name, action) then cell((HTML_Off_Form)actioner(same,same, link(name), action, [("id",id)])), - icon(icon_path) then cell((HTML_Off_Form)image([], icon_path, "")) + icon(icon_path) then cell((HTML_Off_Form)img(icon_path)) }, make_line(uid, table_name, _action_name, t, [cell . so_far]) }. @@ -272,7 +272,7 @@ define HTML_Header_Row(HTML_Off_Form) text(string) then header_cell((HTML_Off_Form)text(_T(string))), link(id, string) then header_cell((HTML_Off_Form)actioner(same, same, link(string), hkc_edit_table,[])), //TODO link_id_action(id, text, action) then header_cell((HTML_Off_Form)actioner(same,same, link(text), action,[("id",id)])), //TODO - icon(icon_path) then header_cell((HTML_Off_Form)image([], icon_path, "")) + icon(icon_path) then header_cell((HTML_Off_Form)img(icon_path)) }, make_header(_T, t, [cell . so_far]) }. -- libgit2 0.21.4