Ability to set ownership and password when sharing a folder

This commit is contained in:
yflory
2019-08-27 10:53:41 +02:00
parent 0f23d7699a
commit 8957bbd782
4 changed files with 36 additions and 15 deletions

View File

@@ -592,6 +592,16 @@ define([
]);
};
UI.createHelper = function (href, text) {
var q = h('a.fa.fa-question-circle', {
style: 'text-decoration: none !important;',
title: text,
href: href,
target: "_blank",
'data-tippy-placement': "right"
});
return q;
};
/*
* spinner