Removed privilege overrides.
This commit is contained in:
parent
918da0ac3d
commit
ad66fc2b0b
8 changed files with 38 additions and 32 deletions
|
|
@ -1527,7 +1527,7 @@ sub template {
|
|||
rearrange([qw(name value label namespace afterEdit extras uiLevel)], @p);
|
||||
if (_uiLevelChecksOut($uiLevel)) {
|
||||
$label = $label || WebGUI::International::get(356);
|
||||
if (WebGUI::Privilege::isInGroup($session{setting}{templateManagersGroup})) {
|
||||
if (WebGUI::Privilege::isInGroup(8)) {
|
||||
#disabled until we can resolve the "new" wobject problem
|
||||
#if ($afterEdit) {
|
||||
# $subtext = '<a href="'.WebGUI::URL::page("op=editTemplate&tid=".$value."&namespace=".$namespace
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue