mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 15:09:14 +00:00
['Folder Permission' dialog] added a tip to the panels (#6897)
This commit is contained in:
@@ -290,6 +290,7 @@ class LibSubFolderSetGroupPermissionDialog extends React.Component {
|
||||
);
|
||||
return (
|
||||
<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">
|
||||
{thead}
|
||||
<tbody>
|
||||
|
@@ -270,6 +270,7 @@ class LibSubFolderSetUserPermissionDialog extends React.Component {
|
||||
);
|
||||
return (
|
||||
<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">
|
||||
{thead}
|
||||
<tbody>
|
||||
|
Reference in New Issue
Block a user