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'); ?> - - - - - - - - - - - - - -
- - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -'; -} -?> - -
 
  trans('Login'); ?>   - 
 
  trans('Password'); ?>   - -
 
  trans('Entity'); ?>   - -
 
  trans('SecurityCode'); ?> - - - - - -
- -
 

- -
'; - if ($forgetpasslink) { - echo ''; - echo '('.$langs->trans('PasswordForgotten'); - echo ''; - } - if ($helpcenterlink) { - echo ''; - if ($forgetpasslink) { - echo ' - '; - }else{ - echo '('; - } - echo $langs->trans('NeedHelpCenter'); - echo ')'; - } - echo '
- - - -
- - -
- -
- - - -
-
- -

- - - -
- -
- - - - - - - - - - - - \ 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('Login'); ?>   - id="username" name="username" class="flat" size="15" maxlength="25" value="" tabindex="1" />
  trans('Entity'); ?>   - -
 
  trans('SecurityCode'); ?> - - - - - -
- -
 

- class="button" name="password" value="trans('SendNewPassword'); ?>" tabindex="4" /> -
- -
- -
- -
- - - - trans('SendNewPasswordDesc'); ?> - - -
- trans('AuthenticationDoesNotAllowSendNewPassword', $mode); ?> -
- - -
- -
- - -
- -

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