diff --git a/plugins/dynamix/SecurityAFP.page b/plugins/dynamix/SecurityAFP.page index 4371034c3..32eaf1e79 100644 --- a/plugins/dynamix/SecurityAFP.page +++ b/plugins/dynamix/SecurityAFP.page @@ -3,8 +3,8 @@ Title="AFP Security Settings" Cond="(($var['shareAFPEnabled']!='no') && (isset($name)?array_key_exists($name,$sec_afp):0))" --- - - +?> > This section is used to configure the security settings for the share when accessed using AFP and > appears only when AFP is enabled on the Network Services page. -
- - + + diff --git a/plugins/dynamix/SecurityNFS.page b/plugins/dynamix/SecurityNFS.page index e94bcbf8c..0139f0b2b 100644 --- a/plugins/dynamix/SecurityNFS.page +++ b/plugins/dynamix/SecurityNFS.page @@ -14,7 +14,30 @@ Cond="(($var['shareNFSEnabled']!='no') && (isset($name)?array_key_exists($name,$ * all copies or substantial portions of the Software. */ ?> - + + diff --git a/plugins/dynamix/SecuritySMB.page b/plugins/dynamix/SecuritySMB.page index 8461e864e..ad1818628 100644 --- a/plugins/dynamix/SecuritySMB.page +++ b/plugins/dynamix/SecuritySMB.page @@ -3,8 +3,8 @@ Title="SMB Security Settings" Cond="(($var['shareSMBEnabled']!='no') && (isset($name)?array_key_exists($name,$sec):0))" --- -function clone_list($disk) { +function clone_list_smb($disk) { return strpos($disk['status'],'_NP')===false && ($disk['type']=='Data' || $disk['name']=='cache'); } ?> - - -> *Clone destinations* is used to copy the SMB security settings of the current selected share to one or more other existing shares. +> *Clone settings to* is used to copy the SMB security settings of the current selected share to one or more other existing shares. > > Select the desired destinations and press **Clone** to copy the SMB security settings to those shares. -