mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-27 11:10:10 +00:00
['Folder Permission' dialog] added a tip to the panels (#6897)
This commit is contained in:
parent
14108e2c0e
commit
d89adb2cfc
@ -290,6 +290,7 @@ class LibSubFolderSetGroupPermissionDialog extends React.Component {
|
|||||||
);
|
);
|
||||||
return (
|
return (
|
||||||
<Fragment>
|
<Fragment>
|
||||||
|
<p className="text-gray small">{gettext('Folder permission is only effective after the library is shared to users or groups. It is used to fine tune sub-folder permissions.')}</p>
|
||||||
<table className="w-xs-250">
|
<table className="w-xs-250">
|
||||||
{thead}
|
{thead}
|
||||||
<tbody>
|
<tbody>
|
||||||
|
@ -270,6 +270,7 @@ class LibSubFolderSetUserPermissionDialog extends React.Component {
|
|||||||
);
|
);
|
||||||
return (
|
return (
|
||||||
<Fragment>
|
<Fragment>
|
||||||
|
<p className="text-gray small">{gettext('Folder permission is only effective after the library is shared to users or groups. It is used to fine tune sub-folder permissions.')}</p>
|
||||||
<table className="w-xs-250">
|
<table className="w-xs-250">
|
||||||
{thead}
|
{thead}
|
||||||
<tbody>
|
<tbody>
|
||||||
|
Loading…
Reference in New Issue
Block a user