X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Fplugins%2Fadmin%2Fgroups%2Fmain.inc;h=6bbaeb9ef4e1d7bb148bae764ccee59ff3d00f30;hb=8643c90e256421271e1e1fbb1b40301a80b214cf;hp=c4635a8247a0df5b00aa19835e4f55335a1b3061;hpb=f2051a79f2d56238cfc24d1d2d7dbe7f6123c1ce;p=gosa.git diff --git a/gosa-core/plugins/admin/groups/main.inc b/gosa-core/plugins/admin/groups/main.inc index c4635a824..6bbaeb9ef 100644 --- a/gosa-core/plugins/admin/groups/main.inc +++ b/gosa-core/plugins/admin/groups/main.inc @@ -1,21 +1,23 @@ remove_lock(); del_lock ($ui->dn); - sess_del ('groupManagement'); + session::un_set ('groupManagement'); } } else { /* Create groupManagement object on demand */ @@ -36,12 +38,12 @@ if ($remove_lock){ /* Page header*/ if (session::is_set('objectinfo')){ - $display= print_header(get_template_path('images/group.png'), + $display= print_header(get_template_path('plugins/groups/images/plugin.png'), _("Group administration"), "\"\" ". + get_template_path('images/lists/locked.png')."\"> ". @LDAP::fix(session::get('objectinfo'))); } else { - $display= print_header(get_template_path('images/group.png'), _("Group administration")); + $display= print_header(get_template_path('plugins/groups/images/plugin.png'), _("Group administration")); } $display.= $output; @@ -49,7 +51,7 @@ if ($remove_lock){ /* Reset requested? */ if (isset($_GET['reset']) && $_GET['reset'] == 1){ del_lock ($ui->dn); - sess_del ('groupManagement'); + session::un_set ('groupManagement'); } /* Show and save dialog */