mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
fix remote share info icon for IE8
This commit is contained in:
parent
000b09ee7a
commit
7f237223e5
1 changed files with 1 additions and 1 deletions
|
|
@ -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>';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue