mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 02:28:03 -07:00
FileManager. Updated rights with numeric field
This commit is contained in:
parent
20acf12a54
commit
45d5e885a4
3 changed files with 58 additions and 39 deletions
|
@ -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>\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue