]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix remote share info icon for IE8
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 9 Apr 2015 10:11:42 +0000 (12:11 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 9 Apr 2015 10:11:42 +0000 (12:11 +0200)
core/js/share.js

index 646123a60556d36e614f10332077a6af87193be7..295516544350b9c429395bccad8208bd6a8f8c02 100644 (file)
@@ -399,7 +399,7 @@ OC.Share={
                        html += '<label for="shareWith" class="hidden-visually">'+t('core', 'Share')+'</label>';
                        html += '<input id="shareWith" type="text" placeholder="' + sharePlaceholder + '" />';
                        if(oc_appconfig.core.remoteShareAllowed) {
-                               html += '<a target="_blank" class="icon-info shareWithRemoteInfo" '
+                               html += '<a target="_blank" class="icon-info svg shareWithRemoteInfo" '
                                        + 'title="'+t('core', 'Share with people on other ownClouds using the syntax username@example.com/owncloud')+'" '
                                        + 'href="https://doc.owncloud.org/server/8.0/user_manual/files/federated_cloud_sharing.html"></a>';
                        }