add icons to filesharemodal tabs
This commit is contained in:
parent
8cfc108276
commit
c4f84b9ee9
@ -1364,12 +1364,15 @@ define([
|
|||||||
// Create modal
|
// Create modal
|
||||||
var tabs = [{
|
var tabs = [{
|
||||||
title: Messages.share_linkCategory,
|
title: Messages.share_linkCategory,
|
||||||
|
icon: "fa fa-link",
|
||||||
content: frameLink
|
content: frameLink
|
||||||
}, {
|
}, {
|
||||||
title: Messages.share_contactCategory,
|
title: Messages.share_contactCategory,
|
||||||
|
icon: "fa fa-address-book",
|
||||||
content: frameContacts
|
content: frameContacts
|
||||||
}, {
|
}, {
|
||||||
title: Messages.share_embedCategory,
|
title: Messages.share_embedCategory,
|
||||||
|
icon: "fa fa-code",
|
||||||
content: frameEmbed
|
content: frameEmbed
|
||||||
}];
|
}];
|
||||||
if (typeof(AppConfig.customizeShareOptions) === 'function') {
|
if (typeof(AppConfig.customizeShareOptions) === 'function') {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user