From db5e5d2977b257ebbb3afea1de1fabe7438e0695 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 20 Feb 2011 13:09:12 +0000 Subject: [PATCH] Qual: Removed deprecated files --- htdocs/theme/phones/others/index.php | 0 htdocs/theme/phones/others/tpl/index.php | 0 htdocs/theme/phones/others/tpl/login.tpl.php | 176 ------------------ .../others/tpl/passwordforgotten.tpl.php | 148 --------------- 4 files changed, 324 deletions(-) delete mode 100644 htdocs/theme/phones/others/index.php delete mode 100644 htdocs/theme/phones/others/tpl/index.php delete mode 100644 htdocs/theme/phones/others/tpl/login.tpl.php delete mode 100644 htdocs/theme/phones/others/tpl/passwordforgotten.tpl.php diff --git a/htdocs/theme/phones/others/index.php b/htdocs/theme/phones/others/index.php deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/htdocs/theme/phones/others/tpl/index.php b/htdocs/theme/phones/others/tpl/index.php deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/htdocs/theme/phones/others/tpl/login.tpl.php b/htdocs/theme/phones/others/tpl/login.tpl.php deleted file mode 100644 index 3e8cced8e8b..00000000000 --- a/htdocs/theme/phones/others/tpl/login.tpl.php +++ /dev/null @@ -1,176 +0,0 @@ - - * - * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * - * $Id$ - */ -header('Cache-Control: Public, must-revalidate'); -header("Content-type: text/html; charset=".$conf->file->character_set_client); -?> - - - - - - - - -<?php echo $langs->trans('Login'); ?> - - - - - - - - - - - - - -
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -'; -} -?> - - - - - -
- - -
- -
- - - -
-
- -

- - - -
- -
- - - - - - - - - - - - \ No newline at end of file diff --git a/htdocs/theme/phones/others/tpl/passwordforgotten.tpl.php b/htdocs/theme/phones/others/tpl/passwordforgotten.tpl.php deleted file mode 100644 index e2e82a82775..00000000000 --- a/htdocs/theme/phones/others/tpl/passwordforgotten.tpl.php +++ /dev/null @@ -1,148 +0,0 @@ - - * - * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * - * $Id$ - */ -header('Cache-Control: Public, must-revalidate'); -header("Content-type: text/html; charset=".$conf->file->character_set_client); -?> - - - - - - - - -Dolibarr Authentification - - - - - - - - - - -
- - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- -
- - - - trans('SendNewPasswordDesc'); ?> - - -
- trans('AuthenticationDoesNotAllowSendNewPassword', $mode); ?> -
- - -
- -
- - -
- -

- - -
- - trans('BackToLoginPage'); ?> - -
- -
-
- - - - - \ No newline at end of file