From ca0b8044a2a8646dffe9365b61cfc2c48ded5d5a Mon Sep 17 00:00:00 2001 From: cajus Date: Sat, 1 May 2010 19:19:46 +0000 Subject: [PATCH] Updated styles git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18014 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/admin/users/password.tpl | 8 ++------ gosa-core/plugins/personal/password/main.inc | 4 ---- gosa-core/plugins/personal/password/password.tpl | 8 ++------ 3 files changed, 4 insertions(+), 16 deletions(-) diff --git a/gosa-core/plugins/admin/users/password.tpl b/gosa-core/plugins/admin/users/password.tpl index 0a36fbc1d..6008f0ac8 100644 --- a/gosa-core/plugins/admin/users/password.tpl +++ b/gosa-core/plugins/admin/users/password.tpl @@ -4,10 +4,6 @@ {t}To change the user password use the fields below. The changes take effect immediately. Please memorize the new password, because the user wouldn't be able to login without it.{/t}

-

- {t}Changing the password affects your authentification on mail, proxy, samba and unix services.{/t} -

- @@ -26,8 +22,8 @@
{t}Strength{/t} - - + +
diff --git a/gosa-core/plugins/personal/password/main.inc b/gosa-core/plugins/personal/password/main.inc index d062c2f85..a6f56cfe8 100644 --- a/gosa-core/plugins/personal/password/main.inc +++ b/gosa-core/plugins/personal/password/main.inc @@ -52,10 +52,6 @@ if ( $cleanup ){ /* Execute formular */ $display.= $password->execute (); - /* Page header*/ - $display= print_header(get_template_path('plugins/password/images/plugin.png'), - _("Password settings"), "").$display; - } // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: diff --git a/gosa-core/plugins/personal/password/password.tpl b/gosa-core/plugins/personal/password/password.tpl index d678d5d3a..a7b7b29ff 100644 --- a/gosa-core/plugins/personal/password/password.tpl +++ b/gosa-core/plugins/personal/password/password.tpl @@ -4,10 +4,6 @@ {t}To change your personal password use the fields below. The changes take effect immediately. Please memorize the new password, because you wouldn't be able to login without it.{/t}

-

- {t}Changing the password affects your authentification on mail, proxy, samba and unix services.{/t} -

- @@ -31,8 +27,8 @@
{t}Password strength{/t} - - + +
-- 2.30.2