mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-06-07 00:47:00 +03:00
Permissions in zones.php
This commit is contained in:
parent
6d56c7a44f
commit
4f118af176
3 changed files with 87 additions and 7 deletions
|
@ -808,6 +808,7 @@ $(document).ready(function () {
|
|||
return $img;
|
||||
}
|
||||
},
|
||||
<?php if (is_adminuser()) { ?>
|
||||
permissions: {
|
||||
title: 'Permissions',
|
||||
width: '10%',
|
||||
|
@ -881,6 +882,7 @@ $(document).ready(function () {
|
|||
return $img;
|
||||
}
|
||||
},
|
||||
<?php } ?>
|
||||
exportzone: {
|
||||
title: '',
|
||||
width: '1%',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue