diff --git a/plugins/dynamix/NewPerms.page b/plugins/dynamix/NewPerms.page index 60912f1fd..e6b699522 100644 --- a/plugins/dynamix/NewPerms.page +++ b/plugins/dynamix/NewPerms.page @@ -25,17 +25,15 @@ function setNewPerms(form) { if (item.selected) { if (dirs.length) dirs += '|'; dirs += item.value; - item.selected = false; } } for (var i=1,item; item=form.includeShare.options[i]; i++) { if (item.selected) { if (dirs.length) dirs += '|'; dirs += item.value; - item.selected = false; } } - if (dirs) openBox('/webGui/scripts/newperms&arg1='+dirs,'New Permissions',490,430); + if (dirs) swal({title:'Proceed?',text:'This will update folder & file permissions',type:'warning',showCancelButton:true},function(){openBox('/webGui/scripts/newperms&arg1='+dirs,'New Permissions',490,430);}); } $(function() { $('#s1').dropdownchecklist({emptyText:'None', width:131, firstItemChecksAll:true, explicitClose:'...close'}); @@ -69,7 +67,7 @@ Clicking **Start** will open another window and start the background process. Closing the window before completion will terminate the background process - so don't do that. This process can take a long time if you have many files. -
+ Disks

- - -Array must be Started to change permissions. + + -Yes I want to do this + Array must be Started to change permissions.