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,7 +43,7 @@ public define HTML_Off_Form | ||
| 43 | sequence([ | 43 | sequence([ |
| 44 | //add sms | 44 | //add sms |
| 45 | if phone_type = cellphone then | 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 | else | 47 | else |
| 48 | empty, | 48 | empty, |
| 49 | img(_attrs+[class("icon_in_text")], "/icons/16x16/"+to_Icon(phone_type)), | 49 | img(_attrs+[class("icon_in_text")], "/icons/16x16/"+to_Icon(phone_type)), |