diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php index 09b938ebb51..839ac4fdf9f 100644 --- a/htdocs/theme/bureau2crea/style.css.php +++ b/htdocs/theme/bureau2crea/style.css.php @@ -22,7 +22,7 @@ /** * \file htdocs/theme/bureau2crea/style.css.php * \brief Fichier de style CSS du theme bureau2crea - * \version $Id: style.css.php,v 1.55 2011/08/18 15:42:14 cdelambert Exp $ + * \version $Id: style.css.php,v 1.56 2011/08/19 11:49:48 bureau2crea Exp $ */ //if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language @@ -1591,6 +1591,10 @@ div.error { margin-bottom: 20px; } +#login div.error { + margin-top: 20px; + } + /* Info admin */ div.info { color: #505050; @@ -2197,13 +2201,14 @@ a.cke_dialog_ui_button /* ============================================================================== */ #login { - position: absolute; + position: relative; display: block; width: 480px; height: auto; top: 20px; left: 50%; margin-left: -240px; + margin-bottom: 30px; } div#infoVersion { @@ -2293,6 +2298,10 @@ div#infoLogin { div.other { margin: 10px 0px; text-align: center; + position: relative; + width: 480px; + left: 50%; + margin-left: -240px; } form.listactionsfilter img { diff --git a/htdocs/theme/bureau2crea/tpl/passwordforgotten.tpl.php b/htdocs/theme/bureau2crea/tpl/passwordforgotten.tpl.php new file mode 100644 index 00000000000..43b5fabbbce --- /dev/null +++ b/htdocs/theme/bureau2crea/tpl/passwordforgotten.tpl.php @@ -0,0 +1,112 @@ + + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * $Id: passwordforgotten.tpl.php,v 1.1 2011/08/19 11:49:58 bureau2crea Exp $ + */ +header('Cache-Control: Public, must-revalidate'); +header("Content-type: text/html; charset=".$conf->file->character_set_client); +?> + + + + + + + + +Dolibarr Authentification + + + + + + + + + +
+ + + +
+ +
+ Logo +
+ +
+
id="username" name="username" class="flat" size="15" maxlength="25" value="" tabindex="1" />
+ + +
trans('Entity'); ?>   + +
+ + + +
+ + +
+
+ + +
+ + + + +
+ class="button" name="password" value="trans('SendNewPassword'); ?>" tabindex="4" /> +
+
+ +
+ +
+ + + trans('SendNewPasswordDesc'); ?> + + +
+ trans('AuthenticationDoesNotAllowSendNewPassword', $mode); ?> +
+ +
+ +
+ + +
+ +
+ + +
+ + trans('BackToLoginPage'); ?> + +
+ + + + + \ No newline at end of file