summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8c45d65)
raw | patch | inline | side by side (parent: 8c45d65)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 10 Oct 2006 11:31:38 +0000 (11:31 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 10 Oct 2006 11:31:38 +0000 (11:31 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4873 594d385d-05f5-0310-b6e9-bd551577e9d8
Changelog | patch | blob | history | |
plugins/personal/password/main.inc | patch | blob | history | |
plugins/personal/password/password.tpl | patch | blob | history |
diff --git a/Changelog b/Changelog
index 3f5c0a4b6529e3f67a67cbf0c3f86cc67cbd4763..03acaaffda6d776abbc262b7208124c54bb888d7 100644 (file)
--- a/Changelog
+++ b/Changelog
- Fixed saving of terminal attribute gotoLpdEnable
- Avoid reset of several attributes from workstations when not
inherited from object groups.
+ - Show error messages from password dialog
* gosa 2.5.4
- Included patch to choose the addressbook base
index df07d11623bc9e282028dcf0dd2f26f28a0751be..22624f6d7b729eac6b202c2893dccbcd778dd0a5 100644 (file)
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-if (!$remove_lock){
+$display= "";
- /* Assign headline image */
- $smarty->assign ('headimage', get_template_path('images/password.png'));
- $display= "";
+if (!$remove_lock){
/* Check for interaction */
if ($_SERVER["REQUEST_METHOD"] == "POST"){
}
}
+/* Assign headline image */
+$display= print_header(get_template_path('images/password.png'),
+ _("Change password"), "").$display;
+
// vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
?>
index ebd11d35041c7e2b9869f7dd0f5cc09cb069893b..a62a01352ff1adde217c72a780767929a413daf0 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}
</p>