diff --git a/htdocs/theme/dev/.cvsignore b/htdocs/theme/dev/.cvsignore deleted file mode 100644 index 98e6ef67fad..00000000000 --- a/htdocs/theme/dev/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -*.db diff --git a/htdocs/theme/dev/AUTHOR b/htdocs/theme/dev/AUTHOR deleted file mode 100644 index 0ea1285e92c..00000000000 --- a/htdocs/theme/dev/AUTHOR +++ /dev/null @@ -1 +0,0 @@ -2004-2005 Rodolphe Quiedeville diff --git a/htdocs/theme/dev/alert.css b/htdocs/theme/dev/alert.css deleted file mode 100644 index d1d62cf3c84..00000000000 --- a/htdocs/theme/dev/alert.css +++ /dev/null @@ -1,143 +0,0 @@ -.overlay_alert { - background-color: #DDDDDD; - filter: alpha(opacity=50); /*Does not respect CSS standard */ - -moz-opacity: 0.5; - opacity: 0.5; -} - -.alert_nw { - width: 5px; - height: 5px; - background: transparent url(alert/top_left.gif) no-repeat bottom left; -} - -.alert_n { - height: 5px; - background: transparent url(alert/top.gif) repeat-x bottom left; -} - -.alert_ne { - width: 5px; - height: 5px; - background: transparent url(alert/top_right.gif) no-repeat bottom left -} - -.alert_e { - width: 5px; - background: transparent url(alert/right.gif) repeat-y 0 0; -} - -.alert_w { - width: 5px; - background: transparent url(alert/left.gif) repeat-y 0 0; -} - -.alert_sw { - width: 5px; - height: 5px; - background: transparent url(alert/bottom_left.gif) no-repeat 0 0; -} - -.alert_s { - height: 5px; - background: transparent url(alert/bottom.gif) repeat-x 0 0; -} - -.alert_se, .alert_sizer { - width: 5px; - height: 5px; - background: transparent url(alert/bottom_right.gif) no-repeat 0 0; -} - -.alert_close { - width:0px; - height:0px; - display:none; -} - -.alert_minimize { - width:0px; - height:0px; - display:none; -} - -.alert_maximize { - width:0px; - height:0px; - display:none; -} - -.alert_title { - float:left; - height:1px; - width:100%; -} - -.alert_content { - overflow:visible; - color: #000; - font-family: Tahoma, Arial, sans-serif; - font: 12px arial; - background: #FFF; -} - -/* For alert/confirm dialog */ -.alert_window { - background: #FFF; - padding:30px; - margin-left:auto; - margin-right:auto; - width:400px; -} - -.alert_message { - font: 12px arial; - text-align:left; - width:100%; - color:#012; - padding-top:5px; - padding-left:5px; - padding-bottom:5px; -} - -.alert_buttons { - text-align:center; - width:100%; -} - -.alert_buttons input { - width:20%; - margin:5px; -} - -.alert_progress { - float:left; - margin:auto; - text-align:center; - width:100%; - height:16px; - background: #FFF url('alert/progress.gif') no-repeat center center -} - -/* DO NOT CHANGE THESE VALUES*/ -.dialog { - display: block; - position: absolute; -} - -.dialog table.table_window { - border-collapse: collapse; - border-spacing: 0; - width: 100%; - margin: 0px; - padding:0px; -} - -.dialog table.table_window td , .dialog table.table_window th { - padding: 0; -} - -.dialog .title_window { - -moz-user-select:none; -} - diff --git a/htdocs/theme/dev/alert/.cvsignore b/htdocs/theme/dev/alert/.cvsignore deleted file mode 100644 index 98e6ef67fad..00000000000 --- a/htdocs/theme/dev/alert/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -*.db diff --git a/htdocs/theme/dev/alert/bottom.gif b/htdocs/theme/dev/alert/bottom.gif deleted file mode 100644 index 9870f5224ab..00000000000 Binary files a/htdocs/theme/dev/alert/bottom.gif and /dev/null differ diff --git a/htdocs/theme/dev/alert/bottom_left.gif b/htdocs/theme/dev/alert/bottom_left.gif deleted file mode 100644 index 583f113faf4..00000000000 Binary files a/htdocs/theme/dev/alert/bottom_left.gif and /dev/null differ diff --git a/htdocs/theme/dev/alert/bottom_right.gif b/htdocs/theme/dev/alert/bottom_right.gif deleted file mode 100644 index 230ba12bedb..00000000000 Binary files a/htdocs/theme/dev/alert/bottom_right.gif and /dev/null differ diff --git a/htdocs/theme/dev/alert/left.gif b/htdocs/theme/dev/alert/left.gif deleted file mode 100644 index 4a3fab52023..00000000000 Binary files a/htdocs/theme/dev/alert/left.gif and /dev/null differ diff --git a/htdocs/theme/dev/alert/overlay.png b/htdocs/theme/dev/alert/overlay.png deleted file mode 100644 index 2f3344e5cbb..00000000000 Binary files a/htdocs/theme/dev/alert/overlay.png and /dev/null differ diff --git a/htdocs/theme/dev/alert/progress.gif b/htdocs/theme/dev/alert/progress.gif deleted file mode 100644 index 529e72f45a2..00000000000 Binary files a/htdocs/theme/dev/alert/progress.gif and /dev/null differ diff --git a/htdocs/theme/dev/alert/right.gif b/htdocs/theme/dev/alert/right.gif deleted file mode 100644 index 85ba9e2a56a..00000000000 Binary files a/htdocs/theme/dev/alert/right.gif and /dev/null differ diff --git a/htdocs/theme/dev/alert/top.gif b/htdocs/theme/dev/alert/top.gif deleted file mode 100644 index 8f6193664b7..00000000000 Binary files a/htdocs/theme/dev/alert/top.gif and /dev/null differ diff --git a/htdocs/theme/dev/alert/top_left.gif b/htdocs/theme/dev/alert/top_left.gif deleted file mode 100644 index fabb33a189b..00000000000 Binary files a/htdocs/theme/dev/alert/top_left.gif and /dev/null differ diff --git a/htdocs/theme/dev/alert/top_right.gif b/htdocs/theme/dev/alert/top_right.gif deleted file mode 100644 index 9fec6fa2b34..00000000000 Binary files a/htdocs/theme/dev/alert/top_right.gif and /dev/null differ diff --git a/htdocs/theme/dev/dev.css b/htdocs/theme/dev/dev.css deleted file mode 100644 index 6a909d43fb6..00000000000 --- a/htdocs/theme/dev/dev.css +++ /dev/null @@ -1,1048 +0,0 @@ -/* Copyright (C) 2002-2004 Rodolphe Quiedeville - * Copyright (C) 2004-2008 Laurent Destailleur - * - * 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. - */ - -/** - \file htdocs/theme/dev/dev.css.php - \brief Fichier de style CSS du theme Dev - \version $Id$ -*/ - -/***** Style du fond *****/ -body -{ - font-family: sans-serif; - font-size: 0.7em; - background: #dee7ec; - margin-top: 0; - margin-bottom: 0; - margin-right: 0; - margin-left: 0; - -} - - -a -{ - text-decoration: none; -} - -div.tmenu -{ - float: top; - display: block; - background: #dcdad5; - white-space: nowrap; - margin: 0px; - padding-left: 4px; - padding-right: 4px; - padding-bottom: 0px; - border-top: 0px; - border-left: 0px; - border-right: 0px; - border-bottom:1px solid #9d9da1; - height: 20px; -} - -a.tmenudisabled -{ - color: #757575; - font-weight: normal; - cursor: not-allowed; -} -a.tmenudisabled:link -{ - color: #757575; - font-weight: normal; -} -a.tmenudisabled:visited -{ - color: #757575; - font-weight: normal; -} -a.tmenudisabled:hover -{ - color: #757575; - font-weight: normal; -} -a.tmenudisabled:active -{ - color: #757575; - font-weight: normal; -} - -table.tmenu -{ - padding: 0px 0px 0px 0px; - margin: 0px 0px 0px 0px; - height: 24px; -} - -a.tmenu -{ - margin-right: 3px; - text-decoration: none; - color: #505050; - font-weight:bold; - font-size:11px; -} - -a.tmenusel -{ - border-bottom:4px solid #9d9da1; - color: #000000; -} - -a.tmenu:hover -{ - border-color:gray; - border-bottom:4px solid #9d9da1; - color:black; -} - - -/* Pour menu TOP auguria uniquement */ -* html div.tmenu li a -{ - width:40px; -} -div.tmenu ul { - padding: 0px 0px 0px 0px; - margin: 0px 0px 0px 0px; - list-style: none; - -} -div.tmenu li { - float: left; - border-right: solid 1px #000000; - height: 18px; - position:relative; - display: block; - margin:0; - padding:0; -} -div.tmenu li a{ - font-size: 13px; - color:#000000; - text-decoration:none; - padding-left:10px; - padding-right:10px; - padding-top: 2px; - height: 18px; - display: block; - font-weight: normal; -} -div.tmenu li a.tmenusel -{ - background:#FFFFFF; - color:#000000; - font-weight: normal; -} -div.tmenu li a:visited -{ - color:#000000; - font-weight: normal; -} -div.tmenu li a:hover -{ - background:#FFFFFF; - color:#000000; - font-weight: normal; -} -div.tmenu li a:active -{ - color:#000000; - font-weight: normal; -} -div.tmenu li a:link -{ - font-weight: normal; -} - - - -/* Login */ - -a.login -{ - position: absolute; - right: 27px; - top: 6px; - margin-right: 3px; - - padding: 0px; - text-decoration: none; - color:gray; - font-weight:bold; - font-size:11px; -} - -img.login -{ - position: absolute; - right: 9px; - top: 3px; - padding:3px; - text-decoration:none; - color:gray; - font-weight:bold; - font-size:11px; -} - -a.login:hover -{ - border-color:gray; - border-bottom:4px solid #9d9da1; - color:black; -} - -img {vertical-align:text-top} - - - -div.blockvmenupair -{ - padding: 3px; - border-bottom: thin solid #6495ed; -} - -div.blockvmenuimpair -{ - - padding: 3px; - border-bottom: thin solid #6495ed; -} - -a.vmenu -{ - padding-bottom:3px; - text-decoration:none; - color: #505050; - font-weight:bold; - font-size:11px; -} - -a.vsmenu -{ - margin-left: 8px; - padding-bottom:3px; - text-decoration:none; - color: #505050; - font-weight:bold; - font-size:11px; - } - -a.vmenu:hover -{ - border-color:gray; - text-decoration: none; - color: #000000; - } - -a.vsmenu:hover -{ - border-color:gray; - color: #000000; -} - -font.vmenudisabled -{ - padding-bottom:3px; - text-decoration:none; - color: #A0A0A0; - font-weight:bold; - font-size:11px; -} -font.vsmenudisabled -{ - margin-left: 8px; - padding-bottom:3px; - text-decoration:none; - color: #A0A0A0; - font-weight:bold; - font-size:11px; - cursor: not-allowed; -} - - -table.liste -{ - border: blue small solid #000000; - border-collapse: collapse; - width: 100%; - } - -table.liste tr -{ - background: #dfdfdf; - } - - -table.liste tr:hover -{ - background: white; - } - - -table.liste th -{ - border: 1px solid #6495ed; - - width: 50%; - font-size:12px; - text-align: left; - padding: 2px; -} - -table.liste th:hover -{ - background: #dfdfdf; -} - -table.liste td -{ - border-bottom: 1px solid #6495ed; - font-size: 10px; -} - - -/***** Styles par défaut *****/ -input -{ - font-size: 11px; - font-family: helvetica, verdana, arial, sans-serif; - background: #FDFDFD; - border: 1px solid #9CACAB; - padding: 0px 0px 0px 0px; - margin: 0px 0px 0px 0px; -} -input.flat -{ - font-size: 11px; - font-family: helvetica, verdana, arial, sans-serif; - background: #FDFDFD; - border: 1px solid #9CACAB; - padding: 0px 0px 0px 0px; - margin: 0px 0px 0px 0px; -} -textarea { - font-size: 11px; - font-family: helvetica, verdana, arial, sans-serif; - border: 1px solid #8C9C9B; - padding: 0px 0px 0px 0px; - margin: 0px 0px 0px 0px; -} -textarea.flat -{ - font-size: 11px; - font-family: helvetica, verdana, arial, sans-serif; - border: 1px solid #8C9C9B; - padding: 0px 0px 0px 0px; - margin: 0px 0px 0px 0px; -} -select.flat -{ - font-size: 11px; - font-family: helvetica, verdana, arial, sans-serif; - font-weight: normal; - border: 1px solid #ACBCBB; - padding: 0px 0px 0px 0px; - margin: 0px 0px 0px 0px; -} -.button { - font-family: arial,verdana,helvetica, sans-serif; - font-size: 100%; - font-weight: normal; - border: 1px solid #ccd7e0; - background-position : bottom; -} -form -{ - padding: 0em 0em 0em 0em; - margin: 0em 0em 0em 0em; -} - - -/* ============================================================================== */ -/* Styles de positionnement des zones */ -/* ============================================================================== */ - -/* Removed div.vmenuplusfiche, replaced div.vmenu by td.vmenu, removed div.fiche */ - -td.vmenu -{ - margin-right: 2px; - padding: 0px; - padding-bottom: 0px; - width: 164px; -} - -div.fiche -{ - margin-left: 4px; - margin-right: 2px; -} - - -/* - * Onglets - */ -div.tabBar -{ - float: none; - background: #dcdcd3; - padding-top: 14px; - padding-left: 14px; - padding-right: 14px; - padding-bottom: 14px; - margin: 0px 0px 10px 0px; - border: 1px solid #8CACBB; -} - -div.tabs -{ - top: 20px; - margin: 1px 0em 0em 0em; - padding: 0em 0.5em; - text-align: left; - font-family: sans-serif; font-size: 12px; -} - - -/* - * Menu superieur et 1ere ligne tableau - */ - -a.tabTitle { - background: #436976; - border: 1px solid #8CACBB; - color: white; - font: 100% Bold; - padding: 0em 1.0em; - margin: 0em 0em; - text-decoration: none; - white-space: nowrap; -} - -a.tabTitle:hover { - text-decoration: none; -} - - - - -a.tabimage { - color: #436976; - text-decoration: none; - white-space: nowrap; -} - - -div.tabsAction { - margin: 20px 0em 1px 0em; - padding: 0em 0em; - text-align: right; -} - - -/* - * Ok, Warning, Error - */ -.ok { color: #114466; } -.warning { color: #777711; } -.error { color: #550000; font-weight: bold; } - -div.ok { - color: #114466; -} - -div.warning { - color: #777711; -} - -div.error { - color: #550000; font-weight: bold; - padding: 0.2em 0.2em 0.2em 0.2em; - margin: 0.5em 0em 0.5em 0em; - border: 1px solid #6C7C8B; -} - -div.info { - color: #888888; - padding: 0.2em 0.2em 0.2em 0.2em; - margin: 0.5em 0em 0.5em 0em; - border: 1px solid #ACACAB; -} - - -a.tab:link { - background: white; - border: 1px solid #8CACBB; - color: #222233; - font: 100% Bold; - padding: 0em 1.0em; - margin: 0em 0.5em; - text-decoration: none; - white-space: nowrap; -} -a.tab:visited { - background: white; - border: 1px solid #8CACBB; - color: #222233; - font: 100% Bold; - padding: 0em 1.0em; - margin: 0em 0.5em; - text-decoration: none; - white-space: nowrap; -} -a.tab#active { - background: #dcdcd3; - border-bottom: #dcdcd3 1px solid; - padding: 0em 1em; -} -a.tab:hover { - background: #ebebe0; - padding: 0em 1em; -} - - -/* - * Boutons actions - */ - -a.butAction:link { - background: white; - border: 1px outset #8CACBB; - color: #436976; - font: 105% Bold; - padding: 0em 1em; - margin: 0em 0.5em; - text-decoration: none; - white-space: nowrap; -} -a.butAction:visited { - background: white; - border: 1px outset #8CACBB; - color: #436976; - font: 105% Bold; - padding: 0em 1em; - margin: 0em 0.5em; - text-decoration: none; - white-space: nowrap; -} -a.butAction:hover { - background: #dcdcd3; - text-decoration: none; - padding: 0em 1em; -} - -.butActionRefused { - background: white; - border: 1px outset #AAAAAA; - color: #AAAAAA !important; - font: 105% Bold; - padding: 0em 1em; - margin: 0em 0.5em; - text-decoration: none; - white-space: nowrap; - cursor: not-allowed; -} - -a.butActionDelete:link { - background: white; - border: 1px outset #997777; - color: #436976; - padding: 0em 1em; - margin: 0em 0.5em; - text-decoration: none; - white-space: nowrap; } -a.butActionDelete:active { - background: white; - border: 1px outset #997777; - color: #436976; - padding: 0em 1em; - margin: 0em 0.5em; - text-decoration: none; - white-space: nowrap; } - -a.butActionDelete:visited { - background: white; - border: 1px outset #997777; - color: #436976; - padding: 0em 1em; - margin: 0em 0.5em; - text-decoration: none; - white-space: nowrap; } - -a.butActionDelete:hover { - background: #FFe7ec; - border: 1px outset #997777; - color: #436976; - padding: 0em 1em; - margin: 0em 0.5em; - text-decoration: none; - white-space: nowrap; } - - - -/* ============================================================================== */ -/* Tables */ -/* ============================================================================== */ - -.nocellnopadd { -list-style-type:none; -margin:0px; -padding:0px; -cursor:move; -} - -.notopnoleft { -border-collapse: collapse; -border: 0px; -padding-top: 0px; -padding-left: 0px; -padding-right: 4px; -padding-bottom: 4px; -margin: 0px 0px; -} -.notopnoleftnoright { -border-collapse: collapse; -border: 0px; -padding-top: 0px; -padding-left: 0px; -padding-right: 0px; -padding-bottom: 4px; -margin: 0px 0px; -} - -table.border { -border-collapse: collapse; -border: 2px white ridge; -} -table.border td { -border: 2px white ridge; -} - -table.noborder { -border-collapse: collapse; -border: 0px; -} -table.noborder td { -border: 0px; -} - -table.nobordernopadding { -border-collapse: collapse; -border: 0px; -padding: 0px 0px; -} -table.nobordernopadding td { -border: 0px; -padding: 0px 0px; -} - - -/* - * Tableaux - */ - -a { - text-decoration: none; - font-weight: bold; - color: #000000; - } - - - -td.menu { - border-bottom: 1px solid #000000; - } - -td.border { - border: 1px solid #000000; - } - -div.menus { - color: #bbbb88; - border: 1px dashed #ccccb3; - } - -a.leftmenu { - font-weight: bold; - color: #202020; - } - -a.leftsubmenu { - font-weight: normal; - color: #202020; - margin: 1em 1em 1em 1em; - } - -div.leftmenu { - text-align: left; - border-right: 1px solid #000000; - border-bottom: 1px solid #000000; - cell-spacing: 0; - margin: 0px 10px 10px 2px; - } - - -.menu -{ - font-weight: bold; - color: #000000; - text-decoration: none } - -.submenu -{ - color: #000000; - text-decoration: none } - -a.normal{ font-weight: normal } -a.impayee { font-weight: bold } - -/* - * Barre de gauche - */ - -td.barre -{ - border-right: 1px solid #000000; - text-decoration: none - } - -td.barre_select { - background: #ccb3cc; - color: #000000 - } - -div.titre { - font-weight: bold; - color: #663366; - text-decoration: none } - - -/* - * Tableaux - */ - -input.liste_titre { - background: #cacaca; - border: 0px; -} - -tr.liste_titre { - background: #cacaca; - font-weight: bold; - text-decoration: none; - border-top: 1px solid #888888; - white-space: nowrap -} - -td.liste_titre { - background: #cacaca; - font-weight: bold; - text-decoration: none; - border-top: 1px solid #888888; - white-space: nowrap -} - -.liste_titre_sel -{ - color: #220000; - font-weight: bold; - text-decoration: none; - border-top: 1px solid #888888; - white-space: nowrap -} - -tr.liste_total td { - background: #F0F0F0; - font-weight: bold; - white-space: nowrap; -} - -.pair { - background: #dfdfdf; - border-bottom: 1px solid #666666; - text-decoration: none -} - -.impair { - background: #e4e4e4; - border-bottom: 1px solid #666666; - text-decoration: none -} - -/* - * Boxes - */ - -tr.box_titre { - background: #cacaca; - font-weight: bold; - text-decoration: none; - border-top: 1px solid #888888; - white-space: nowrap -} - -tr.box_pair { - background: #dfdfdf; - border-bottom: 1px solid #666666; - font: 12px arial, helvetica, verdana, sans-serif; -} - -tr.box_impair { - background: #e4e4e4; - border-bottom: 1px solid #666666; - font: 12px arial, helvetica, verdana, sans-serif; -} - -tr.fiche { - font-family: Helvetica, Verdana; - font-size: 0.6em; } - -/* - * Widgets standard - */ -td.delete { - background: red; - font-weight: bold; } - -td.valid { - background: pink; - font-weight: bold; } - -td.small { - font-size: 0.6em; } - -tr.nonpayed { - font-size: 0.6em; - font-weight: bold; } - - - -/* ============================================================================== */ -/* Tooltips */ -/* ============================================================================== */ - -#dhtmltooltip -{ -position: absolute; -width: 450px; -border: 1px solid #444444; -padding: 2px; -background-color: lightyellow; -visibility: hidden; -z-index: 100; -} - - -/* ============================================================================== */ -/* Calendar */ -/* ============================================================================== */ -.bodyline { - -moz-border-radius:8px; - border: 1px #E4ECEC outset; - padding:0px; - margin-bottom:5px; -} -table.dp { - width: 180px; - background-color: #FFFFFF; - border-top: solid 2px #DDDDDD; - border-left: solid 2px #DDDDDD; - border-right: solid 1px #222222; - border-bottom: solid 1px #222222; -} -.dp td, .tpHour td, .tpMinute td{padding:2px; font-size:10px;} -/* Barre titre */ -.dpHead,.tpHead,.tpHour td:Hover .tpHead{ - font-weight:bold; - background-color:#b3c5cc; - color:white; - font-size:11px; - cursor:auto; -} -/* Barre navigation */ -.dpButtons,.tpButtons { - text-align:center; - background-color:#617389; - color:#FFFFFF; - font-weight:bold; - border: 1px outset black; - cursor:pointer; -} -.dpButtons:Active,.tpButtons:Active{border: 1px outset black;} -.dpDayNames td,.dpExplanation {background-color:#D9DBE1; font-weight:bold; text-align:center; font-size:11px;} -.dpExplanation{ font-weight:normal; font-size:11px;} -.dpWeek td{text-align:center} - -.dpToday,.dpReg,.dpSelected{ - cursor:pointer; -} -.dpToday{font-weight:bold; color:black; background-color:#DDDDDD;} -.dpReg:Hover,.dpToday:Hover{background-color:black;color:white} - -/* Jour courant */ -.dpSelected{background-color:#0B63A2;color:white;font-weight:bold; } - -.tpHour{border-top:1px solid #DDDDDD; border-right:1px solid #DDDDDD;} -.tpHour td {border-left:1px solid #DDDDDD; border-bottom:1px solid #DDDDDD; cursor:pointer;} -.tpHour td:Hover {background-color:black;color:white;} - -.tpMinute {margin-top:5px;} -.tpMinute td:Hover {background-color:black; color:white; } -.tpMinute td {background-color:#D9DBE1; text-align:center; cursor:pointer;} - -/* Bouton X fermer */ -.dpInvisibleButtons -{ -border-style:none; -background-color:transparent; -padding:0px; -font-size:9px; -border-width:0px; -color:#0B63A2; -vertical-align:middle; -cursor: pointer; -} - - - -/* ============================================================================== */ -/* Module agenda */ -/* ============================================================================== */ - -.cal_other_month { background: #DDDDDD; border: solid 1px #ACBCBB; } -.cal_past_month { background: #EEEEEE; border: solid 1px #ACBCBB; } -.cal_current_month { background: #FFFFFF; border: solid 1px #ACBCBB; } -.cal_today { background: #DDFFDD; border: solid 1px #ACBCBB; } - - - -/* ============================================================================== */ -/* Admin Menu */ -/* ============================================================================== */ - -/* CSS a appliquer a l'arbre hierarchique */ - -/* Lien plier /deplier tout */ -.arbre-switch { - text-align: right; - padding: 0 5px; - margin: 0 0 -18px 0; -} - -/* Arbre */ -ul.arbre { - padding: 5px 10px; -} -/* strong : A modifier en fonction de la balise choisie */ -ul.arbre strong { - font-weight: normal; - padding: 0 0 0 20px; - margin: 0 0 0 -7px; - background-image: url(); - background-repeat: no-repeat; - background-position: 1px 50%; -} -ul.arbre strong.arbre-plier { - background-image: url(); - cursor: pointer; -} -ul.arbre strong.arbre-deplier { - background-image: url(); - cursor: pointer; -} -ul.arbre ul { - padding: 0; - margin: 0; -} -ul.arbre li { - padding: 0; - margin: 0; - list-style: none; -} -ul.arbre li li { - margin: 0 0 0 16px; -} -/* Classe pour masquer */ -.hide { - display: none; -} - -img.menuNew -{ - display:block; - border:0px; -} - -img.menuEdit -{ - border: 0px; - display: block; -} - -img.menuDel -{ - display:none; - border: 0px; -} - -div.menuNew -{ - margin-top:-20px; - margin-left:270px; - height:20px; - padding:0px; - width:30px; - position:relative; -} - -div.menuEdit -{ - margin-top:-15px; - margin-left:250px; - height:20px; - padding:0px; - width:30px; - position:relative; - -} - -div.menuDel -{ - margin-top:-20px; - margin-left:290px; - height:20px; - padding:0px; - width:30px; - position:relative; - -} - -div.menuFleche -{ - margin-top:-16px; - margin-left:320px; - height:20px; - padding:0px; - width:30px; - position:relative; - -} \ No newline at end of file diff --git a/htdocs/theme/dev/graph-color.php b/htdocs/theme/dev/graph-color.php deleted file mode 100755 index 5f0d7ce517f..00000000000 --- a/htdocs/theme/dev/graph-color.php +++ /dev/null @@ -1,36 +0,0 @@ - - * Copyright (C) 2004-2006 Laurent Destailleur - * - * 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$ - * $Source$ - */ - -/** - \file htdocs/theme/dev/graph-color.php - \brief Fichier de déclaration des couleurs pour les graphiques - \ingroup core - \version $Revision$ -*/ - -global $theme_bordercolor, $theme_datacolor, $theme_bgcolor, $theme_bgcoloronglet; -$theme_bordercolor = array(235,235,224); -$theme_datacolor = array(array(120,130,150), array(160,160,180), array(190,190,220)); -$theme_bgcolor = array(hexdec('F4'),hexdec('F4'),hexdec('F4')); -$theme_bgcoloronglet = array(hexdec('DC'),hexdec('DC'),hexdec('D3')); - -?> diff --git a/htdocs/theme/dev/img/.cvsignore b/htdocs/theme/dev/img/.cvsignore deleted file mode 100644 index 98e6ef67fad..00000000000 --- a/htdocs/theme/dev/img/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -*.db diff --git a/htdocs/theme/dev/img/1downarrow.png b/htdocs/theme/dev/img/1downarrow.png deleted file mode 100644 index 91ceba54f2d..00000000000 Binary files a/htdocs/theme/dev/img/1downarrow.png and /dev/null differ diff --git a/htdocs/theme/dev/img/1downarrow_selected.png b/htdocs/theme/dev/img/1downarrow_selected.png deleted file mode 100644 index 91ceba54f2d..00000000000 Binary files a/htdocs/theme/dev/img/1downarrow_selected.png and /dev/null differ diff --git a/htdocs/theme/dev/img/1leftarrow.png b/htdocs/theme/dev/img/1leftarrow.png deleted file mode 100644 index 2ffa9395cd7..00000000000 Binary files a/htdocs/theme/dev/img/1leftarrow.png and /dev/null differ diff --git a/htdocs/theme/dev/img/1leftarrow_selected.png b/htdocs/theme/dev/img/1leftarrow_selected.png deleted file mode 100644 index 2ffa9395cd7..00000000000 Binary files a/htdocs/theme/dev/img/1leftarrow_selected.png and /dev/null differ diff --git a/htdocs/theme/dev/img/1rightarrow.png b/htdocs/theme/dev/img/1rightarrow.png deleted file mode 100644 index 663155880db..00000000000 Binary files a/htdocs/theme/dev/img/1rightarrow.png and /dev/null differ diff --git a/htdocs/theme/dev/img/1rightarrow_selected.png b/htdocs/theme/dev/img/1rightarrow_selected.png deleted file mode 100644 index 663155880db..00000000000 Binary files a/htdocs/theme/dev/img/1rightarrow_selected.png and /dev/null differ diff --git a/htdocs/theme/dev/img/1uparrow.png b/htdocs/theme/dev/img/1uparrow.png deleted file mode 100644 index 8283c1fbcb3..00000000000 Binary files a/htdocs/theme/dev/img/1uparrow.png and /dev/null differ diff --git a/htdocs/theme/dev/img/1uparrow_selected.png b/htdocs/theme/dev/img/1uparrow_selected.png deleted file mode 100644 index 8283c1fbcb3..00000000000 Binary files a/htdocs/theme/dev/img/1uparrow_selected.png and /dev/null differ diff --git a/htdocs/theme/dev/img/addfile.png b/htdocs/theme/dev/img/addfile.png deleted file mode 100644 index 3bfa627d758..00000000000 Binary files a/htdocs/theme/dev/img/addfile.png and /dev/null differ diff --git a/htdocs/theme/dev/img/button_bg.png b/htdocs/theme/dev/img/button_bg.png deleted file mode 100644 index 7e8a806b28f..00000000000 Binary files a/htdocs/theme/dev/img/button_bg.png and /dev/null differ diff --git a/htdocs/theme/dev/img/button_edit.png b/htdocs/theme/dev/img/button_edit.png deleted file mode 100644 index ce8b226710b..00000000000 Binary files a/htdocs/theme/dev/img/button_edit.png and /dev/null differ diff --git a/htdocs/theme/dev/img/calc.png b/htdocs/theme/dev/img/calc.png deleted file mode 100644 index d3bd2bbc824..00000000000 Binary files a/htdocs/theme/dev/img/calc.png and /dev/null differ diff --git a/htdocs/theme/dev/img/calendar.png b/htdocs/theme/dev/img/calendar.png deleted file mode 100644 index 90829a353c3..00000000000 Binary files a/htdocs/theme/dev/img/calendar.png and /dev/null differ diff --git a/htdocs/theme/dev/img/call.png b/htdocs/theme/dev/img/call.png deleted file mode 100644 index 8315c57d61d..00000000000 Binary files a/htdocs/theme/dev/img/call.png and /dev/null differ diff --git a/htdocs/theme/dev/img/call_out.png b/htdocs/theme/dev/img/call_out.png deleted file mode 100644 index bf972d8b1ae..00000000000 Binary files a/htdocs/theme/dev/img/call_out.png and /dev/null differ diff --git a/htdocs/theme/dev/img/delete.png b/htdocs/theme/dev/img/delete.png deleted file mode 100644 index 221cd3c76b9..00000000000 Binary files a/htdocs/theme/dev/img/delete.png and /dev/null differ diff --git a/htdocs/theme/dev/img/disable.png b/htdocs/theme/dev/img/disable.png deleted file mode 100644 index 7c642907079..00000000000 Binary files a/htdocs/theme/dev/img/disable.png and /dev/null differ diff --git a/htdocs/theme/dev/img/edit.png b/htdocs/theme/dev/img/edit.png deleted file mode 100644 index d5ef04577cc..00000000000 Binary files a/htdocs/theme/dev/img/edit.png and /dev/null differ diff --git a/htdocs/theme/dev/img/edit_add.png b/htdocs/theme/dev/img/edit_add.png deleted file mode 100644 index f6e67164208..00000000000 Binary files a/htdocs/theme/dev/img/edit_add.png and /dev/null differ diff --git a/htdocs/theme/dev/img/edit_remove.png b/htdocs/theme/dev/img/edit_remove.png deleted file mode 100644 index 0c7ca54fa1f..00000000000 Binary files a/htdocs/theme/dev/img/edit_remove.png and /dev/null differ diff --git a/htdocs/theme/dev/img/editdelete.png b/htdocs/theme/dev/img/editdelete.png deleted file mode 100644 index 1b872ce664d..00000000000 Binary files a/htdocs/theme/dev/img/editdelete.png and /dev/null differ diff --git a/htdocs/theme/dev/img/error.png b/htdocs/theme/dev/img/error.png deleted file mode 100644 index f893de7abf3..00000000000 Binary files a/htdocs/theme/dev/img/error.png and /dev/null differ diff --git a/htdocs/theme/dev/img/file.png b/htdocs/theme/dev/img/file.png deleted file mode 100644 index 8ac14cece8e..00000000000 Binary files a/htdocs/theme/dev/img/file.png and /dev/null differ diff --git a/htdocs/theme/dev/img/filenew.png b/htdocs/theme/dev/img/filenew.png deleted file mode 100644 index 3434c3da871..00000000000 Binary files a/htdocs/theme/dev/img/filenew.png and /dev/null differ diff --git a/htdocs/theme/dev/img/filter.png b/htdocs/theme/dev/img/filter.png deleted file mode 100644 index 4baa3a3be8e..00000000000 Binary files a/htdocs/theme/dev/img/filter.png and /dev/null differ diff --git a/htdocs/theme/dev/img/folder-open.png b/htdocs/theme/dev/img/folder-open.png deleted file mode 100644 index 1687cd1b536..00000000000 Binary files a/htdocs/theme/dev/img/folder-open.png and /dev/null differ diff --git a/htdocs/theme/dev/img/folder.png b/htdocs/theme/dev/img/folder.png deleted file mode 100644 index 9e1316935bc..00000000000 Binary files a/htdocs/theme/dev/img/folder.png and /dev/null differ diff --git a/htdocs/theme/dev/img/help.png b/htdocs/theme/dev/img/help.png deleted file mode 100644 index 82a55ce372e..00000000000 Binary files a/htdocs/theme/dev/img/help.png and /dev/null differ diff --git a/htdocs/theme/dev/img/high.png b/htdocs/theme/dev/img/high.png deleted file mode 100644 index f893de7abf3..00000000000 Binary files a/htdocs/theme/dev/img/high.png and /dev/null differ diff --git a/htdocs/theme/dev/img/info.png b/htdocs/theme/dev/img/info.png deleted file mode 100644 index 43b02977cd8..00000000000 Binary files a/htdocs/theme/dev/img/info.png and /dev/null differ diff --git a/htdocs/theme/dev/img/lock.png b/htdocs/theme/dev/img/lock.png deleted file mode 100644 index 8c2e2cbdb09..00000000000 Binary files a/htdocs/theme/dev/img/lock.png and /dev/null differ diff --git a/htdocs/theme/dev/img/logout.png b/htdocs/theme/dev/img/logout.png deleted file mode 100644 index 2fe4e50e644..00000000000 Binary files a/htdocs/theme/dev/img/logout.png and /dev/null differ diff --git a/htdocs/theme/dev/img/next.png b/htdocs/theme/dev/img/next.png deleted file mode 100644 index f8d4f4f3208..00000000000 Binary files a/htdocs/theme/dev/img/next.png and /dev/null differ diff --git a/htdocs/theme/dev/img/object_account.png b/htdocs/theme/dev/img/object_account.png deleted file mode 100644 index 0bc4c62922c..00000000000 Binary files a/htdocs/theme/dev/img/object_account.png and /dev/null differ diff --git a/htdocs/theme/dev/img/object_action.png b/htdocs/theme/dev/img/object_action.png deleted file mode 100644 index dd356305161..00000000000 Binary files a/htdocs/theme/dev/img/object_action.png and /dev/null differ diff --git a/htdocs/theme/dev/img/object_barcode.png b/htdocs/theme/dev/img/object_barcode.png deleted file mode 100644 index 83d3e1ae993..00000000000 Binary files a/htdocs/theme/dev/img/object_barcode.png and /dev/null differ diff --git a/htdocs/theme/dev/img/object_bill.png b/htdocs/theme/dev/img/object_bill.png deleted file mode 100644 index d75bff53500..00000000000 Binary files a/htdocs/theme/dev/img/object_bill.png and /dev/null differ diff --git a/htdocs/theme/dev/img/object_billa.png b/htdocs/theme/dev/img/object_billa.png deleted file mode 100644 index 3635f753a31..00000000000 Binary files a/htdocs/theme/dev/img/object_billa.png and /dev/null differ diff --git a/htdocs/theme/dev/img/object_billd.png b/htdocs/theme/dev/img/object_billd.png deleted file mode 100644 index 3c7443cba3e..00000000000 Binary files a/htdocs/theme/dev/img/object_billd.png and /dev/null differ diff --git a/htdocs/theme/dev/img/object_billr.png b/htdocs/theme/dev/img/object_billr.png deleted file mode 100644 index 3c7443cba3e..00000000000 Binary files a/htdocs/theme/dev/img/object_billr.png and /dev/null differ diff --git a/htdocs/theme/dev/img/object_book.png b/htdocs/theme/dev/img/object_book.png deleted file mode 100644 index 67f6b06467d..00000000000 Binary files a/htdocs/theme/dev/img/object_book.png and /dev/null differ diff --git a/htdocs/theme/dev/img/object_bookmark.png b/htdocs/theme/dev/img/object_bookmark.png deleted file mode 100644 index 76aba6c2a7d..00000000000 Binary files a/htdocs/theme/dev/img/object_bookmark.png and /dev/null differ diff --git a/htdocs/theme/dev/img/object_calendar.png b/htdocs/theme/dev/img/object_calendar.png deleted file mode 100644 index f43b3fc3e35..00000000000 Binary files a/htdocs/theme/dev/img/object_calendar.png and /dev/null differ diff --git a/htdocs/theme/dev/img/object_commercial.png b/htdocs/theme/dev/img/object_commercial.png deleted file mode 100644 index 5f11e40a81f..00000000000 Binary files a/htdocs/theme/dev/img/object_commercial.png and /dev/null differ diff --git a/htdocs/theme/dev/img/object_company.png b/htdocs/theme/dev/img/object_company.png deleted file mode 100644 index 2a582b8bd4c..00000000000 Binary files a/htdocs/theme/dev/img/object_company.png and /dev/null differ diff --git a/htdocs/theme/dev/img/object_contact.png b/htdocs/theme/dev/img/object_contact.png deleted file mode 100644 index 262303d67f4..00000000000 Binary files a/htdocs/theme/dev/img/object_contact.png and /dev/null differ diff --git a/htdocs/theme/dev/img/object_contract.png b/htdocs/theme/dev/img/object_contract.png deleted file mode 100644 index 52f910ba1f6..00000000000 Binary files a/htdocs/theme/dev/img/object_contract.png and /dev/null differ diff --git a/htdocs/theme/dev/img/object_dir.png b/htdocs/theme/dev/img/object_dir.png deleted file mode 100644 index 6f364389133..00000000000 Binary files a/htdocs/theme/dev/img/object_dir.png and /dev/null differ diff --git a/htdocs/theme/dev/img/object_email.png b/htdocs/theme/dev/img/object_email.png deleted file mode 100644 index 2a7d3ff43de..00000000000 Binary files a/htdocs/theme/dev/img/object_email.png and /dev/null differ diff --git a/htdocs/theme/dev/img/object_energie.png b/htdocs/theme/dev/img/object_energie.png deleted file mode 100644 index bc3966d2fa2..00000000000 Binary files a/htdocs/theme/dev/img/object_energie.png and /dev/null differ diff --git a/htdocs/theme/dev/img/object_generic.png b/htdocs/theme/dev/img/object_generic.png deleted file mode 100644 index 4d5f811a891..00000000000 Binary files a/htdocs/theme/dev/img/object_generic.png and /dev/null differ diff --git a/htdocs/theme/dev/img/object_group.png b/htdocs/theme/dev/img/object_group.png deleted file mode 100644 index 2ad5c0ca642..00000000000 Binary files a/htdocs/theme/dev/img/object_group.png and /dev/null differ diff --git a/htdocs/theme/dev/img/object_intervention.png b/htdocs/theme/dev/img/object_intervention.png deleted file mode 100644 index 7bb7ef583b4..00000000000 Binary files a/htdocs/theme/dev/img/object_intervention.png and /dev/null differ diff --git a/htdocs/theme/dev/img/object_label.png b/htdocs/theme/dev/img/object_label.png deleted file mode 100644 index 75a363ec8d5..00000000000 Binary files a/htdocs/theme/dev/img/object_label.png and /dev/null differ diff --git a/htdocs/theme/dev/img/object_list.png b/htdocs/theme/dev/img/object_list.png deleted file mode 100644 index 21e11a04fd7..00000000000 Binary files a/htdocs/theme/dev/img/object_list.png and /dev/null differ diff --git a/htdocs/theme/dev/img/object_order.png b/htdocs/theme/dev/img/object_order.png deleted file mode 100644 index 70f513824c5..00000000000 Binary files a/htdocs/theme/dev/img/object_order.png and /dev/null differ diff --git a/htdocs/theme/dev/img/object_payment.png b/htdocs/theme/dev/img/object_payment.png deleted file mode 100644 index 95f4c29ed2f..00000000000 Binary files a/htdocs/theme/dev/img/object_payment.png and /dev/null differ diff --git a/htdocs/theme/dev/img/object_phoning.png b/htdocs/theme/dev/img/object_phoning.png deleted file mode 100644 index 5f11e40a81f..00000000000 Binary files a/htdocs/theme/dev/img/object_phoning.png and /dev/null differ diff --git a/htdocs/theme/dev/img/object_product.png b/htdocs/theme/dev/img/object_product.png deleted file mode 100644 index f79b9cc78ff..00000000000 Binary files a/htdocs/theme/dev/img/object_product.png and /dev/null differ diff --git a/htdocs/theme/dev/img/object_project.png b/htdocs/theme/dev/img/object_project.png deleted file mode 100644 index 9e1316935bc..00000000000 Binary files a/htdocs/theme/dev/img/object_project.png and /dev/null differ diff --git a/htdocs/theme/dev/img/object_propal.png b/htdocs/theme/dev/img/object_propal.png deleted file mode 100644 index 4a52d65b9e6..00000000000 Binary files a/htdocs/theme/dev/img/object_propal.png and /dev/null differ diff --git a/htdocs/theme/dev/img/object_reduc.png b/htdocs/theme/dev/img/object_reduc.png deleted file mode 100644 index 4d5f811a891..00000000000 Binary files a/htdocs/theme/dev/img/object_reduc.png and /dev/null differ diff --git a/htdocs/theme/dev/img/object_rss.png b/htdocs/theme/dev/img/object_rss.png deleted file mode 100644 index 85cf0999578..00000000000 Binary files a/htdocs/theme/dev/img/object_rss.png and /dev/null differ diff --git a/htdocs/theme/dev/img/object_sending.png b/htdocs/theme/dev/img/object_sending.png deleted file mode 100644 index 2a938862d75..00000000000 Binary files a/htdocs/theme/dev/img/object_sending.png and /dev/null differ diff --git a/htdocs/theme/dev/img/object_service.png b/htdocs/theme/dev/img/object_service.png deleted file mode 100644 index 98b515eb307..00000000000 Binary files a/htdocs/theme/dev/img/object_service.png and /dev/null differ diff --git a/htdocs/theme/dev/img/object_stock.png b/htdocs/theme/dev/img/object_stock.png deleted file mode 100644 index 279a34f869a..00000000000 Binary files a/htdocs/theme/dev/img/object_stock.png and /dev/null differ diff --git a/htdocs/theme/dev/img/object_task.png b/htdocs/theme/dev/img/object_task.png deleted file mode 100644 index 82f4dff41b9..00000000000 Binary files a/htdocs/theme/dev/img/object_task.png and /dev/null differ diff --git a/htdocs/theme/dev/img/object_trip.png b/htdocs/theme/dev/img/object_trip.png deleted file mode 100644 index 95cc4412111..00000000000 Binary files a/htdocs/theme/dev/img/object_trip.png and /dev/null differ diff --git a/htdocs/theme/dev/img/object_user.png b/htdocs/theme/dev/img/object_user.png deleted file mode 100644 index d78a11908c9..00000000000 Binary files a/htdocs/theme/dev/img/object_user.png and /dev/null differ diff --git a/htdocs/theme/dev/img/pdf2.png b/htdocs/theme/dev/img/pdf2.png deleted file mode 100644 index 4702d19fd50..00000000000 Binary files a/htdocs/theme/dev/img/pdf2.png and /dev/null differ diff --git a/htdocs/theme/dev/img/pdf3.png b/htdocs/theme/dev/img/pdf3.png deleted file mode 100644 index cd76e0f9253..00000000000 Binary files a/htdocs/theme/dev/img/pdf3.png and /dev/null differ diff --git a/htdocs/theme/dev/img/player_start.png b/htdocs/theme/dev/img/player_start.png deleted file mode 100644 index ccc8bc1b66a..00000000000 Binary files a/htdocs/theme/dev/img/player_start.png and /dev/null differ diff --git a/htdocs/theme/dev/img/previous.png b/htdocs/theme/dev/img/previous.png deleted file mode 100644 index 70f0aed4c9a..00000000000 Binary files a/htdocs/theme/dev/img/previous.png and /dev/null differ diff --git a/htdocs/theme/dev/img/puce.png b/htdocs/theme/dev/img/puce.png deleted file mode 100644 index dfa83acd50d..00000000000 Binary files a/htdocs/theme/dev/img/puce.png and /dev/null differ diff --git a/htdocs/theme/dev/img/recent.png b/htdocs/theme/dev/img/recent.png deleted file mode 100644 index 624558b5ec3..00000000000 Binary files a/htdocs/theme/dev/img/recent.png and /dev/null differ diff --git a/htdocs/theme/dev/img/refresh.png b/htdocs/theme/dev/img/refresh.png deleted file mode 100644 index 513a008b074..00000000000 Binary files a/htdocs/theme/dev/img/refresh.png and /dev/null differ diff --git a/htdocs/theme/dev/img/reload.png b/htdocs/theme/dev/img/reload.png deleted file mode 100644 index e7aeaac5f28..00000000000 Binary files a/htdocs/theme/dev/img/reload.png and /dev/null differ diff --git a/htdocs/theme/dev/img/reload_page.png b/htdocs/theme/dev/img/reload_page.png deleted file mode 100644 index aad77e61fb2..00000000000 Binary files a/htdocs/theme/dev/img/reload_page.png and /dev/null differ diff --git a/htdocs/theme/dev/img/search.png b/htdocs/theme/dev/img/search.png deleted file mode 100644 index 0df0df04ca5..00000000000 Binary files a/htdocs/theme/dev/img/search.png and /dev/null differ diff --git a/htdocs/theme/dev/img/searchclear.png b/htdocs/theme/dev/img/searchclear.png deleted file mode 100644 index 024e0c62cdd..00000000000 Binary files a/htdocs/theme/dev/img/searchclear.png and /dev/null differ diff --git a/htdocs/theme/dev/img/setup.png b/htdocs/theme/dev/img/setup.png deleted file mode 100644 index 71dce81ed10..00000000000 Binary files a/htdocs/theme/dev/img/setup.png and /dev/null differ diff --git a/htdocs/theme/dev/img/stamp.png b/htdocs/theme/dev/img/stamp.png deleted file mode 100644 index 8538be4fc45..00000000000 Binary files a/htdocs/theme/dev/img/stamp.png and /dev/null differ diff --git a/htdocs/theme/dev/img/star.png b/htdocs/theme/dev/img/star.png deleted file mode 100644 index b6bbefb4c2e..00000000000 Binary files a/htdocs/theme/dev/img/star.png and /dev/null differ diff --git a/htdocs/theme/dev/img/start.png b/htdocs/theme/dev/img/start.png deleted file mode 100644 index 9bf7f03ff83..00000000000 Binary files a/htdocs/theme/dev/img/start.png and /dev/null differ diff --git a/htdocs/theme/dev/img/statut0.png b/htdocs/theme/dev/img/statut0.png deleted file mode 100644 index 0f7b0bd4f87..00000000000 Binary files a/htdocs/theme/dev/img/statut0.png and /dev/null differ diff --git a/htdocs/theme/dev/img/statut1.png b/htdocs/theme/dev/img/statut1.png deleted file mode 100644 index 3e4650f4f02..00000000000 Binary files a/htdocs/theme/dev/img/statut1.png and /dev/null differ diff --git a/htdocs/theme/dev/img/statut2.png b/htdocs/theme/dev/img/statut2.png deleted file mode 100644 index 67f0dd870d6..00000000000 Binary files a/htdocs/theme/dev/img/statut2.png and /dev/null differ diff --git a/htdocs/theme/dev/img/statut3.png b/htdocs/theme/dev/img/statut3.png deleted file mode 100644 index 3da79f63501..00000000000 Binary files a/htdocs/theme/dev/img/statut3.png and /dev/null differ diff --git a/htdocs/theme/dev/img/statut4.png b/htdocs/theme/dev/img/statut4.png deleted file mode 100644 index aed93a350ba..00000000000 Binary files a/htdocs/theme/dev/img/statut4.png and /dev/null differ diff --git a/htdocs/theme/dev/img/statut5.png b/htdocs/theme/dev/img/statut5.png deleted file mode 100644 index a2e22fe6f59..00000000000 Binary files a/htdocs/theme/dev/img/statut5.png and /dev/null differ diff --git a/htdocs/theme/dev/img/statut6.png b/htdocs/theme/dev/img/statut6.png deleted file mode 100644 index 60d101cb4ec..00000000000 Binary files a/htdocs/theme/dev/img/statut6.png and /dev/null differ diff --git a/htdocs/theme/dev/img/statut7.png b/htdocs/theme/dev/img/statut7.png deleted file mode 100644 index 50295a03ed5..00000000000 Binary files a/htdocs/theme/dev/img/statut7.png and /dev/null differ diff --git a/htdocs/theme/dev/img/stcomm-1.png b/htdocs/theme/dev/img/stcomm-1.png deleted file mode 100644 index 1cabc6e95d8..00000000000 Binary files a/htdocs/theme/dev/img/stcomm-1.png and /dev/null differ diff --git a/htdocs/theme/dev/img/stcomm-1_grayed.png b/htdocs/theme/dev/img/stcomm-1_grayed.png deleted file mode 100644 index 20a7219535e..00000000000 Binary files a/htdocs/theme/dev/img/stcomm-1_grayed.png and /dev/null differ diff --git a/htdocs/theme/dev/img/stcomm0.png b/htdocs/theme/dev/img/stcomm0.png deleted file mode 100644 index 6053eeda485..00000000000 Binary files a/htdocs/theme/dev/img/stcomm0.png and /dev/null differ diff --git a/htdocs/theme/dev/img/stcomm0_grayed.png b/htdocs/theme/dev/img/stcomm0_grayed.png deleted file mode 100644 index a92e1558506..00000000000 Binary files a/htdocs/theme/dev/img/stcomm0_grayed.png and /dev/null differ diff --git a/htdocs/theme/dev/img/stcomm1.png b/htdocs/theme/dev/img/stcomm1.png deleted file mode 100644 index 8673653d1aa..00000000000 Binary files a/htdocs/theme/dev/img/stcomm1.png and /dev/null differ diff --git a/htdocs/theme/dev/img/stcomm1_grayed.png b/htdocs/theme/dev/img/stcomm1_grayed.png deleted file mode 100644 index 98ed423aa9e..00000000000 Binary files a/htdocs/theme/dev/img/stcomm1_grayed.png and /dev/null differ diff --git a/htdocs/theme/dev/img/stcomm2.png b/htdocs/theme/dev/img/stcomm2.png deleted file mode 100644 index a4ec85a1976..00000000000 Binary files a/htdocs/theme/dev/img/stcomm2.png and /dev/null differ diff --git a/htdocs/theme/dev/img/stcomm2_grayed.png b/htdocs/theme/dev/img/stcomm2_grayed.png deleted file mode 100644 index 0f2a4332cfc..00000000000 Binary files a/htdocs/theme/dev/img/stcomm2_grayed.png and /dev/null differ diff --git a/htdocs/theme/dev/img/stcomm3.png b/htdocs/theme/dev/img/stcomm3.png deleted file mode 100644 index 156187d6e6b..00000000000 Binary files a/htdocs/theme/dev/img/stcomm3.png and /dev/null differ diff --git a/htdocs/theme/dev/img/stcomm3_grayed.png b/htdocs/theme/dev/img/stcomm3_grayed.png deleted file mode 100644 index fc80eb2aebd..00000000000 Binary files a/htdocs/theme/dev/img/stcomm3_grayed.png and /dev/null differ diff --git a/htdocs/theme/dev/img/stcomm4.png b/htdocs/theme/dev/img/stcomm4.png deleted file mode 100644 index c839a8acec5..00000000000 Binary files a/htdocs/theme/dev/img/stcomm4.png and /dev/null differ diff --git a/htdocs/theme/dev/img/stcomm4_grayed.png b/htdocs/theme/dev/img/stcomm4_grayed.png deleted file mode 100644 index 4935499d917..00000000000 Binary files a/htdocs/theme/dev/img/stcomm4_grayed.png and /dev/null differ diff --git a/htdocs/theme/dev/img/tick.png b/htdocs/theme/dev/img/tick.png deleted file mode 100644 index deb69ee75ec..00000000000 Binary files a/htdocs/theme/dev/img/tick.png and /dev/null differ diff --git a/htdocs/theme/dev/img/title.gif b/htdocs/theme/dev/img/title.gif deleted file mode 100644 index 52d910c1b9b..00000000000 Binary files a/htdocs/theme/dev/img/title.gif and /dev/null differ diff --git a/htdocs/theme/dev/img/unlock.png b/htdocs/theme/dev/img/unlock.png deleted file mode 100644 index f3eebc59274..00000000000 Binary files a/htdocs/theme/dev/img/unlock.png and /dev/null differ diff --git a/htdocs/theme/dev/img/uparrow.png b/htdocs/theme/dev/img/uparrow.png deleted file mode 100644 index b4e89fd81ec..00000000000 Binary files a/htdocs/theme/dev/img/uparrow.png and /dev/null differ diff --git a/htdocs/theme/dev/img/vcard.png b/htdocs/theme/dev/img/vcard.png deleted file mode 100644 index e03026f87fb..00000000000 Binary files a/htdocs/theme/dev/img/vcard.png and /dev/null differ diff --git a/htdocs/theme/dev/img/view.png b/htdocs/theme/dev/img/view.png deleted file mode 100644 index 4e0396f7b09..00000000000 Binary files a/htdocs/theme/dev/img/view.png and /dev/null differ diff --git a/htdocs/theme/dev/img/warning.png b/htdocs/theme/dev/img/warning.png deleted file mode 100644 index f893de7abf3..00000000000 Binary files a/htdocs/theme/dev/img/warning.png and /dev/null differ diff --git a/htdocs/theme/dev/img/working.gif b/htdocs/theme/dev/img/working.gif deleted file mode 100644 index 1e421c3113f..00000000000 Binary files a/htdocs/theme/dev/img/working.gif and /dev/null differ diff --git a/htdocs/theme/dev/thumb.png b/htdocs/theme/dev/thumb.png deleted file mode 100644 index 2f3233305cd..00000000000 Binary files a/htdocs/theme/dev/thumb.png and /dev/null differ