FileManager. Updated rights with numeric field

This commit is contained in:
Dmitry Naumov-Socolov 2016-10-17 10:45:45 -04:00
commit 45d5e885a4
3 changed files with 58 additions and 39 deletions

View file

@ -143,6 +143,7 @@ App.Templates.html = {
<li><label><input type="checkbox" name="write-by-others" value="1" ~!:WRITE_BY_OTHERS~! /> '+App.Constants.FM_WRITE_BY_OTHERS+'</label></li>\
<li><label><input type="checkbox" name="execute-by-others" value="1" ~!:EXECUTE_BY_OTHERS~! /> '+App.Constants.FM_EXECUTE_BY_OTHERS+'</label></li>\
</ul>\
<input type="text" name="mask" class="chmod-mask" maxlength="3" />\
</div>\
<div class="controls">\
<p class="cancel" onClick="FM.popupClose();">'+App.Constants.FM_CANCEL+'</p>\
@ -166,6 +167,7 @@ App.Templates.html = {
<li><label><input type="checkbox" name="write-by-others" value="1" checked /> '+App.Constants.FM_WRITE_BY_OTHERS+'</label></li>\
<li><label><input type="checkbox" name="execute-by-others" value="1" checked /> '+App.Constants.FM_EXECUTE_BY_OTHERS+'</label></li>\
</ul>\
<input type="text" name="mask" class="chmod-mask" maxlength="3" value="777" />\
</div>\
<div class="controls">\
<p class="cancel" onClick="FM.popupClose();">'+App.Constants.FM_CANCEL+'</p>\