Code

Fixed password change acls & messages
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 2 Nov 2006 12:10:39 +0000 (12:10 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 2 Nov 2006 12:10:39 +0000 (12:10 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4998 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/password/changed.tpl
plugins/personal/password/main.inc
plugins/personal/password/password.tpl

index 375519fed09cd0e29097418d39896c5cef69166a..b74ea405929ebc30f1f577f3d6823dadcd64ccfe 100644 (file)
@@ -1,7 +1,3 @@
-<div class="plugtop">
-  <img class="center" alt="" src="{$headimage}" align="middle">{t}Change password{/t}
-</div>
-
 <p>
  <b>{t}You've successfully changed your password. Remember to change all programms configured to use it as well.{/t}</b>
 </p>
index 6ea7333c2b5a860cd10fa41573c00fd3307f689f..0d21e6d13b6d96d8077e8bd2c7d1bea208ead57e 100644 (file)
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
+$display = "";
 if (!$remove_lock){
 
   /* Assign headline image */
-  $smarty->assign ('headimage', get_template_path('images/password.png'));
+  $smarty->assign ('headimage',"");
   $display= "";
 
   $password_ACLS = $ui->get_permissions($ui->dn,"users/password");
@@ -74,8 +75,10 @@ if (!$remove_lock){
       }
 
       if (count ($message) != 0){
+
         /* Show error message and continue editing */
         show_errors($message);
+
       } else {
 
         /* Passed quality check, just try to change the password now */
@@ -117,5 +120,8 @@ if (!$remove_lock){
   }
 }
 
+$display = print_header(get_template_path('images/password.png'),_("Change password"), "").$display;
+
+
 // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
 ?>
index ef813db5e38f16cfd1b3eee5f5a0b982ec56f6b9..bf299e1e49caeace2840e8692a8f15534bbbdf66 100644 (file)
@@ -1,6 +1,3 @@
-<div class="plugtop">
-  <img alt="" src="{$headimage}" align=middle>{t}Change password{/t}
-</div>
 
 <p>
   {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}