Permissions in zones.php

This commit is contained in:
Richard Underwood 2017-01-09 10:29:56 +00:00
parent 6d56c7a44f
commit 4f118af176
3 changed files with 87 additions and 7 deletions

View file

@ -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%',