diff --git a/htdocs/conf/conf.class.php3 b/htdocs/conf/conf.class.php3 deleted file mode 100644 index 53cd4075a6f..00000000000 --- a/htdocs/conf/conf.class.php3 +++ /dev/null @@ -1,131 +0,0 @@ - - * - * $Id$ - * $Source$ - * - * 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. - * - */ - -class Conf { - var $readonly; - var $dbi; - - Function Conf() { - - $this->theme = "dolibarr"; - - $this->liste_limit = 20; - - $this->db = new DbConf(); - - $this->propal = new PropalConf(); - - $this->facture = new FactureConf(); - - $this->fichinter = new FicheInterConf(); - - $this->webcal = new WebcalConf(); - - $this->readonly = 0; - - $this->voyage = 1 ; - - $this->years = 2001; - - $this->css = "theme/dolibarr/dolibarr.css"; - - } -} - -class PropalConf { - Function PropalConf() { - - $this->fromtoname = "Service Commercial"; - $this->fromtomail = "commercial@propal.com"; - - $this->replytoname = "Service Commercial"; - $this->replytomail = "commercial@propal.com"; - - $this->templatesdir = "/home/www/dolibarr/dolibarr/templates/propal/default"; - $this->outputdir = "/home/www/dolibarr/dolibarr/htdocs/document/propal"; - /* - * Without ended slash - */ - $this->outputurl = "/document/propal"; - } -} - -class DbConf { - Function DbConf() { - $this->type = "mysql"; - $this->host = "localhost"; - $this->user = "dolibarr"; - $this->pass = ""; - $this->name = "dolibarr"; - } -} - -class WebcalConf { - Function WebcalConf() { - $this->enabled = 1; - - $this->url = "http://webcalendar.lafrere.lan/"; - - $this->db = new DbConf(); - $this->db->user = "rodo"; - $this->db->name = "webcalendar"; - - } -} - -/* - * Factures - * - */ -class FactureConf { - Function FactureConf() { - - $this->enabled = 1; - - $this->templatesdir = "/home/www/dolibarr/dolibarr/templates/facture/default"; - $this->outputdir = "/home/www/dolibarr/dolibarr/htdocs/document/facture"; - /* - * Without ended slash - */ - $this->outputurl = "/document/facture"; - } -} - -/* - * Fiche d'intervention - * - */ -class FicheInterConf { - Function FicheInterConf() { - - $this->enabled = 1; - - $this->templatesdir = "/home/www/dolibarr/dolibarr/templates/fichinter/rodolphe"; - $this->outputdir = "/home/www/dolibarr/dolibarr/htdocs/document/fichinter"; - /* - * Without ended slash - */ - $this->outputurl = "/document/fichinter"; - } -} - -?> diff --git a/htdocs/theme/yellow/img/1downarrow.png b/htdocs/theme/yellow/img/1downarrow.png new file mode 100644 index 00000000000..f67f46deb3e Binary files /dev/null and b/htdocs/theme/yellow/img/1downarrow.png differ diff --git a/htdocs/theme/yellow/img/1leftarrow.png b/htdocs/theme/yellow/img/1leftarrow.png new file mode 100644 index 00000000000..137115c0397 Binary files /dev/null and b/htdocs/theme/yellow/img/1leftarrow.png differ diff --git a/htdocs/theme/yellow/img/1rightarrow.png b/htdocs/theme/yellow/img/1rightarrow.png new file mode 100644 index 00000000000..fbac1f11294 Binary files /dev/null and b/htdocs/theme/yellow/img/1rightarrow.png differ diff --git a/htdocs/theme/yellow/img/1uparrow.png b/htdocs/theme/yellow/img/1uparrow.png new file mode 100644 index 00000000000..44e54e0cdcf Binary files /dev/null and b/htdocs/theme/yellow/img/1uparrow.png differ diff --git a/htdocs/theme/yellow/img/editdelete.png b/htdocs/theme/yellow/img/editdelete.png new file mode 100644 index 00000000000..5999892c878 Binary files /dev/null and b/htdocs/theme/yellow/img/editdelete.png differ diff --git a/htdocs/theme/yellow/img/fileclose.png b/htdocs/theme/yellow/img/fileclose.png new file mode 100644 index 00000000000..87faccb61ba Binary files /dev/null and b/htdocs/theme/yellow/img/fileclose.png differ diff --git a/htdocs/theme/yellow/img/filenew.png b/htdocs/theme/yellow/img/filenew.png new file mode 100644 index 00000000000..563f859eda0 Binary files /dev/null and b/htdocs/theme/yellow/img/filenew.png differ diff --git a/htdocs/theme/yellow/img/filter.png b/htdocs/theme/yellow/img/filter.png new file mode 100644 index 00000000000..4baa3a3be8e Binary files /dev/null and b/htdocs/theme/yellow/img/filter.png differ diff --git a/htdocs/theme/yellow/img/player_start.png b/htdocs/theme/yellow/img/player_start.png new file mode 100644 index 00000000000..ccc8bc1b66a Binary files /dev/null and b/htdocs/theme/yellow/img/player_start.png differ diff --git a/htdocs/theme/yellow/img/start.png b/htdocs/theme/yellow/img/start.png new file mode 100644 index 00000000000..9bf7f03ff83 Binary files /dev/null and b/htdocs/theme/yellow/img/start.png differ