Browse Source

Fix icon of second action

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
pull/3233/head
Christoph Wurst 9 years ago
parent
commit
ecd408d524
  1. 8
      core/js/contactsmenu.js

8
core/js/contactsmenu.js

@ -62,6 +62,11 @@
+ ' <img src="{{contact.topAction.icon}}">'
+ '</a>'
+ '{{/if}}'
+ '{{#if contact.hasTwoActions}}'
+ '<a class="second-action" href="{{contact.secondAction.hyperlink}}">'
+ ' <img src="{{contact.secondAction.icon}}">'
+ '</a>'
+ '{{/if}}'
+ '{{#if contact.hasManyActions}}'
+ ' <span class="other-actions icon-more"></span>'
+ ' <div class="menu popovermenu">'
@ -76,9 +81,6 @@
+ ' {{/each}}'
+ ' </ul>'
+ ' </div>'
+ '{{/if}}'
+ '{{#if contact.hasTwoActions}}'
+ '<a class="second-action {{contact.secondAction.icon}}" href="{{contact.secondAction.hyperlink}}"></a>'
+ '{{/if}}';
/**

Loading…
Cancel
Save