1
0
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:
llj 2024-10-15 12:02:31 +08:00 committed by GitHub
parent 14108e2c0e
commit d89adb2cfc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -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>

View File

@ -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>