diff --git a/web/jQuery/CXM_jquery_button.anubis b/web/jQuery/CXM_jquery_button.anubis index 6685f0b..cf73916 100644 --- a/web/jQuery/CXM_jquery_button.anubis +++ b/web/jQuery/CXM_jquery_button.anubis @@ -323,3 +323,12 @@ public define HTML_Partial_Content String form_id // )= jquery_button(jquery_img_button(icn16_check, label, "", jQuery_actioner(same, jqform, form_id), left)). + +public define HTML_Partial_Content + img_button + ( + String icon, + String label, //translated label of the button + String action + )= + jquery_button(jquery_img_button(icon, label, "", jQuery_actioner(same, jqlink, action), left)). -- libgit2 0.21.4