Commit 6f771698e1eb4d8fb02386d517e2117858ea25ec
1 parent
83512cdb
add missing data attribute which contain phone number
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
web/widgets/specialized_elements.anubis
| ... | ... | @@ -43,7 +43,7 @@ public define HTML_Off_Form |
| 43 | 43 | sequence([ |
| 44 | 44 | //add sms |
| 45 | 45 | if phone_type = cellphone then |
| 46 | - img([event(onmouseover, "/icons/16x16/send_sms.png"), event(onclick, "hk_send_sms(this)"), class("clickable icon_in_text")], "/icons/16x16/sms.png","") | |
| 46 | + img(_attrs+[event(onmouseover, "/icons/16x16/send_sms.png"), event(onclick, "hk_send_sms(this)"), class("clickable icon_in_text")], "/icons/16x16/sms.png","") | |
| 47 | 47 | else |
| 48 | 48 | empty, |
| 49 | 49 | img(_attrs+[class("icon_in_text")], "/icons/16x16/"+to_Icon(phone_type)), | ... | ... |