summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9c9a6cd)
raw | patch | inline | side by side (parent: 9c9a6cd)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 2 Nov 2006 12:10:39 +0000 (12:10 +0000) | ||
committer | hickert <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 | patch | blob | history | |
plugins/personal/password/main.inc | patch | blob | history | |
plugins/personal/password/password.tpl | patch | blob | history |
index 375519fed09cd0e29097418d39896c5cef69166a..b74ea405929ebc30f1f577f3d6823dadcd64ccfe 100644 (file)
-<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");
}
if (count ($message) != 0){
+
/* Show error message and continue editing */
show_errors($message);
+
} else {
/* Passed quality check, just try to change the password now */
}
}
+$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)
-<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}