summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-04-12 20:59:03 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2017-04-12 20:59:03 +0200
commit659aafa3e3e5beef10a7f1f5f9b0b9df385ffde9 (patch)
tree07fe6b50073f87ec3193437a0aedfa82ca9d222c
parentb64aceb48c66bc77c3c897022c5008b1bf555ee1 (diff)
Fix AdBlock blocking share icon
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
-rw-r--r--templates/addressBook.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/addressBook.html b/templates/addressBook.html
index 92e3a1f1..73c2aca1 100644
--- a/templates/addressBook.html
+++ b/templates/addressBook.html
@@ -2,7 +2,7 @@
<span class="utils">
<span class="action">
<span
- class="addressbooklist-icon icon-share"
+ class="addressbooklist-icon icon-shared"
title="{{ctrl.t.shareAddressbook}}"
ng-click="ctrl.toggleSharesEditor(ctrl.addressBook)">
</span>
@@ -45,9 +45,9 @@
</span>
<div class="addressBookUrlContainer" ng-show="ctrl.showInputUrl">
- <input id="addressBookUrl_{{ctrl.addressBook.ctag}}" class="addressBookUrl"
+ <input id="addressBookUrl_{{ctrl.addressBook.ctag}}" class="addressBookUrl"
uib-tooltip="{{ctrl.InputUrlTooltip}}"
- tooltip-is-open="true" tooltip-append-to-body="true"
+ tooltip-is-open="true" tooltip-append-to-body="true"
type="url" value="{{ctrl.addressBook.url}}" readonly />
<input type="button" class="inline-button icon-close action pull-right" ng-click="ctrl.showInputUrl=false" uib-tooltip="{{ctrl.t.close}}">
</div>
@@ -67,7 +67,7 @@
<span class="icon icon-user"></span>
<span class="shareeIdentifier">{{ userShare.displayname }}</span>
<span class="utils">
- <input type="checkbox" name="editable" class="checkbox"
+ <input type="checkbox" name="editable" class="checkbox"
id="checkbox_sharedWithUser_{{ctrl.addressBook.tmpId}}_{{$id}}"
ng-model="userShare.writable" value="edit"
ng-change="ctrl.updateExistingUserShare(userShare.id, userShare.writable)">
@@ -86,7 +86,7 @@
<span class="icon icon-group"></span>
<span class="shareeIdentifier">{{ groupShare.displayname }}</span>
<span class="utils">
- <input type="checkbox" name="editable" class="checkbox"
+ <input type="checkbox" name="editable" class="checkbox"
id="checkbox_sharedWithGroup_{{ctrl.addressBook.tmpId}}_{{$id}}"
ng-model="groupShare.writable" value="edit"
ng-change="ctrl.updateExistingGroupShare(groupShare.id, groupShare.writable)">