From aeb6d2c9a4b71127f14ff11b815ce62dcd0b0b38 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 1 Mar 2010 14:24:11 +0000 Subject: [PATCH] removed header stuff git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15801 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/personal/myaccount/main.inc | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/gosa-core/plugins/personal/myaccount/main.inc b/gosa-core/plugins/personal/myaccount/main.inc index f8169995e..07924d240 100644 --- a/gosa-core/plugins/personal/myaccount/main.inc +++ b/gosa-core/plugins/personal/myaccount/main.inc @@ -109,28 +109,18 @@ if (! $cleanup ){ $display.= "\n"; $display.= " "; $display.= "\n"; - $info= " ".$ui->dn." "; } else { $info= " ".$ui->dn." "; /* Only display edit button if there is at least one attribute editable */ if(preg_match("/r/",$ui->get_permissions($ui->dn,"users/MyAccountTabs"))){ - $info.= " ". - msgPool::clickEditToChange(); - $display.= "\n"; } $display.= "\n"; } $display.= "\n"; } - - /* Page header*/ - $display= print_header(get_template_path('plugins/posix/images/plugin.png'), - _("POSIX settings"), $info).$display; - } // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: -- 2.30.2