Index: admin_templates/groups/groups_edit.tpl =================================================================== --- admin_templates/groups/groups_edit.tpl (revision 13756) +++ admin_templates/groups/groups_edit.tpl (working copy) @@ -53,18 +53,44 @@ + + + + : + + +
+
+ +   + + [][]" name="[][]" value=""> + [][]" name="_cb_[][]" checked onchange="update_checkbox(this, document.getElementById('[][]'));"> + + +
+ + +
- + + + + + + + +
Index: admin_templates/groups/permissions_selector.tpl =================================================================== --- admin_templates/groups/permissions_selector.tpl (revision 13756) +++ admin_templates/groups/permissions_selector.tpl (working copy) @@ -45,23 +45,6 @@ - - - "> - - - - -
-
- - - [][]" name="[][]" value=""> - [][]" name="_cb_[][]" checked onchange="update_checkbox(this, document.getElementById('[][]'));"> - - -
-
@@ -72,13 +55,8 @@ - - - - - - - + +
Index: units/admin/admin_config.php =================================================================== --- units/admin/admin_config.php (revision 13756) +++ units/admin/admin_config.php (working copy) @@ -57,7 +57,7 @@ 'icon' => 'site', 'label' => $this->Application->ConfigValue('Site_Name'), 'url' => Array ('t' => 'index', 'pass' => 'm', 'pass_section' => true, 'no_amp' => 1), - 'permissions' => Array ('advanced:admin_login', 'advanced:front_login'), + 'permissions' => Array (), 'priority' => 0, 'container' => true, 'type' => stTREE,