diff --git a/web/widgets/specialized_elements.anubis b/web/widgets/specialized_elements.anubis index 5ea72e9..0e4f524 100644 --- a/web/widgets/specialized_elements.anubis +++ b/web/widgets/specialized_elements.anubis @@ -43,7 +43,7 @@ public define HTML_Off_Form sequence([ //add sms if phone_type = cellphone then - img(_attrs+[event(onmouseover, "/icons/16x16/send_sms.png"), event(onclick, "hk_send_sms(this)"), class("clickable icon_in_text")], "/icons/16x16/sms.png","") + img(attrs+[event(onmouseover, "/icons/16x16/send_sms.png"), data("phone-number", phone_number), event(onclick, "hk_send_sms(this)"), class("clickable icon_in_text")], "/icons/16x16/sms.png","") else empty, img(_attrs+[class("icon_in_text")], "/icons/16x16/"+to_Icon(phone_type)), -- libgit2 0.21.4