Code

Fixed password dialog
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 12 Aug 2008 13:57:56 +0000 (13:57 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 12 Aug 2008 13:57:56 +0000 (13:57 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12199 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/html/password.php
gosa-core/ihtml/themes/default/password.tpl

index 6ea6743b156dea6061fb8f69c6a1fcba240dcd49..5aadb15a201d1687eda5d261fa54495a17062ee8 100644 (file)
@@ -294,6 +294,7 @@ if ($error_collector != ""){
   $smarty->assign("php_errors", "");
 }
 
+$smarty->assign("msg_dialogs", msg_dialog::get_dialogs());
 displayPWchanger();
 
 ?>
index e7a3b87f3446fe55b2ceabae29a952fb4603e8c3..8956e517539cc79da8791b8ca658ed2497e55bee 100644 (file)
@@ -16,6 +16,7 @@
   <meta http-equiv="Cache-Control" content="post-check=0, pre-check=0">
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 
+  <style type="text/css">@import url('themes/default/style.css');</style>
   <style type="text/css">@import url('themes/default/password-style.css');</style>
   <link rel="shortcut icon" href="favicon.ico">
 
 
 {/if}
 
+{$msg_dialogs}
+
 <table class='iesucks'><tr><td>{$errors}</td></tr></table>
 
 <!-- Place cursor in username field -->
 <script language="JavaScript" type="text/javascript">
   <!-- // First input field on page
   focus_field('error_accept','uid','directory', 'username', 'current_password');
+  next_msg_dialog();
   -->
 </script>