diff --git a/htdocs/theme/freelug/.cvsignore b/htdocs/theme/freelug/.cvsignore deleted file mode 100644 index 98e6ef67fad..00000000000 --- a/htdocs/theme/freelug/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -*.db diff --git a/htdocs/theme/freelug/AUTHOR b/htdocs/theme/freelug/AUTHOR deleted file mode 100755 index eb0ad002739..00000000000 --- a/htdocs/theme/freelug/AUTHOR +++ /dev/null @@ -1 +0,0 @@ -2004 Laurent Destailleur diff --git a/htdocs/theme/freelug/ckeditor/config.js b/htdocs/theme/freelug/ckeditor/config.js deleted file mode 100644 index ad6868029ee..00000000000 --- a/htdocs/theme/freelug/ckeditor/config.js +++ /dev/null @@ -1,82 +0,0 @@ -/* -Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.editorConfig = function( config ) -{ - // Define changes to default configuration here. - // http://docs.cksource.com/CKEditor_3.x/Developers_Guide - // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html - config.enterMode = CKEDITOR.ENTER_BR; - config.resize_enabled = false; - //config.resize_maxHeight = 3000; - //config.resize_maxWidth = 3000; - //config.height = '300px'; - //config.resize_dir = 'vertical'; // horizontal, vertical, both - config.removePlugins = 'elementspath,save'; // config.removePlugins = 'elementspath,save,font'; - config.removeDialogTabs = 'flash:advanced'; // config.removeDialogTabs = 'flash:advanced;image:Link'; - config.protectedSource.push( /<\?[\s\S]*?\?>/g ); // Prevent PHP Code to be formatted - //config.menu_groups = 'clipboard,table,anchor,link,image'; // for context menu 'clipboard,form,tablecell,tablecellproperties,tablerow,tablecolumn,table,anchor,link,image,flash,checkbox,radio,textfield,hiddenfield,imagebutton,button,select,textarea' - //config.language = 'de'; - //config.defaultLanguage = 'en'; - //config.contentsLanguage = 'fr'; - config.fullPage = false; // Not a full html page string, just part of it - config.dialog_backgroundCoverColor = 'rgb(255, 254, 253)'; - //config.contentsCss = '/css/mysitestyles.css'; - config.image_previewText=' '; - - config.toolbar_Full = - [ - ['Source','-','Save','NewPage','Preview','-','Templates'], - ['Cut','Copy','Paste','PasteText','PasteFromWord','-','Print', 'SpellChecker', 'Scayt'], - ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'], - ['Form', 'Checkbox', 'Radio', 'TextField', 'Textarea', 'Select', 'Button', 'ImageButton', 'HiddenField'], - '/', - ['Bold','Italic','Underline','Strike','-','Subscript','Superscript'], - ['NumberedList','BulletedList','-','Outdent','Indent','Blockquote','CreateDiv'], - ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], - ['BidiLtr', 'BidiRtl'], - ['Link','Unlink','Anchor'], - ['Image','Flash','Table','HorizontalRule','Smiley','SpecialChar','PageBreak','Iframe'], - '/', - ['Styles','Format','Font','FontSize'], - ['TextColor','BGColor'], - ['Maximize', 'ShowBlocks','-','About'] - ]; - - config.toolbar_dolibarr_mailings = - [ - ['Source','Maximize'], - ['Cut','Copy','Paste','-','SpellChecker'], - ['Undo','Redo','-','Find','Replace'], - ['Font','FontSize'], - ['Bold','Italic','Underline','Strike','Subscript','Superscript','-','TextColor','RemoveFormat'], - ['NumberedList','BulletedList','Outdent','Indent'], - ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], - ['Link','Unlink','Anchor','Image','Table','SpecialChar'] - ]; - - config.toolbar_dolibarr_notes = - [ - ['Source'], - ['Cut','Copy','Paste','-','SpellChecker'], - ['Undo','Redo','-','Find','Replace'], - ['Font','FontSize'], - ['Bold','Italic','Underline','Strike','Subscript','Superscript','-','TextColor','RemoveFormat'], - ['NumberedList','BulletedList','Outdent','Indent'], - ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], - ['Link','Unlink','Image','Table','SpecialChar'] - ]; - - config.toolbar_dolibarr_details = - [ - ['Source','Maximize'], - ['Cut','Copy','Paste','-','SpellChecker'], - ['Font','FontSize'], - ['Bold','Italic','Underline','Strike','Subscript','Superscript','-','TextColor','RemoveFormat'], - ['NumberedList','BulletedList','Outdent','Indent'], - ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], - ['SpecialChar'] - ]; -}; diff --git a/htdocs/theme/freelug/fckeditor/fck_dialog.css b/htdocs/theme/freelug/fckeditor/fck_dialog.css deleted file mode 100644 index 53f16ef8d3c..00000000000 --- a/htdocs/theme/freelug/fckeditor/fck_dialog.css +++ /dev/null @@ -1,402 +0,0 @@ -/* - * FCKeditor - The text editor for Internet - http://www.fckeditor.net - * Copyright (C) 2003-2008 Frederico Caldeira Knabben - * - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Styles used by the dialog boxes. - */ - -html, body -{ - background-color: transparent; - margin: 0px; - padding: 0px; -} - -body -{ - padding: 10px; -} - -body, td, input, select, textarea -{ - font-size: 11px; - font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana; -} - -body, .BackColor -{ - background-color: #f7f7f7; -} - -.PopupBody -{ - height: 100%; - width: 100%; - overflow: hidden; - background-color: transparent; - padding: 0px; -} - -#header -{ - cursor: move; -} - -.PopupTitle -{ - font-weight: bold; - font-size: 14pt; - color: #504845; - background-color: #dedede; - padding: 3px 10px 3px 10px; -} - -.PopupButtons -{ - position: absolute; - right: 0px; - left: 0px; - bottom: 0px; - border-top: #cec6b5 1px solid; - background-color: #DEDEDE; - padding: 7px 10px 7px 10px; -} - -.Button -{ - border: #7a7261 1px solid; - color: #504845; - background-color: #cec6b5; -} - -#btnOk -{ - width: 100px; -} - -.DarkBackground -{ - background-color: #f2f2f2; -} - -.LightBackground -{ - background-color: #ffffbe; -} - -.PopupTitleBorder -{ - border-bottom: #cec6b5 1px solid; -} - -.PopupTabArea -{ - color: #504845; - background-color: #DEDEDE; -} - -.PopupTabEmptyArea -{ - padding-left: 10px ; - border-bottom: #cec6b5 1px solid; -} - -.PopupTab, .PopupTabSelected -{ - border-right: #cec6b5 1px solid; - border-top: #cec6b5 1px solid; - border-left: #cec6b5 1px solid; - padding: 3px 5px 3px 5px; - color: #504845; -} - -.PopupTab -{ - margin-top: 1px; - border-bottom: #cec6b5 1px solid; - cursor: pointer; - cursor: hand; -} - -.PopupTabSelected -{ - font-weight:bold; - cursor: default; - padding-top: 4px; - border-bottom: #f1f1e3 1px solid; - background-color: #f7f7f7; -} - -.PopupSelectionBox -{ - border: #a9a9a9 1px solid !important; - background-color: #dcdcdc !important; - cursor: pointer; - cursor: hand; -} - -#tdBrowse -{ - vertical-align: bottom; -} - -/** - * Dialog frame related styles. - */ - -.contents -{ - position: absolute; - top: 2px; - left: 16px; - right: 16px; - bottom: 20px; - background-color: #f7f7f7; - overflow: hidden; - z-index: 1; -} - -.tl, .tr, .tc, .bl, .br, .bc -{ - position: absolute; - background-image: url(images/sprites.png); - background-repeat: no-repeat; -} - -* html .tl, * html .tr, * html .tc, * html .bl, * html .br, * html .bc -{ - background-image: url(images/sprites.gif); -} - -.ml, .mr -{ - position: absolute; - background-image: url(images/dialog.sides.png); - background-repeat: repeat-y; -} - -* html .ml, * html .mr -{ - background-image: url(images/dialog.sides.gif); -} - -.rtl .ml, .rtl .mr -{ - position: absolute; - background-image: url(images/dialog.sides.rtl.png); - background-repeat: repeat-y; -} - -* html .rtl .ml, * html .rtl .mr -{ - background-image: url(images/dialog.sides.gif); -} - -.tl -{ - top: 0px; - left: 0px; - width: 16px; - height: 16px; - background-position: -16px -16px; -} - -.rtl .tl -{ - background-position: -16px -397px; -} - -.tr -{ - top: 0px; - right: 0px; - width: 16px; - height: 16px; - background-position: -16px -76px; -} - -.rtl .tr -{ - background-position: -16px -457px; -} - -.tc -{ - top: 0px; - right: 16px; - left: 16px; - height: 16px; - background-position: 0px -136px; - background-repeat: repeat-x; -} - -.ml -{ - top: 16px; - left: 0px; - width: 16px; - bottom: 51px; - background-position: 0px 0px; -} - -.mr -{ - top: 16px; - right: 0px; - width: 16px; - bottom: 51px; - background-position: -16px 0px; -} - -.bl -{ - bottom: 0px; - left: 0px; - width: 30px; - height: 51px; - background-position: -16px -196px; -} - -.rtl .bl -{ - background-position: -16px -517px; -} - -.br -{ - bottom: 0px; - right: 0px; - width: 30px; - height: 51px; - background-position: -16px -263px; -} - -.rtl .br -{ - background-position: -16px -584px; -} - -.bc -{ - bottom: 0px; - right: 30px; - left: 30px; - height: 51px; - background-position: 0px -330px; - background-repeat: repeat-x; -} - -/* For IE6. Do not change it. */ -* html .blocker -{ - position: absolute; - width: 100%; - height: 100%; - z-index: 12; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); -} - -/* The layer used to cover the dialog when opening a child dialog. */ -.cover -{ - position: absolute; - top: 0px; - left: 14px; - right: 14px; - bottom: 18px; - z-index: 11; -} - -#closeButton -{ - position: absolute; - right: 0px; - top: 0px; - margin-top: 5px; - margin-right: 10px; - width: 20px; - height: 20px; - cursor: pointer; - background-image: url(images/sprites.png); - background-repeat: no-repeat; - background-position: -16px -651px; -} - -* html #closeButton -{ - cursor: hand; - background-image: url(images/sprites.gif); -} - -.rtl #closeButton -{ - right: auto; - left: 10px; - margin-right: 0px; -} - -#closeButton:hover -{ - background-position: -16px -687px; -} - -#throbberBlock -{ - z-index: 10; -} - -#throbberBlock div -{ - float: left; - width: 8px; - height: 9px; - margin-left: 2px; - margin-right: 2px; - font-size: 1px; /* IE6 */ -} - -/* - Color Gradient Generator: - http://www.herethere.net/~samson/php/color_gradient/?cbegin=504845&cend=DEDEDE&steps=4 -*/ - -.throbber_1 -{ - background-color: #504845; -} - -.throbber_2 -{ - background-color: #736D6B; -} - -.throbber_3 -{ - background-color: #979391; -} - -.throbber_4 -{ - background-color: #BAB8B7; -} - -.throbber_5 -{ - background-color: #DEDEDE; -} diff --git a/htdocs/theme/freelug/fckeditor/fck_dialog_ie6.js b/htdocs/theme/freelug/fckeditor/fck_dialog_ie6.js deleted file mode 100644 index cd3cb75fddf..00000000000 --- a/htdocs/theme/freelug/fckeditor/fck_dialog_ie6.js +++ /dev/null @@ -1,110 +0,0 @@ -/* - * FCKeditor - The text editor for Internet - http://www.fckeditor.net - * Copyright (C) 2003-2008 Frederico Caldeira Knabben - * - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - */ - -(function() -{ - // IE6 doens't handle absolute positioning properly (it is always in quirks - // mode). This function fixes the sizes and positions of many elements that - // compose the skin (this is skin specific). - var fixSizes = window.DoResizeFixes = function() - { - var fckDlg = window.document.body ; - - for ( var i = 0 ; i < fckDlg.childNodes.length ; i++ ) - { - var child = fckDlg.childNodes[i] ; - switch ( child.className ) - { - case 'contents' : - child.style.width = Math.max( 0, fckDlg.offsetWidth - 16 - 16 ) ; // -left -right - child.style.height = Math.max( 0, fckDlg.clientHeight - 20 - 2 ) ; // -bottom -top - break ; - - case 'blocker' : - case 'cover' : - child.style.width = Math.max( 0, fckDlg.offsetWidth - 16 - 16 + 4 ) ; // -left -right + 4 - child.style.height = Math.max( 0, fckDlg.clientHeight - 20 - 2 + 4 ) ; // -bottom -top + 4 - break ; - - case 'tr' : - child.style.left = Math.max( 0, fckDlg.clientWidth - 16 ) ; - break ; - - case 'tc' : - child.style.width = Math.max( 0, fckDlg.clientWidth - 16 - 16 ) ; - break ; - - case 'ml' : - child.style.height = Math.max( 0, fckDlg.clientHeight - 16 - 51 ) ; - break ; - - case 'mr' : - child.style.left = Math.max( 0, fckDlg.clientWidth - 16 ) ; - child.style.height = Math.max( 0, fckDlg.clientHeight - 16 - 51 ) ; - break ; - - case 'bl' : - child.style.top = Math.max( 0, fckDlg.clientHeight - 51 ) ; - break ; - - case 'br' : - child.style.left = Math.max( 0, fckDlg.clientWidth - 30 ) ; - child.style.top = Math.max( 0, fckDlg.clientHeight - 51 ) ; - break ; - - case 'bc' : - child.style.width = Math.max( 0, fckDlg.clientWidth - 30 - 30 ) ; - child.style.top = Math.max( 0, fckDlg.clientHeight - 51 ) ; - break ; - } - } - } - - var closeButtonOver = function() - { - this.style.backgroundPosition = '-16px -687px' ; - } ; - - var closeButtonOut = function() - { - this.style.backgroundPosition = '-16px -651px' ; - } ; - - var fixCloseButton = function() - { - var closeButton = document.getElementById ( 'closeButton' ) ; - - closeButton.onmouseover = closeButtonOver ; - closeButton.onmouseout = closeButtonOut ; - } - - var onLoad = function() - { - fixSizes() ; - fixCloseButton() ; - - window.attachEvent( 'onresize', fixSizes ) ; - window.detachEvent( 'onload', onLoad ) ; - } - - window.attachEvent( 'onload', onLoad ) ; - -})() ; diff --git a/htdocs/theme/freelug/fckeditor/fck_editor.css b/htdocs/theme/freelug/fckeditor/fck_editor.css deleted file mode 100644 index 0862d375fe6..00000000000 --- a/htdocs/theme/freelug/fckeditor/fck_editor.css +++ /dev/null @@ -1,465 +0,0 @@ -/* - * FCKeditor - The text editor for Internet - http://www.fckeditor.net - * Copyright (C) 2003-2008 Frederico Caldeira Knabben - * - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Styles used by the editor IFRAME and Toolbar. - */ - -/* - ### Basic Editor IFRAME Styles. -*/ - -body -{ - padding: 1px; - margin: 0; - background-color: #ffffff; -} - -#xEditingArea -{ - border: #696969 1px solid; -} - -.SourceField -{ - padding: 5px; - margin: 0px; - font-family: Monospace; -} - -/* - Toolbar -*/ - -.TB_ToolbarSet, .TB_Expand, .TB_Collapse -{ - cursor: default; - background-color: #f7f7f7; -} - -.TB_ToolbarSet -{ - border-top: #f7f7f7 1px outset; - border-bottom: #f7f7f7 1px outset; -} - -.TB_ToolbarSet TD -{ - font-size: 11px; - font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif; -} - -.TB_Toolbar -{ - height: 24px; - display: inline-table; /* inline = Opera jumping buttons bug */ -} - -.TB_Separator -{ - width: 1px; - height: 16px; - margin: 2px; - background-color: #999966; -} - -.TB_Start -{ - background-image: url(images/toolbar.start.gif); - margin: 2px; - width: 3px; - background-repeat: no-repeat; - height: 16px; -} - -.TB_End -{ - display: none; -} - -.TB_ExpandImg -{ - background-image: url(images/toolbar.expand.gif); - background-repeat: no-repeat; -} - -.TB_CollapseImg -{ - background-image: url(images/toolbar.collapse.gif); - background-repeat: no-repeat; -} - -.TB_SideBorder -{ - background-color: #696969; -} - -.TB_Expand, .TB_Collapse -{ - padding: 2px 2px 2px 2px; - border: #f7f7f7 1px outset; -} - -.TB_Collapse -{ - width: 5px; -} - -.TB_Break -{ - height: 24px; /* IE needs the height to be set, otherwise no break */ -} - -/* - Toolbar Button -*/ - -.TB_Button_On, .TB_Button_Off, .TB_Button_On_Over, .TB_Button_Off_Over, .TB_Button_Disabled -{ - border: #f7f7f7 1px solid; /* This is the default border */ - height: 22px; /* The height is necessary, otherwise IE will not apply the alpha */ -} - -.TB_Button_On -{ - border: #316ac5 1px solid; - background-color: #c1d2ee; -} - -.TB_Button_On_Over, .TB_Button_Off_Over -{ - border: #316ac5 1px solid; - background-color: #dff1ff; -} - -.TB_Button_Off -{ - filter: alpha(opacity=70); /* IE */ - opacity: 0.70; /* Safari, Opera and Mozilla */ -} - -.TB_Button_Disabled -{ - filter: gray() alpha(opacity=30); /* IE */ - opacity: 0.30; /* Safari, Opera and Mozilla */ -} - -.TB_Button_Padding -{ - visibility: hidden; - width: 3px; - height: 22px; -} - -.TB_Button_Image -{ - overflow: hidden; - width: 16px; - height: 16px; - margin: 3px; - background-repeat: no-repeat; -} - -.TB_Button_Image img -{ - position: relative; -} - -.TB_Button_Off .TB_Button_Text -{ - background-color: #f7f7f7; /* Needed because of a bug on Clear Type */ -} - -.TB_ConnectionLine -{ - background-color: #ffffff; - height: 1px; - margin-left: 1px; /* ltr */ - margin-right: 1px; /* rtl */ -} - -.TB_Text -{ - height: 22px; -} - -.TB_Button_Off .TB_Text -{ - background-color: #f7f7f7 ; /* Needed because of a bug on ClearType */ -} - -.TB_Button_On_Over .TB_Text -{ - background-color: #dff1ff ; /* Needed because of a bug on ClearType */ -} - -/* - Menu -*/ - -.MN_Menu -{ - border: 1px solid #8f8f73; - padding: 2px; - background-color: #ffffff; - cursor: default; -} - -.MN_Menu, .MN_Menu .MN_Label -{ - font-size: 11px; - font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif; -} - -.MN_Item_Padding -{ - visibility: hidden; - width: 3px; - height: 20px; -} - -.MN_Icon -{ - background-color: #dedede; - text-align: center; - height: 20px; -} - -.MN_Label -{ - padding-left: 3px; - padding-right: 3px; -} - -.MN_Separator -{ - height: 3px; -} - -.MN_Separator_Line -{ - border-top: #b9b99d 1px solid; -} - -.MN_Item .MN_Icon IMG -{ - filter: alpha(opacity=70); - opacity: 0.70; -} - -.MN_Item_Over -{ - color: #ffffff; - background-color: #8a857d; -} - -.MN_Item_Over .MN_Icon -{ - background-color: #6c6761; -} - -.MN_Item_Disabled IMG -{ - filter: gray() alpha(opacity=30); /* IE */ - opacity: 0.30; /* Safari, Opera and Mozilla */ -} - -.MN_Item_Disabled .MN_Label -{ - color: #b7b7b7; -} - -.MN_Arrow -{ - padding-right: 3px; - padding-left: 3px; -} - -.MN_ConnectionLine -{ - background-color: #ffffff; -} - -.Menu .TB_Button_On, .Menu .TB_Button_On_Over -{ - border: #8f8f73 1px solid; - background-color: #ffffff; -} - -/* - ### Panel Styles -*/ - -.FCK_Panel -{ - border: #8f8f73 1px solid; - padding: 2px; - background-color: #ffffff; -} - -.FCK_Panel, .FCK_Panel TD -{ - font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif; - font-size: 11px; -} - -/* - ### Special Combos -*/ - -.SC_Panel -{ - overflow: auto; - white-space: nowrap; - cursor: default; - border: 1px solid #8f8f73; - padding-left: 2px; - padding-right: 2px; - background-color: #ffffff; -} - -.SC_Panel, .SC_Panel TD -{ - font-size: 11px; - font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif; -} - -.SC_Item, .SC_ItemSelected -{ - margin-top: 2px; - margin-bottom: 2px; - background-position: left center; - padding-left: 11px; - padding-right: 3px; - padding-top: 2px; - padding-bottom: 2px; - text-overflow: ellipsis; - overflow: hidden; - background-repeat: no-repeat; - border: #dddddd 1px solid; -} - -.SC_Item *, .SC_ItemSelected * -{ - margin-top: 0px; - margin-bottom: 0px; -} - -.SC_ItemSelected -{ - border: #9a9afb 1px solid; - background-image: url(images/toolbar.arrowright.gif); -} - -.SC_ItemOver -{ - border: #404040 1px solid; -} - -.SC_Field -{ - border: #b7b7a6 1px solid; - cursor: default; -} - -.SC_FieldCaption -{ - overflow: visible; - padding-right: 5px; - padding-left: 5px; - opacity: 0.75; /* Safari, Opera and Mozilla */ - filter: alpha(opacity=70); /* IE */ /* -moz-opacity: 0.75; Mozilla (Old) */ - height: 23px; - background-color: #f7f7f7; -} - -.SC_FieldLabel -{ - white-space: nowrap; - padding: 2px; - width: 100%; - cursor: default; - background-color: #ffffff; - text-overflow: ellipsis; - overflow: hidden; -} - -.SC_FieldButton -{ - background-position: center center; - background-image: url(images/toolbar.buttonarrow.gif); - border-left: #b7b7a6 1px solid; - width: 14px; - background-repeat: no-repeat; -} - -.SC_FieldDisabled .SC_FieldButton, .SC_FieldDisabled .SC_FieldCaption, .SC_FieldDisabled .TB_ButtonType_Text -{ - opacity: 0.30; /* Safari, Opera and Mozilla */ - filter: gray() alpha(opacity=30); /* IE */ /* -moz-opacity: 0.30; Mozilla (Old) */ -} - -.SC_FieldOver -{ - border: #316ac5 1px solid; -} - -.SC_FieldOver .SC_FieldButton -{ - border-left: #316ac5 1px solid; -} - -/* - ### Color Selector Panel -*/ - -.ColorBoxBorder -{ - border: #808080 1px solid; - position: static; -} - -.ColorBox -{ - font-size: 1px; - width: 10px; - position: static; - height: 10px; -} - -.ColorDeselected, .ColorSelected -{ - cursor: default; -} - -.ColorDeselected -{ - border: #ffffff 1px solid; - padding: 2px; - float: left; -} - -.ColorSelected -{ - border: #316ac5 1px solid; - padding: 2px; - float: left; - background-color: #c1d2ee; -} diff --git a/htdocs/theme/freelug/fckeditor/fck_strip.gif b/htdocs/theme/freelug/fckeditor/fck_strip.gif deleted file mode 100644 index 75570a4bed8..00000000000 Binary files a/htdocs/theme/freelug/fckeditor/fck_strip.gif and /dev/null differ diff --git a/htdocs/theme/freelug/fckeditor/fckconfig.js b/htdocs/theme/freelug/fckeditor/fckconfig.js deleted file mode 100644 index f4f6fa09684..00000000000 --- a/htdocs/theme/freelug/fckeditor/fckconfig.js +++ /dev/null @@ -1,359 +0,0 @@ -/* - * FCKeditor - The text editor for Internet - http://www.fckeditor.net - * Copyright (C) 2003-2009 Frederico Caldeira Knabben - * - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Editor configuration settings. - * - * Follow this link for more information: - * http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options - */ - -FCKConfig.CustomConfigurationsPath = '' ; - -FCKConfig.EditorAreaCSS = FCKConfig.BasePath + 'css/fck_editorarea.css' ; -FCKConfig.EditorAreaStyles = '' ; -FCKConfig.ToolbarComboPreviewCSS = '' ; - -FCKConfig.DocType = '' ; - -FCKConfig.BaseHref = '' ; - -FCKConfig.FullPage = false ; - -// The following option determines whether the "Show Blocks" feature is enabled or not at startup. -FCKConfig.StartupShowBlocks = false ; - -FCKConfig.Debug = false ; -FCKConfig.AllowQueryStringDebug = true ; - -FCKConfig.SkinPath = FCKConfig.BasePath + '/' ; -FCKConfig.SkinEditorCSS = '' ; // FCKConfig.SkinPath + "|" ; -FCKConfig.SkinDialogCSS = '' ; // FCKConfig.SkinPath + "|" ; - -FCKConfig.PreloadImages = [ FCKConfig.SkinPath + 'images/toolbar.start.gif', FCKConfig.SkinPath + 'images/toolbar.buttonarrow.gif' ] ; - -FCKConfig.PluginsPath = FCKConfig.BasePath + 'plugins/' ; - -// FCKConfig.Plugins.Add( 'autogrow' ) ; -// FCKConfig.Plugins.Add( 'dragresizetable' ); -FCKConfig.AutoGrowMax = 400 ; - -// FCKConfig.ProtectedSource.Add( /<%[\s\S]*?%>/g ) ; // ASP style server side code <%...%> -// FCKConfig.ProtectedSource.Add( /<\?[\s\S]*?\?>/g ) ; // PHP style server side code -// FCKConfig.ProtectedSource.Add( /(]+>[\s|\S]*?<\/asp:[^\>]+>)|(]+\/>)/gi ) ; // ASP.Net style tags - -FCKConfig.AutoDetectLanguage = true ; -FCKConfig.DefaultLanguage = 'en' ; -FCKConfig.ContentLangDirection = 'ltr' ; - -FCKConfig.ProcessHTMLEntities = false ; -FCKConfig.IncludeLatinEntities = false ; -FCKConfig.IncludeGreekEntities = false ; - -FCKConfig.ProcessNumericEntities = false ; - -FCKConfig.AdditionalNumericEntities = '' ; // Single Quote: "'" - -FCKConfig.FillEmptyBlocks = true ; - -FCKConfig.FormatSource = false ; -FCKConfig.FormatOutput = false ; -FCKConfig.FormatIndentator = ' ' ; - -FCKConfig.EMailProtection = 'none' ; // none | encode | function -FCKConfig.EMailProtectionFunction = 'mt(NAME,DOMAIN,SUBJECT,BODY)' ; - -FCKConfig.StartupFocus = false ; -FCKConfig.ForcePasteAsPlainText = false ; -FCKConfig.AutoDetectPasteFromWord = true ; // IE only. -FCKConfig.ShowDropDialog = true ; -FCKConfig.ForceSimpleAmpersand = false ; -FCKConfig.TabSpaces = 0 ; -FCKConfig.ShowBorders = true ; -FCKConfig.SourcePopup = false ; -FCKConfig.ToolbarStartExpanded = false ; -FCKConfig.ToolbarCanCollapse = true ; -FCKConfig.IgnoreEmptyParagraphValue = true ; -FCKConfig.FloatingPanelsZIndex = 10000 ; -FCKConfig.HtmlEncodeOutput = false ; - -FCKConfig.TemplateReplaceAll = true ; -FCKConfig.TemplateReplaceCheckbox = true ; - -FCKConfig.ToolbarLocation = 'In' ; - -/* Ne pas mettre le lien sur objets internes (Image,Smiley) sur le type mailing */ -FCKConfig.ToolbarSets["dolibarr_mailings"] = [ - ['FitWindow','Source'], - ['Cut','Copy','Paste','PasteText','PasteWord','-','SpellCheck','-','Preview','Print'], - ['Undo','Redo','-','Find','Replace','-','SelectAll'], - ['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript','-','TextColor','BGColor','-','RemoveFormat'], - ['OrderedList','UnorderedList','-','Outdent','Indent'], - ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], - ['Link','Unlink','Anchor','Image','Table','Rule','SpecialChar'], - ['FontName','FontSize'] -] ; - -FCKConfig.ToolbarSets["dolibarr_notes"] = [ - ['FitWindow','Source'], - ['Cut','Copy','Paste','PasteText','PasteWord','-','SpellCheck','-','Preview','Print'], - ['Undo','Redo','-','Find','Replace','-','SelectAll'], - ['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript','-','TextColor','BGColor','-','RemoveFormat'], - ['OrderedList','UnorderedList','-','Outdent','Indent'], - ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], - ['Link','Unlink','Anchor','Image','Table','Rule','SpecialChar'], - ['FontName','FontSize'] -] ; - -FCKConfig.ToolbarSets["dolibarr_details"] = [ - ['FitWindow','Source'], - ['Cut','Copy','Paste','-','Preview'], - ['Undo','Redo'], - ['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript','-','TextColor','BGColor','-','RemoveFormat'], - ['OrderedList','UnorderedList','-','Outdent','Indent'], - ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], - ['SpecialChar'], - ['FontName','FontSize'] -] ; - -FCKConfig.ToolbarSets["Default"] = [ - ['Source','DocProps','-','Save','NewPage','Preview','-','Templates'], - ['Cut','Copy','Paste','PasteText','PasteWord','-','Print','SpellCheck'], - ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'], - ['Form','Checkbox','Radio','TextField','Textarea','Select','Button','ImageButton','HiddenField'], - '/', - ['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'], - ['OrderedList','UnorderedList','-','Outdent','Indent','Blockquote','CreateDiv'], - ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], - ['Link','Unlink','Anchor'], - ['Image','Flash','Table','Rule','Smiley','SpecialChar','PageBreak'], - '/', - ['Style','FontFormat','FontName','FontSize'], - ['TextColor','BGColor'], - ['FitWindow','ShowBlocks','-','About'] // No comma for the last row. -] ; - -FCKConfig.ToolbarSets["Basic"] = [ - ['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink','-','About'] -] ; - -FCKConfig.EnterMode = 'br' ; // p | div | br -FCKConfig.ShiftEnterMode = 'p' ; // p | div | br - -FCKConfig.Keystrokes = [ - [ CTRL + 65 /*A*/, true ], - [ CTRL + 67 /*C*/, true ], - [ CTRL + 70 /*F*/, true ], - [ CTRL + 83 /*S*/, true ], - [ CTRL + 84 /*T*/, true ], - [ CTRL + 88 /*X*/, true ], - [ CTRL + 86 /*V*/, 'Paste' ], - [ CTRL + 45 /*INS*/, true ], - [ SHIFT + 45 /*INS*/, 'Paste' ], - [ CTRL + 88 /*X*/, 'Cut' ], - [ SHIFT + 46 /*DEL*/, 'Cut' ], - [ CTRL + 90 /*Z*/, 'Undo' ], - [ CTRL + 89 /*Y*/, 'Redo' ], - [ CTRL + SHIFT + 90 /*Z*/, 'Redo' ], - [ CTRL + 76 /*L*/, 'Link' ], - [ CTRL + 66 /*B*/, 'Bold' ], - [ CTRL + 73 /*I*/, 'Italic' ], - [ CTRL + 85 /*U*/, 'Underline' ], - [ CTRL + SHIFT + 83 /*S*/, 'Save' ], - [ CTRL + ALT + 13 /*ENTER*/, 'FitWindow' ], - [ SHIFT + 32 /*SPACE*/, 'Nbsp' ] -] ; - -FCKConfig.ContextMenu = ['Generic','Link','Anchor','Image','Flash','Select','Textarea','Checkbox','Radio','TextField','HiddenField','ImageButton','Button','BulletedList','NumberedList','Table','Form','DivContainer'] ; -FCKConfig.BrowserContextMenuOnCtrl = false ; -FCKConfig.BrowserContextMenu = false ; - -FCKConfig.EnableMoreFontColors = true ; -FCKConfig.FontColors = '000000,993300,333300,003300,003366,000080,333399,333333,800000,FF6600,808000,808080,008080,0000FF,666699,808080,FF0000,FF9900,99CC00,339966,33CCCC,3366FF,800080,999999,FF00FF,FFCC00,FFFF00,00FF00,00FFFF,00CCFF,993366,C0C0C0,FF99CC,FFCC99,FFFF99,CCFFCC,CCFFFF,99CCFF,CC99FF,FFFFFF' ; - -FCKConfig.FontFormats = 'p;h1;h2;h3;h4;h5;h6;pre;address;div' ; -FCKConfig.FontNames = 'Arial;Comic Sans MS;Courier New;Tahoma;Times New Roman;Verdana' ; -FCKConfig.FontSizes = 'smaller;larger;xx-small;x-small;small;medium;large;x-large;xx-large' ; - -FCKConfig.StylesXmlPath = FCKConfig.EditorPath + 'fckstyles.xml' ; -FCKConfig.TemplatesXmlPath = FCKConfig.EditorPath + 'fcktemplates.xml' ; - -FCKConfig.SpellChecker = 'WSC' ; // 'WSC' | 'SpellerPages' | 'ieSpell' -FCKConfig.IeSpellDownloadUrl = 'http://www.iespell.com/download.php' ; -FCKConfig.SpellerPagesServerScript = 'server-scripts/spellchecker.php' ; // Available extension: .php .cfm .pl -FCKConfig.FirefoxSpellChecker = false ; - -FCKConfig.MaxUndoLevels = 15 ; - -FCKConfig.DisableObjectResizing = false ; -FCKConfig.DisableFFTableHandles = true ; - -FCKConfig.LinkDlgHideTarget = false ; -FCKConfig.LinkDlgHideAdvanced = false ; - -FCKConfig.ImageDlgHideLink = false ; -FCKConfig.ImageDlgHideAdvanced = false ; - -FCKConfig.FlashDlgHideAdvanced = false ; - -FCKConfig.ProtectedTags = '' ; - -// This will be applied to the body element of the editor -FCKConfig.BodyId = '' ; -FCKConfig.BodyClass = '' ; - -FCKConfig.DefaultStyleLabel = '' ; -FCKConfig.DefaultFontFormatLabel = '' ; -FCKConfig.DefaultFontLabel = '' ; -FCKConfig.DefaultFontSizeLabel = '' ; - -FCKConfig.DefaultLinkTarget = '' ; - -// The option switches between trying to keep the html structure or do the changes so the content looks like it was in Word -FCKConfig.CleanWordKeepsStructure = false ; - -// Only inline elements are valid. -FCKConfig.RemoveFormatTags = 'b,big,code,del,dfn,em,font,i,ins,kbd,q,samp,small,span,strike,strong,sub,sup,tt,u,var' ; - -// Attributes that will be removed -FCKConfig.RemoveAttributes = 'class,style,lang,width,height,align,hspace,valign' ; - -FCKConfig.CustomStyles = -{ - 'Red Title' : { Element : 'h3', Styles : { 'color' : 'Red' } } -}; - -// Do not add, rename or remove styles here. Only apply definition changes. -FCKConfig.CoreStyles = -{ - // Basic Inline Styles. - 'Bold' : { Element : 'strong', Overrides : 'b' }, - 'Italic' : { Element : 'em', Overrides : 'i' }, - 'Underline' : { Element : 'u' }, - 'StrikeThrough' : { Element : 'strike' }, - 'Subscript' : { Element : 'sub' }, - 'Superscript' : { Element : 'sup' }, - - // Basic Block Styles (Font Format Combo). - 'p' : { Element : 'p' }, - 'div' : { Element : 'div' }, - 'pre' : { Element : 'pre' }, - 'address' : { Element : 'address' }, - 'h1' : { Element : 'h1' }, - 'h2' : { Element : 'h2' }, - 'h3' : { Element : 'h3' }, - 'h4' : { Element : 'h4' }, - 'h5' : { Element : 'h5' }, - 'h6' : { Element : 'h6' }, - - // Other formatting features. - 'FontFace' : - { - Element : 'span', - Styles : { 'font-family' : '#("Font")' }, - Overrides : [ { Element : 'font', Attributes : { 'face' : null } } ] - }, - - 'Size' : - { - Element : 'span', - Styles : { 'font-size' : '#("Size","fontSize")' }, - Overrides : [ { Element : 'font', Attributes : { 'size' : null } } ] - }, - - 'Color' : - { - Element : 'span', - Styles : { 'color' : '#("Color","color")' }, - Overrides : [ { Element : 'font', Attributes : { 'color' : null } } ] - }, - - 'BackColor' : { Element : 'span', Styles : { 'background-color' : '#("Color","color")' } }, - - 'SelectionHighlight' : { Element : 'span', Styles : { 'background-color' : 'navy', 'color' : 'white' } } -}; - -// The distance of an indentation step. -FCKConfig.IndentLength = 40 ; -FCKConfig.IndentUnit = 'px' ; - -// Alternatively, FCKeditor allows the use of CSS classes for block indentation. -// This overrides the IndentLength/IndentUnit settings. -FCKConfig.IndentClasses = [] ; - -// [ Left, Center, Right, Justified ] -FCKConfig.JustifyClasses = [] ; - -// The following value defines which File Browser connector and Quick Upload -// "uploader" to use. It is valid for the default implementaion and it is here -// just to make this configuration file cleaner. -// It is not possible to change this value using an external file or even -// inline when creating the editor instance. In that cases you must set the -// values of LinkBrowserURL, ImageBrowserURL and so on. -// Custom implementations should just ignore it. -var _FileBrowserLanguage = 'php' ; // asp | aspx | cfm | lasso | perl | php | py -var _QuickUploadLanguage = 'php' ; // asp | aspx | cfm | lasso | perl | php | py - -// Don't care about the following two lines. It just calculates the correct connector -// extension to use for the default File Browser (Perl uses "cgi"). -var _FileBrowserExtension = _FileBrowserLanguage == 'perl' ? 'cgi' : _FileBrowserLanguage ; -var _QuickUploadExtension = _QuickUploadLanguage == 'perl' ? 'cgi' : _QuickUploadLanguage ; - -FCKConfig.LinkBrowser = true ; -FCKConfig.LinkBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Connector=' + encodeURIComponent( FCKConfig.BasePath + 'filemanager/connectors/' + _FileBrowserLanguage + '/connector.' + _FileBrowserExtension ) ; -FCKConfig.LinkBrowserWindowWidth = FCKConfig.ScreenWidth * 0.7 ; // 70% -FCKConfig.LinkBrowserWindowHeight = FCKConfig.ScreenHeight * 0.7 ; // 70% - -FCKConfig.ImageBrowser = true ; -FCKConfig.ImageBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Image&Connector=' + encodeURIComponent( FCKConfig.BasePath + 'filemanager/connectors/' + _FileBrowserLanguage + '/connector.' + _FileBrowserExtension ) ; -FCKConfig.ImageBrowserWindowWidth = FCKConfig.ScreenWidth * 0.7 ; // 70% ; -FCKConfig.ImageBrowserWindowHeight = FCKConfig.ScreenHeight * 0.7 ; // 70% ; - -FCKConfig.FlashBrowser = true ; -FCKConfig.FlashBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Flash&Connector=' + encodeURIComponent( FCKConfig.BasePath + 'filemanager/connectors/' + _FileBrowserLanguage + '/connector.' + _FileBrowserExtension ) ; -FCKConfig.FlashBrowserWindowWidth = FCKConfig.ScreenWidth * 0.7 ; //70% ; -FCKConfig.FlashBrowserWindowHeight = FCKConfig.ScreenHeight * 0.7 ; //70% ; - -FCKConfig.LinkUpload = false ; -FCKConfig.LinkUploadURL = FCKConfig.BasePath + 'filemanager/connectors/' + _QuickUploadLanguage + '/upload.' + _QuickUploadExtension ; -FCKConfig.LinkUploadAllowedExtensions = ".(7z|aiff|asf|avi|bmp|csv|doc|fla|flv|gif|gz|gzip|jpeg|jpg|mid|mov|mp3|mp4|mpc|mpeg|mpg|ods|odt|pdf|png|ppt|pxd|qt|ram|rar|rm|rmi|rmvb|rtf|sdc|sitd|swf|sxc|sxw|tar|tgz|tif|tiff|txt|vsd|wav|wma|wmv|xls|xml|zip)$" ; // empty for all -FCKConfig.LinkUploadDeniedExtensions = "" ; // empty for no one - -FCKConfig.ImageUpload = false ; -FCKConfig.ImageUploadURL = FCKConfig.BasePath + 'filemanager/connectors/' + _QuickUploadLanguage + '/upload.' + _QuickUploadExtension + '?Type=Image' ; -FCKConfig.ImageUploadAllowedExtensions = ".(jpg|gif|jpeg|png|bmp)$" ; // empty for all -FCKConfig.ImageUploadDeniedExtensions = "" ; // empty for no one - -FCKConfig.FlashUpload = false ; -FCKConfig.FlashUploadURL = FCKConfig.BasePath + 'filemanager/connectors/' + _QuickUploadLanguage + '/upload.' + _QuickUploadExtension + '?Type=Flash' ; -FCKConfig.FlashUploadAllowedExtensions = ".(swf|flv)$" ; // empty for all -FCKConfig.FlashUploadDeniedExtensions = "" ; // empty for no one - -FCKConfig.SmileyPath = FCKConfig.BasePath + 'images/smiley/msn/' ; -FCKConfig.SmileyImages = ['regular_smile.gif','sad_smile.gif','wink_smile.gif','teeth_smile.gif','confused_smile.gif','tounge_smile.gif','embaressed_smile.gif','omg_smile.gif','whatchutalkingabout_smile.gif','angry_smile.gif','angel_smile.gif','shades_smile.gif','devil_smile.gif','cry_smile.gif','lightbulb.gif','thumbs_down.gif','thumbs_up.gif','heart.gif','broken_heart.gif','kiss.gif','envelope.gif'] ; -FCKConfig.SmileyColumns = 8 ; -FCKConfig.SmileyWindowWidth = 320 ; -FCKConfig.SmileyWindowHeight = 210 ; - -FCKConfig.BackgroundBlockerColor = '#ffffff' ; -FCKConfig.BackgroundBlockerOpacity = 0.50 ; - -FCKConfig.MsWebBrowserControlCompat = false ; - -FCKConfig.PreventSubmitHandler = false ; diff --git a/htdocs/theme/freelug/fckeditor/images/.cvsignore b/htdocs/theme/freelug/fckeditor/images/.cvsignore deleted file mode 100644 index 78d24c23930..00000000000 --- a/htdocs/theme/freelug/fckeditor/images/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -*.db -*.db diff --git a/htdocs/theme/freelug/fckeditor/images/dialog.sides.gif b/htdocs/theme/freelug/fckeditor/images/dialog.sides.gif deleted file mode 100644 index 49a4d8d70dd..00000000000 Binary files a/htdocs/theme/freelug/fckeditor/images/dialog.sides.gif and /dev/null differ diff --git a/htdocs/theme/freelug/fckeditor/images/dialog.sides.png b/htdocs/theme/freelug/fckeditor/images/dialog.sides.png deleted file mode 100644 index ab1ff32bf21..00000000000 Binary files a/htdocs/theme/freelug/fckeditor/images/dialog.sides.png and /dev/null differ diff --git a/htdocs/theme/freelug/fckeditor/images/dialog.sides.rtl.png b/htdocs/theme/freelug/fckeditor/images/dialog.sides.rtl.png deleted file mode 100644 index e0a7aa77d9f..00000000000 Binary files a/htdocs/theme/freelug/fckeditor/images/dialog.sides.rtl.png and /dev/null differ diff --git a/htdocs/theme/freelug/fckeditor/images/sprites.gif b/htdocs/theme/freelug/fckeditor/images/sprites.gif deleted file mode 100644 index 6a17ed1a834..00000000000 Binary files a/htdocs/theme/freelug/fckeditor/images/sprites.gif and /dev/null differ diff --git a/htdocs/theme/freelug/fckeditor/images/sprites.png b/htdocs/theme/freelug/fckeditor/images/sprites.png deleted file mode 100644 index 0ab521998c5..00000000000 Binary files a/htdocs/theme/freelug/fckeditor/images/sprites.png and /dev/null differ diff --git a/htdocs/theme/freelug/fckeditor/images/toolbar.arrowright.gif b/htdocs/theme/freelug/fckeditor/images/toolbar.arrowright.gif deleted file mode 100644 index 6843c8d4162..00000000000 Binary files a/htdocs/theme/freelug/fckeditor/images/toolbar.arrowright.gif and /dev/null differ diff --git a/htdocs/theme/freelug/fckeditor/images/toolbar.buttonarrow.gif b/htdocs/theme/freelug/fckeditor/images/toolbar.buttonarrow.gif deleted file mode 100644 index ea60995e1b8..00000000000 Binary files a/htdocs/theme/freelug/fckeditor/images/toolbar.buttonarrow.gif and /dev/null differ diff --git a/htdocs/theme/freelug/fckeditor/images/toolbar.buttonbg.gif b/htdocs/theme/freelug/fckeditor/images/toolbar.buttonbg.gif deleted file mode 100644 index a93ffcaa3b3..00000000000 Binary files a/htdocs/theme/freelug/fckeditor/images/toolbar.buttonbg.gif and /dev/null differ diff --git a/htdocs/theme/freelug/fckeditor/images/toolbar.collapse.gif b/htdocs/theme/freelug/fckeditor/images/toolbar.collapse.gif deleted file mode 100644 index 87aa56d3b69..00000000000 Binary files a/htdocs/theme/freelug/fckeditor/images/toolbar.collapse.gif and /dev/null differ diff --git a/htdocs/theme/freelug/fckeditor/images/toolbar.end.gif b/htdocs/theme/freelug/fckeditor/images/toolbar.end.gif deleted file mode 100644 index 5bfd67a2d6f..00000000000 Binary files a/htdocs/theme/freelug/fckeditor/images/toolbar.end.gif and /dev/null differ diff --git a/htdocs/theme/freelug/fckeditor/images/toolbar.expand.gif b/htdocs/theme/freelug/fckeditor/images/toolbar.expand.gif deleted file mode 100644 index 79075e7c386..00000000000 Binary files a/htdocs/theme/freelug/fckeditor/images/toolbar.expand.gif and /dev/null differ diff --git a/htdocs/theme/freelug/fckeditor/images/toolbar.separator.gif b/htdocs/theme/freelug/fckeditor/images/toolbar.separator.gif deleted file mode 100644 index eaed04a7a76..00000000000 Binary files a/htdocs/theme/freelug/fckeditor/images/toolbar.separator.gif and /dev/null differ diff --git a/htdocs/theme/freelug/fckeditor/images/toolbar.start.gif b/htdocs/theme/freelug/fckeditor/images/toolbar.start.gif deleted file mode 100644 index 1774246c2ef..00000000000 Binary files a/htdocs/theme/freelug/fckeditor/images/toolbar.start.gif and /dev/null differ diff --git a/htdocs/theme/freelug/fckeditor/index.php b/htdocs/theme/freelug/fckeditor/index.php deleted file mode 100644 index 7db0dd9ebf9..00000000000 --- a/htdocs/theme/freelug/fckeditor/index.php +++ /dev/null @@ -1 +0,0 @@ -Url not available \ No newline at end of file diff --git a/htdocs/theme/freelug/graph-color.php b/htdocs/theme/freelug/graph-color.php deleted file mode 100755 index cadac2164e8..00000000000 --- a/htdocs/theme/freelug/graph-color.php +++ /dev/null @@ -1,32 +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, see . - */ - -/** - * \file htdocs/theme/freelug/graph-color.php - * \brief File to declare colors to use to build graphics with theme Freelug - * \ingroup core - * \version $Id: graph-color.php,v 1.6 2011/07/31 23:22:05 eldy Exp $ - */ - -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), array(140,170,150)); -$theme_bgcolor = array(hexdec('F4'),hexdec('F4'),hexdec('F4')); -$theme_bgcoloronglet = array(hexdec('DC'),hexdec('DC'),hexdec('D0')); - -?> diff --git a/htdocs/theme/freelug/img/.cvsignore b/htdocs/theme/freelug/img/.cvsignore deleted file mode 100644 index 98e6ef67fad..00000000000 --- a/htdocs/theme/freelug/img/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -*.db diff --git a/htdocs/theme/freelug/img/1downarrow.png b/htdocs/theme/freelug/img/1downarrow.png deleted file mode 100644 index 1c8d60e8316..00000000000 Binary files a/htdocs/theme/freelug/img/1downarrow.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/1downarrow_selected.png b/htdocs/theme/freelug/img/1downarrow_selected.png deleted file mode 100644 index 1c8d60e8316..00000000000 Binary files a/htdocs/theme/freelug/img/1downarrow_selected.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/1leftarrow.png b/htdocs/theme/freelug/img/1leftarrow.png deleted file mode 100644 index 70f0aed4c9a..00000000000 Binary files a/htdocs/theme/freelug/img/1leftarrow.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/1leftarrow_selected.png b/htdocs/theme/freelug/img/1leftarrow_selected.png deleted file mode 100644 index 70f0aed4c9a..00000000000 Binary files a/htdocs/theme/freelug/img/1leftarrow_selected.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/1rightarrow.png b/htdocs/theme/freelug/img/1rightarrow.png deleted file mode 100644 index f8d4f4f3208..00000000000 Binary files a/htdocs/theme/freelug/img/1rightarrow.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/1rightarrow_selected.png b/htdocs/theme/freelug/img/1rightarrow_selected.png deleted file mode 100644 index f8d4f4f3208..00000000000 Binary files a/htdocs/theme/freelug/img/1rightarrow_selected.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/1uparrow.png b/htdocs/theme/freelug/img/1uparrow.png deleted file mode 100644 index 1fe75b6d78d..00000000000 Binary files a/htdocs/theme/freelug/img/1uparrow.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/1uparrow_selected.png b/htdocs/theme/freelug/img/1uparrow_selected.png deleted file mode 100644 index 1fe75b6d78d..00000000000 Binary files a/htdocs/theme/freelug/img/1uparrow_selected.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/1updownarrow.png b/htdocs/theme/freelug/img/1updownarrow.png deleted file mode 100644 index fd5e5801aea..00000000000 Binary files a/htdocs/theme/freelug/img/1updownarrow.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/addfile.png b/htdocs/theme/freelug/img/addfile.png deleted file mode 100755 index 3bfa627d758..00000000000 Binary files a/htdocs/theme/freelug/img/addfile.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/background.png b/htdocs/theme/freelug/img/background.png deleted file mode 100644 index a42b37a7d8f..00000000000 Binary files a/htdocs/theme/freelug/img/background.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/button_bg.png b/htdocs/theme/freelug/img/button_bg.png deleted file mode 100644 index 7e8a806b28f..00000000000 Binary files a/htdocs/theme/freelug/img/button_bg.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/button_edit.png b/htdocs/theme/freelug/img/button_edit.png deleted file mode 100755 index ce8b226710b..00000000000 Binary files a/htdocs/theme/freelug/img/button_edit.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/calc.png b/htdocs/theme/freelug/img/calc.png deleted file mode 100644 index d3bd2bbc824..00000000000 Binary files a/htdocs/theme/freelug/img/calc.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/calendar.png b/htdocs/theme/freelug/img/calendar.png deleted file mode 100644 index 90829a353c3..00000000000 Binary files a/htdocs/theme/freelug/img/calendar.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/call.png b/htdocs/theme/freelug/img/call.png deleted file mode 100755 index 8315c57d61d..00000000000 Binary files a/htdocs/theme/freelug/img/call.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/call_out.png b/htdocs/theme/freelug/img/call_out.png deleted file mode 100755 index bf972d8b1ae..00000000000 Binary files a/htdocs/theme/freelug/img/call_out.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/delete.png b/htdocs/theme/freelug/img/delete.png deleted file mode 100755 index 221cd3c76b9..00000000000 Binary files a/htdocs/theme/freelug/img/delete.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/detail.png b/htdocs/theme/freelug/img/detail.png deleted file mode 100644 index 2d31ec2202e..00000000000 Binary files a/htdocs/theme/freelug/img/detail.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/disable.png b/htdocs/theme/freelug/img/disable.png deleted file mode 100755 index 7c642907079..00000000000 Binary files a/htdocs/theme/freelug/img/disable.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/edit.png b/htdocs/theme/freelug/img/edit.png deleted file mode 100755 index d5ef04577cc..00000000000 Binary files a/htdocs/theme/freelug/img/edit.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/edit_add.png b/htdocs/theme/freelug/img/edit_add.png deleted file mode 100755 index f6e67164208..00000000000 Binary files a/htdocs/theme/freelug/img/edit_add.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/edit_remove.png b/htdocs/theme/freelug/img/edit_remove.png deleted file mode 100755 index 0c7ca54fa1f..00000000000 Binary files a/htdocs/theme/freelug/img/edit_remove.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/editdelete.png b/htdocs/theme/freelug/img/editdelete.png deleted file mode 100644 index 1b872ce664d..00000000000 Binary files a/htdocs/theme/freelug/img/editdelete.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/error.png b/htdocs/theme/freelug/img/error.png deleted file mode 100644 index f41dd8a3bc0..00000000000 Binary files a/htdocs/theme/freelug/img/error.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/favicon.ico b/htdocs/theme/freelug/img/favicon.ico deleted file mode 100644 index 7d41c54d5bb..00000000000 Binary files a/htdocs/theme/freelug/img/favicon.ico and /dev/null differ diff --git a/htdocs/theme/freelug/img/file.png b/htdocs/theme/freelug/img/file.png deleted file mode 100755 index 98bc98d2f1f..00000000000 Binary files a/htdocs/theme/freelug/img/file.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/filenew.png b/htdocs/theme/freelug/img/filenew.png deleted file mode 100644 index 1f6581389d1..00000000000 Binary files a/htdocs/theme/freelug/img/filenew.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/filter.png b/htdocs/theme/freelug/img/filter.png deleted file mode 100644 index 4baa3a3be8e..00000000000 Binary files a/htdocs/theme/freelug/img/filter.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/folder-open.png b/htdocs/theme/freelug/img/folder-open.png deleted file mode 100755 index 33cc0bb90e1..00000000000 Binary files a/htdocs/theme/freelug/img/folder-open.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/folder.png b/htdocs/theme/freelug/img/folder.png deleted file mode 100644 index 908a6df9348..00000000000 Binary files a/htdocs/theme/freelug/img/folder.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/grip.png b/htdocs/theme/freelug/img/grip.png deleted file mode 100644 index 216e51ca8f0..00000000000 Binary files a/htdocs/theme/freelug/img/grip.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/help.png b/htdocs/theme/freelug/img/help.png deleted file mode 100644 index 82a55ce372e..00000000000 Binary files a/htdocs/theme/freelug/img/help.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/high.png b/htdocs/theme/freelug/img/high.png deleted file mode 100755 index 429ee98186e..00000000000 Binary files a/htdocs/theme/freelug/img/high.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/history.png b/htdocs/theme/freelug/img/history.png deleted file mode 100755 index 932921c1f4c..00000000000 Binary files a/htdocs/theme/freelug/img/history.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/info.png b/htdocs/theme/freelug/img/info.png deleted file mode 100755 index 0f716f67711..00000000000 Binary files a/htdocs/theme/freelug/img/info.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/lock.png b/htdocs/theme/freelug/img/lock.png deleted file mode 100755 index 03480e30c37..00000000000 Binary files a/htdocs/theme/freelug/img/lock.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/logout.png b/htdocs/theme/freelug/img/logout.png deleted file mode 100755 index cd2863d371f..00000000000 Binary files a/htdocs/theme/freelug/img/logout.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/next.png b/htdocs/theme/freelug/img/next.png deleted file mode 100755 index f8d4f4f3208..00000000000 Binary files a/htdocs/theme/freelug/img/next.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/object_account.png b/htdocs/theme/freelug/img/object_account.png deleted file mode 100644 index 60a5ccd863c..00000000000 Binary files a/htdocs/theme/freelug/img/object_account.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/object_action.png b/htdocs/theme/freelug/img/object_action.png deleted file mode 100644 index dd356305161..00000000000 Binary files a/htdocs/theme/freelug/img/object_action.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/object_barcode.png b/htdocs/theme/freelug/img/object_barcode.png deleted file mode 100644 index 83d3e1ae993..00000000000 Binary files a/htdocs/theme/freelug/img/object_barcode.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/object_bill.png b/htdocs/theme/freelug/img/object_bill.png deleted file mode 100755 index cd48a169672..00000000000 Binary files a/htdocs/theme/freelug/img/object_bill.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/object_billa.png b/htdocs/theme/freelug/img/object_billa.png deleted file mode 100644 index 3635f753a31..00000000000 Binary files a/htdocs/theme/freelug/img/object_billa.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/object_billd.png b/htdocs/theme/freelug/img/object_billd.png deleted file mode 100644 index 3c7443cba3e..00000000000 Binary files a/htdocs/theme/freelug/img/object_billd.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/object_billr.png b/htdocs/theme/freelug/img/object_billr.png deleted file mode 100644 index 3c7443cba3e..00000000000 Binary files a/htdocs/theme/freelug/img/object_billr.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/object_book.png b/htdocs/theme/freelug/img/object_book.png deleted file mode 100755 index e355fbf7506..00000000000 Binary files a/htdocs/theme/freelug/img/object_book.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/object_bookmark.png b/htdocs/theme/freelug/img/object_bookmark.png deleted file mode 100644 index 76aba6c2a7d..00000000000 Binary files a/htdocs/theme/freelug/img/object_bookmark.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/object_calendar.png b/htdocs/theme/freelug/img/object_calendar.png deleted file mode 100644 index 8cda1f3f220..00000000000 Binary files a/htdocs/theme/freelug/img/object_calendar.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/object_calendarday.png b/htdocs/theme/freelug/img/object_calendarday.png deleted file mode 100755 index 5678cdd2411..00000000000 Binary files a/htdocs/theme/freelug/img/object_calendarday.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/object_calendarweek.png b/htdocs/theme/freelug/img/object_calendarweek.png deleted file mode 100755 index 4ea2c09ccc9..00000000000 Binary files a/htdocs/theme/freelug/img/object_calendarweek.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/object_category-expanded.png b/htdocs/theme/freelug/img/object_category-expanded.png deleted file mode 100644 index 8168f76fa26..00000000000 Binary files a/htdocs/theme/freelug/img/object_category-expanded.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/object_category.png b/htdocs/theme/freelug/img/object_category.png deleted file mode 100644 index aaea38dbef2..00000000000 Binary files a/htdocs/theme/freelug/img/object_category.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/object_commercial.png b/htdocs/theme/freelug/img/object_commercial.png deleted file mode 100644 index 5f11e40a81f..00000000000 Binary files a/htdocs/theme/freelug/img/object_commercial.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/object_company.png b/htdocs/theme/freelug/img/object_company.png deleted file mode 100755 index 2a582b8bd4c..00000000000 Binary files a/htdocs/theme/freelug/img/object_company.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/object_contact.png b/htdocs/theme/freelug/img/object_contact.png deleted file mode 100755 index 09f772e7a83..00000000000 Binary files a/htdocs/theme/freelug/img/object_contact.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/object_contract.png b/htdocs/theme/freelug/img/object_contract.png deleted file mode 100755 index 52f910ba1f6..00000000000 Binary files a/htdocs/theme/freelug/img/object_contract.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/object_dir.png b/htdocs/theme/freelug/img/object_dir.png deleted file mode 100644 index 6f364389133..00000000000 Binary files a/htdocs/theme/freelug/img/object_dir.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/object_email.png b/htdocs/theme/freelug/img/object_email.png deleted file mode 100644 index 9246f5cef24..00000000000 Binary files a/htdocs/theme/freelug/img/object_email.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/object_energie.png b/htdocs/theme/freelug/img/object_energie.png deleted file mode 100644 index bc3966d2fa2..00000000000 Binary files a/htdocs/theme/freelug/img/object_energie.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/object_generic.png b/htdocs/theme/freelug/img/object_generic.png deleted file mode 100644 index 4d5f811a891..00000000000 Binary files a/htdocs/theme/freelug/img/object_generic.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/object_globe.png b/htdocs/theme/freelug/img/object_globe.png deleted file mode 100644 index f726f8a705e..00000000000 Binary files a/htdocs/theme/freelug/img/object_globe.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/object_group.png b/htdocs/theme/freelug/img/object_group.png deleted file mode 100644 index f69db27d482..00000000000 Binary files a/htdocs/theme/freelug/img/object_group.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/object_intervention.png b/htdocs/theme/freelug/img/object_intervention.png deleted file mode 100644 index 7bb7ef583b4..00000000000 Binary files a/htdocs/theme/freelug/img/object_intervention.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/object_label.png b/htdocs/theme/freelug/img/object_label.png deleted file mode 100644 index 75a363ec8d5..00000000000 Binary files a/htdocs/theme/freelug/img/object_label.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/object_list.png b/htdocs/theme/freelug/img/object_list.png deleted file mode 100644 index 21e11a04fd7..00000000000 Binary files a/htdocs/theme/freelug/img/object_list.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/object_order.png b/htdocs/theme/freelug/img/object_order.png deleted file mode 100755 index 732ab97c439..00000000000 Binary files a/htdocs/theme/freelug/img/object_order.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/object_payment.png b/htdocs/theme/freelug/img/object_payment.png deleted file mode 100644 index 95f4c29ed2f..00000000000 Binary files a/htdocs/theme/freelug/img/object_payment.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/object_phoning.png b/htdocs/theme/freelug/img/object_phoning.png deleted file mode 100644 index 5f11e40a81f..00000000000 Binary files a/htdocs/theme/freelug/img/object_phoning.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/object_product.png b/htdocs/theme/freelug/img/object_product.png deleted file mode 100755 index f79b9cc78ff..00000000000 Binary files a/htdocs/theme/freelug/img/object_product.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/object_project.png b/htdocs/theme/freelug/img/object_project.png deleted file mode 100644 index 070fe326983..00000000000 Binary files a/htdocs/theme/freelug/img/object_project.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/object_projectpub.png b/htdocs/theme/freelug/img/object_projectpub.png deleted file mode 100644 index 5ea2e846ddf..00000000000 Binary files a/htdocs/theme/freelug/img/object_projectpub.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/object_projecttask.png b/htdocs/theme/freelug/img/object_projecttask.png deleted file mode 100644 index 3ec85fed9d3..00000000000 Binary files a/htdocs/theme/freelug/img/object_projecttask.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/object_propal.png b/htdocs/theme/freelug/img/object_propal.png deleted file mode 100755 index 4a52d65b9e6..00000000000 Binary files a/htdocs/theme/freelug/img/object_propal.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/object_reduc.png b/htdocs/theme/freelug/img/object_reduc.png deleted file mode 100644 index 4d5f811a891..00000000000 Binary files a/htdocs/theme/freelug/img/object_reduc.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/object_rss.png b/htdocs/theme/freelug/img/object_rss.png deleted file mode 100644 index 85cf0999578..00000000000 Binary files a/htdocs/theme/freelug/img/object_rss.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/object_sending.png b/htdocs/theme/freelug/img/object_sending.png deleted file mode 100644 index efda8cc7262..00000000000 Binary files a/htdocs/theme/freelug/img/object_sending.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/object_service.png b/htdocs/theme/freelug/img/object_service.png deleted file mode 100644 index 38a65e2b663..00000000000 Binary files a/htdocs/theme/freelug/img/object_service.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/object_stock.png b/htdocs/theme/freelug/img/object_stock.png deleted file mode 100644 index 279a34f869a..00000000000 Binary files a/htdocs/theme/freelug/img/object_stock.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/object_task.png b/htdocs/theme/freelug/img/object_task.png deleted file mode 100644 index 82f4dff41b9..00000000000 Binary files a/htdocs/theme/freelug/img/object_task.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/object_technic.png b/htdocs/theme/freelug/img/object_technic.png deleted file mode 100644 index b929050598d..00000000000 Binary files a/htdocs/theme/freelug/img/object_technic.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/object_trip.png b/htdocs/theme/freelug/img/object_trip.png deleted file mode 100644 index 95cc4412111..00000000000 Binary files a/htdocs/theme/freelug/img/object_trip.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/object_user.png b/htdocs/theme/freelug/img/object_user.png deleted file mode 100644 index 81e0b0a657f..00000000000 Binary files a/htdocs/theme/freelug/img/object_user.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/off.png b/htdocs/theme/freelug/img/off.png deleted file mode 100644 index a6d0a8c657e..00000000000 Binary files a/htdocs/theme/freelug/img/off.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/on.png b/htdocs/theme/freelug/img/on.png deleted file mode 100644 index 82572b9e1d1..00000000000 Binary files a/htdocs/theme/freelug/img/on.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/pdf2.png b/htdocs/theme/freelug/img/pdf2.png deleted file mode 100644 index 4702d19fd50..00000000000 Binary files a/htdocs/theme/freelug/img/pdf2.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/pdf3.png b/htdocs/theme/freelug/img/pdf3.png deleted file mode 100644 index cd76e0f9253..00000000000 Binary files a/htdocs/theme/freelug/img/pdf3.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/previous.png b/htdocs/theme/freelug/img/previous.png deleted file mode 100755 index 70f0aed4c9a..00000000000 Binary files a/htdocs/theme/freelug/img/previous.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/printer.png b/htdocs/theme/freelug/img/printer.png deleted file mode 100644 index 8407b4fe949..00000000000 Binary files a/htdocs/theme/freelug/img/printer.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/puce.png b/htdocs/theme/freelug/img/puce.png deleted file mode 100644 index dfa83acd50d..00000000000 Binary files a/htdocs/theme/freelug/img/puce.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/recent.png b/htdocs/theme/freelug/img/recent.png deleted file mode 100644 index 624558b5ec3..00000000000 Binary files a/htdocs/theme/freelug/img/recent.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/redstar.png b/htdocs/theme/freelug/img/redstar.png deleted file mode 100644 index 001cde58667..00000000000 Binary files a/htdocs/theme/freelug/img/redstar.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/refresh.png b/htdocs/theme/freelug/img/refresh.png deleted file mode 100644 index eb0388df4c3..00000000000 Binary files a/htdocs/theme/freelug/img/refresh.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/reload.png b/htdocs/theme/freelug/img/reload.png deleted file mode 100755 index e7aeaac5f28..00000000000 Binary files a/htdocs/theme/freelug/img/reload.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/rightarrow.png b/htdocs/theme/freelug/img/rightarrow.png deleted file mode 100644 index 2ea37440ecd..00000000000 Binary files a/htdocs/theme/freelug/img/rightarrow.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/search.png b/htdocs/theme/freelug/img/search.png deleted file mode 100644 index 0df0df04ca5..00000000000 Binary files a/htdocs/theme/freelug/img/search.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/searchclear.png b/htdocs/theme/freelug/img/searchclear.png deleted file mode 100644 index 024e0c62cdd..00000000000 Binary files a/htdocs/theme/freelug/img/searchclear.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/setup.png b/htdocs/theme/freelug/img/setup.png deleted file mode 100644 index 71dce81ed10..00000000000 Binary files a/htdocs/theme/freelug/img/setup.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/split.png b/htdocs/theme/freelug/img/split.png deleted file mode 100644 index 008557d7341..00000000000 Binary files a/htdocs/theme/freelug/img/split.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/star.png b/htdocs/theme/freelug/img/star.png deleted file mode 100755 index 4b6b4584675..00000000000 Binary files a/htdocs/theme/freelug/img/star.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/stats.png b/htdocs/theme/freelug/img/stats.png deleted file mode 100755 index d883f7faea9..00000000000 Binary files a/htdocs/theme/freelug/img/stats.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/statut0.png b/htdocs/theme/freelug/img/statut0.png deleted file mode 100644 index 0f7b0bd4f87..00000000000 Binary files a/htdocs/theme/freelug/img/statut0.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/statut1.png b/htdocs/theme/freelug/img/statut1.png deleted file mode 100644 index 3e4650f4f02..00000000000 Binary files a/htdocs/theme/freelug/img/statut1.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/statut2.png b/htdocs/theme/freelug/img/statut2.png deleted file mode 100644 index 67f0dd870d6..00000000000 Binary files a/htdocs/theme/freelug/img/statut2.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/statut3.png b/htdocs/theme/freelug/img/statut3.png deleted file mode 100644 index 3da79f63501..00000000000 Binary files a/htdocs/theme/freelug/img/statut3.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/statut4.png b/htdocs/theme/freelug/img/statut4.png deleted file mode 100644 index aed93a350ba..00000000000 Binary files a/htdocs/theme/freelug/img/statut4.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/statut5.png b/htdocs/theme/freelug/img/statut5.png deleted file mode 100644 index a2e22fe6f59..00000000000 Binary files a/htdocs/theme/freelug/img/statut5.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/statut6.png b/htdocs/theme/freelug/img/statut6.png deleted file mode 100644 index 60d101cb4ec..00000000000 Binary files a/htdocs/theme/freelug/img/statut6.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/statut7.png b/htdocs/theme/freelug/img/statut7.png deleted file mode 100644 index 50295a03ed5..00000000000 Binary files a/htdocs/theme/freelug/img/statut7.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/statut8.png b/htdocs/theme/freelug/img/statut8.png deleted file mode 100755 index 4d8f59be1c2..00000000000 Binary files a/htdocs/theme/freelug/img/statut8.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/statut9.png b/htdocs/theme/freelug/img/statut9.png deleted file mode 100755 index 5401cf9b03d..00000000000 Binary files a/htdocs/theme/freelug/img/statut9.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/stcomm-1.png b/htdocs/theme/freelug/img/stcomm-1.png deleted file mode 100755 index 52b3625ac05..00000000000 Binary files a/htdocs/theme/freelug/img/stcomm-1.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/stcomm-1_grayed.png b/htdocs/theme/freelug/img/stcomm-1_grayed.png deleted file mode 100644 index 20a7219535e..00000000000 Binary files a/htdocs/theme/freelug/img/stcomm-1_grayed.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/stcomm0.png b/htdocs/theme/freelug/img/stcomm0.png deleted file mode 100755 index 6053eeda485..00000000000 Binary files a/htdocs/theme/freelug/img/stcomm0.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/stcomm0_grayed.png b/htdocs/theme/freelug/img/stcomm0_grayed.png deleted file mode 100644 index a92e1558506..00000000000 Binary files a/htdocs/theme/freelug/img/stcomm0_grayed.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/stcomm1.png b/htdocs/theme/freelug/img/stcomm1.png deleted file mode 100755 index eb76c0fb179..00000000000 Binary files a/htdocs/theme/freelug/img/stcomm1.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/stcomm1_grayed.png b/htdocs/theme/freelug/img/stcomm1_grayed.png deleted file mode 100644 index 98ed423aa9e..00000000000 Binary files a/htdocs/theme/freelug/img/stcomm1_grayed.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/stcomm2.png b/htdocs/theme/freelug/img/stcomm2.png deleted file mode 100755 index 1e76ce4946b..00000000000 Binary files a/htdocs/theme/freelug/img/stcomm2.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/stcomm2_grayed.png b/htdocs/theme/freelug/img/stcomm2_grayed.png deleted file mode 100644 index 0f2a4332cfc..00000000000 Binary files a/htdocs/theme/freelug/img/stcomm2_grayed.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/stcomm3.png b/htdocs/theme/freelug/img/stcomm3.png deleted file mode 100755 index 465234fcd3c..00000000000 Binary files a/htdocs/theme/freelug/img/stcomm3.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/stcomm3_grayed.png b/htdocs/theme/freelug/img/stcomm3_grayed.png deleted file mode 100644 index fc80eb2aebd..00000000000 Binary files a/htdocs/theme/freelug/img/stcomm3_grayed.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/stcomm4.png b/htdocs/theme/freelug/img/stcomm4.png deleted file mode 100755 index c839a8acec5..00000000000 Binary files a/htdocs/theme/freelug/img/stcomm4.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/stcomm4_grayed.png b/htdocs/theme/freelug/img/stcomm4_grayed.png deleted file mode 100644 index 4935499d917..00000000000 Binary files a/htdocs/theme/freelug/img/stcomm4_grayed.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/switch_off.png b/htdocs/theme/freelug/img/switch_off.png deleted file mode 100644 index 7b691df7ebe..00000000000 Binary files a/htdocs/theme/freelug/img/switch_off.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/switch_on.png b/htdocs/theme/freelug/img/switch_on.png deleted file mode 100644 index 39ff5472e61..00000000000 Binary files a/htdocs/theme/freelug/img/switch_on.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/task.png b/htdocs/theme/freelug/img/task.png deleted file mode 100755 index 60749876a7c..00000000000 Binary files a/htdocs/theme/freelug/img/task.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/tick.png b/htdocs/theme/freelug/img/tick.png deleted file mode 100644 index deb69ee75ec..00000000000 Binary files a/htdocs/theme/freelug/img/tick.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/title.gif b/htdocs/theme/freelug/img/title.gif deleted file mode 100644 index c1afa93ae4c..00000000000 Binary files a/htdocs/theme/freelug/img/title.gif and /dev/null differ diff --git a/htdocs/theme/freelug/img/title.png b/htdocs/theme/freelug/img/title.png deleted file mode 100644 index 3e200f5e97e..00000000000 Binary files a/htdocs/theme/freelug/img/title.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/unlock.png b/htdocs/theme/freelug/img/unlock.png deleted file mode 100755 index a52d7900515..00000000000 Binary files a/htdocs/theme/freelug/img/unlock.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/uparrow.png b/htdocs/theme/freelug/img/uparrow.png deleted file mode 100644 index b4e89fd81ec..00000000000 Binary files a/htdocs/theme/freelug/img/uparrow.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/vcard.png b/htdocs/theme/freelug/img/vcard.png deleted file mode 100644 index e03026f87fb..00000000000 Binary files a/htdocs/theme/freelug/img/vcard.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/view.png b/htdocs/theme/freelug/img/view.png deleted file mode 100644 index 4e0396f7b09..00000000000 Binary files a/htdocs/theme/freelug/img/view.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/warning.png b/htdocs/theme/freelug/img/warning.png deleted file mode 100755 index ae8e35e781d..00000000000 Binary files a/htdocs/theme/freelug/img/warning.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/working.gif b/htdocs/theme/freelug/img/working.gif deleted file mode 100644 index 1e421c3113f..00000000000 Binary files a/htdocs/theme/freelug/img/working.gif and /dev/null differ diff --git a/htdocs/theme/freelug/index.php b/htdocs/theme/freelug/index.php deleted file mode 100644 index 7db0dd9ebf9..00000000000 --- a/htdocs/theme/freelug/index.php +++ /dev/null @@ -1 +0,0 @@ -Url not available \ No newline at end of file diff --git a/htdocs/theme/freelug/style.css.php b/htdocs/theme/freelug/style.css.php deleted file mode 100644 index eaef50a318f..00000000000 --- a/htdocs/theme/freelug/style.css.php +++ /dev/null @@ -1,1611 +0,0 @@ - - * Copyright (C) 2004-2010 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, see . - */ - -/** - * \file htdocs/theme/freelug/style.css.php - * \brief Fichier de style CSS du theme Freelug - * \version $Id: style.css.php,v 1.48 2011/08/17 13:08:19 eldy Exp $ - */ - -//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language -//if (! defined('NOREQUIREDB')) define('NOREQUIREDB','1'); // Not disabled to increase speed. Language code is found on url. -if (! defined('NOREQUIRESOC')) define('NOREQUIRESOC','1'); -//if (! defined('NOREQUIRETRAN')) define('NOREQUIRETRAN','1'); // Not disabled cause need to do translations -if (! defined('NOCSRFCHECK')) define('NOCSRFCHECK',1); -if (! defined('NOTOKENRENEWAL')) define('NOTOKENRENEWAL',1); -if (! defined('NOLOGIN')) define('NOLOGIN',1); -if (! defined('NOREQUIREMENU')) define('NOREQUIREMENU',1); -if (! defined('NOREQUIREHTML')) define('NOREQUIREHTML',1); -if (! defined('NOREQUIREAJAX')) define('NOREQUIREAJAX','1'); - -session_cache_limiter( FALSE ); - -require_once("../../main.inc.php"); -require_once(DOL_DOCUMENT_ROOT."/lib/functions.lib.php"); - -// Define css type -header('Content-type: text/css'); -// Important: Following code is to avoid page request by browser and PHP CPU at -// each Dolibarr page access. -if (empty($dolibarr_nocache)) header('Cache-Control: max-age=3600, public, must-revalidate'); -else header('Cache-Control: no-cache'); - -// On the fly GZIP compression for all pages (if browser support it). Must set the bit 3 of constant to 1. -if (isset($conf->global->MAIN_OPTIMIZE_SPEED) && ($conf->global->MAIN_OPTIMIZE_SPEED & 0x04)) { ob_start("ob_gzhandler"); } - -if (GETPOST('lang')) $langs->setDefaultLang(GETPOST('lang')); // If language was forced on URL -if (GETPOST('theme')) $conf->theme=GETPOST('theme'); // If theme was forced on URL -$langs->load("main",0,1); -$right=($langs->trans("DIRECTION")=='rtl'?'left':'right'); -$left=($langs->trans("DIRECTION")=='rtl'?'right':'left'); -?> - -/* ============================================================================== */ -/* Styles by default */ -/* ============================================================================== */ - -body { - - background-color: #FFFFFF; - - background: #F8F8F8 url(); - - text-decoration: none ; - color: #101010; - font-size: browser->phone)?'12':'9'; ?>px; - font-family: helvetica, verdana, arial, sans-serif; - margin-top: 0; - margin-bottom: 0; - margin-right: 0; - margin-left: 0; -} - -a:link { font-family: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: none; } -a:visited { font-family: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: none; } -a:active { font-family: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: none; } -a:hover { font-family: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: underline; } -input -{ - font-size: browser->phone)?'12':'9'; ?>px; - font-family: helvetica, verdana, arial, sans-serif; - background: #FFFFFF; - border: 1px solid #8C9C9B; - padding: 0px 0px 0px 0px; - margin: 0px 0px 0px 0px; -} -input.flat -{ - font-size: browser->phone)?'12':'9'; ?>px; - font-family: helvetica, verdana, arial, sans-serif; - background: #FFFFFF; - border: 1px solid #8C9C9B; - padding: 0px 0px 0px 0px; - margin: 0px 0px 0px 0px; -} -input:disabled { -background:#ddd; -} -textarea { - font-size: browser->phone)?'12':'9'; ?>px; - font-family: helvetica, verdana, arial, sans-serif; - background: #FFFFFF; - border: 1px solid #8C9C9B; - padding: 0px 0px 0px 0px; - margin: 0px 0px 0px 0px; -} -textarea.flat -{ - font-size: browser->phone)?'12':'9'; ?>px; - font-family: helvetica, verdana, arial, sans-serif; - background: #FFFFFF; - border: 1px solid #8C9C9B; - padding: 0px 0px 0px 0px; - margin: 0px 0px 0px 0px; -} -textarea:disabled { -background:#ddd; -} -select.flat -{ - background: #FDFDFD; - font-size: browser->phone)?'12':'9'; ?>px; - 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,heletica, sans-serif; - padding: 0px 2px 0px 2px; - margin: 0px 0px 0px 0px; - border-left: 1px solid #cccccc; - border-right: 1px solid #aaaaaa; - border-top: 1px solid #dddddd; - border-bottom: 1px solid #aaaaaa; - background-image: url(); - background-position: bottom; - background-repeat: repeat-x; -} -.buttonajax { - font-family: arial,verdana,heletica, sans-serif; - padding: 0px 2px 0px 2px; - margin: 0px 0px 0px 0px; - border-left: 1px solid #cccccc; - border-right: 1px solid #aaaaaa; - border-top: 1px solid #dddddd; - border-bottom: 1px solid #aaaaaa; - background-image: url(); - background-position: bottom; - background-repeat: repeat-x; -} -form -{ - padding: 0px 0px 0px 0px; - margin: 0px 0px 0px 0px; -} -div.float -{ - float:; -} - -/* ============================================================================== */ -/* Styles to hide objects */ -/* ============================================================================== */ - -.hideobject { display: none; } -browser->phone)) { ?> -.hideonsmartphone { display: none; } - -.linkobject { cursor: pointer; } - -/* ============================================================================== */ -/* Styles for dragging lines */ -/* ============================================================================== */ - -.dragClass { - color: #002255; -} -td.showDragHandle { - cursor: move; -} -.tdlineupdown { - white-space: nowrap; -} - - -/* ============================================================================== */ -/* Styles de positionnement des zones */ -/* ============================================================================== */ - -div.fiche -{ - margin-: browser->phone)?'10':'2'; ?>px; - margin-: browser->phone)?'6':''; ?>px; -} - -div.fichecenter { - width: 100%; - clear: both; /* This is to have div fichecenter that are true rectangles */ -} -div.fichethirdleft { - browser->phone)) { print "float: ".$left.";\n"; } ?> - browser->phone)) { print "width: 35%;\n"; } ?> -} -div.fichetwothirdright { - browser->phone)) { print "float: ".$left.";\n"; } ?> - browser->phone)) { print "width: 65%;\n"; } ?> -} -div.fichehalfleft { - browser->phone)) { print "float: ".$left.";\n"; } ?> - browser->phone)) { print "width: 50%;\n"; } ?> -} -div.fichehalfright { - browser->phone)) { print "float: ".$left.";\n"; } ?> - browser->phone)) { print "width: 50%;\n"; } ?> -} -div.ficheaddleft { - browser->phone)) { print "padding-left: 6px;\n"; } ?> -} - - -/* ============================================================================== */ -/* Menu superieur et 1ere ligne tableau */ -/* ============================================================================== */ - -div.tmenu -{ - - display:none; - - position: relative; - display: block; - white-space: nowrap; - border-top: 1px solid #D3E5EC; - border-left: 0px; - border-right: 0px solid #555555; - border-bottom: 1px solid #8B9999; - padding: 0px 0px 0px 0px; - margin: 0px 0px 2px 0px; - font-weight: bold; - height: 20px; - background: #dddddd; - color: #000000; - text-decoration: none; - -} - -a.tmenudisabled -{ - color: #757575; - padding: 0px 8px; - margin: 0px 0px 6px 0px; - 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; -} - -a.tmenu:link -{ - color: #234046; - padding: 0px 8px; - margin: 0px 0px 6px 0px; - border: 1px solid #dddddd; - font-weight: bold; -} -a.tmenu:visited -{ - color: #234046; - padding: 0px 8px; - margin: 0px 0px 6px 0px; - border: 1px solid #dddddd; - font-weight: bold; -} -a.tmenu:hover -{ - color: #202020; - background: #bbbbcc; - padding: 0px 8px; - margin: 0px 0px 6px 0px; - border: 1px solid #eeeedd; - text-decoration: none; -} -a.tmenu:active -{ - color: #202020; - background: #bbbbcc; - padding: 0px 8px; - margin: 0px 0px 6px 0px; - border: 1px solid #eeeedd; - text-decoration: none; -} - -a.tmenusel -{ - color: #202020; - background: #bbbbcc; - padding: 0px 8px; - margin: 0px 0px 6px 0px; - border: 1px solid #eeeeff; -} - - -/* Top menu */ - -table.tmenu -{ - padding: 0px 0px 10px 0px; - margin: 0px 0px 0px 6px; -} - -* html li.tmenu a -{ - width:40px; -} - -ul.tmenu { - padding: 0px 0px 0px 0px; - margin: 0px 0px 0px 0px; - list-style: none; - -} -li.tmenu { - float: left; - border-right: solid 1px #000000; - height: 18px; - position:relative; - display: block; - margin:0; - padding:0; -} -li.tmenu 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; -} -li.tmenu a.tmenusel -{ - background:#FFFFFF; - color:#000000; - font-weight: normal; -} -li.tmenu a:visited -{ - color:#000000; - font-weight: normal; -} -li.tmenu a:hover -{ - background:#FFFFFF; - color:#000000; - font-weight: normal; -} -li.tmenu a:active -{ - color:#000000; - font-weight: normal; -} -li.tmenu a:link -{ - - font-weight: normal; -} - -.tmenuimage { - padding:0 0 0 0 !important; - margin:0 0px 0 0 !important; -} - - -/* Login */ - -div.login_block { - - display: none; - -} - -div.login { - position: absolute; - : 30px; - top: 3px; - padding: 0px 8px; - margin: 0px 0px 1px 0px; - font-weight: bold; -} -div.login a { - color: #234046; -} -div.login a:hover { - color: black; - text-decoration:underline; -} - -img.login -{ - position: absolute; - : 20px; - top: 3px; - - text-decoration:none; - color:white; - font-weight:bold; -} -img.printer -{ - position: absolute; - : 4px; - top: 4px; - - text-decoration: none; - color: white; - font-weight: bold; -} - - -/* ============================================================================== */ -/* Menu gauche */ -/* ============================================================================== */ - - -.vmenu { - display: none; -} - - -td.vmenu -{ - padding-right: 2px; - padding: 0px; - padding-bottom: 0px; - width: 180px; -} - -a.vmenu:link { font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; } -a.vmenu:visited { font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; } -a.vmenu:active { font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; } -a.vmenu:hover { font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; } -font.vmenudisabled { font-size:browser->phone)?'12':'9'; ?>px; font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #a3a590; } - -a.vsmenu:link { font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1px 1px 1px 6px; } -a.vsmenu:visited { font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1px 1px 1px 6px; } -a.vsmenu:active { font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1px 1px 1px 6px; } -a.vsmenu:hover { font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1px 1px 1px 6px; } -font.vsmenudisabled { font-size:browser->phone)?'12':'9'; ?>px; font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #a3a590; margin: 1px 1px 1px 6px; } - -a.help:link { font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; } -a.help:visited { font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; } -a.help:active { font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; } -a.help:hover { font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; } - - -div.blockvmenupair, div.blockvmenuimpair -{ - border-right: 1px solid #555555; - border-bottom: 1px solid #555555; - background: #dddddd; - font-family: helvetica, verdana, arial, sans-serif; - color: #202020; - text-align:left; - text-decoration: none; - padding: 3px; - margin: 1px 0px 0px 0px; -} - -div.blockvmenusearch -{ - border-right: 1px solid #555555; - border-bottom: 1px solid #555555; - background: #dddddd; - font-family: helvetica, verdana, arial, sans-serif; - color: #202020; - text-align:left; - text-decoration: none; - padding: 3px; - margin: 1px 0px 0px 0px; -} - -div.blockvmenubookmarks -{ - border-right: 1px solid #555555; - border-bottom: 1px solid #555555; - background: #dddddd; - font-family: helvetica, verdana, arial, sans-serif; - color: #202020; - text-align:left; - text-decoration: none; - padding: 3px; - margin: 1px 0px 0px 0px; -} - -div.blockvmenuhelp -{ -browser->phone)) { ?> - border-right: 1px solid #000000; - border-bottom: 1px solid #000000; - background: #f0f0f0; - font-family: helvetica, verdana, arial, sans-serif; - color: #000000; - text-align:left; - text-decoration: none; - padding: 3px; - margin: 1px 0px 0px 0px; - - display: none; - -} - -td.barre { - border-right: 1px solid #000000; - border-bottom: 1px solid #000000; - background: #DDDDDD; - font-family: helvetica, verdana; - color: #000000; - text-align:left; - text-decoration: none -} - -td.barre_select { - background: #b3cccc; - color: #000000 -} - -td.photo { - background: #FCFCFC; - color: #000000; - border: 1px solid #b3c5cc; -} - - -/* ============================================================================== */ -/* Panes for Main */ -/* ============================================================================== */ - -/* - * PANES and CONTENT-DIVs - */ - -#mainContent, #leftContent .ui-layout-pane { - padding: 0px; - overflow: auto; -} - -#mainContent, #leftContent .ui-layout-center { - padding: 0px; - position: relative; /* contain floated or positioned elements */ - overflow: auto; /* add scrolling to content-div */ -} - -/* ============================================================================== */ -/* Barre de redmiensionnement menu */ -/* ============================================================================== */ - -.ui-layout-resizer-west-open { - /*left: 200px !important;*/ -} - -.ui-layout-north { - height: 57px !important; -} - -/* ============================================================================== */ -/* Toolbar for ECM or Filemanager */ -/* ============================================================================== */ - -.toolbar { - background-image: url(theme.'/img/tmenu2.png' ?>) !important; - background-repeat: repeat-x !important; - border: 1px solid #BBB !important; -} - -.toolbarbutton { - margin-top: 2px; - margin-left: 4px; -/* border: solid 1px #AAAAAA; - width: 34px;*/ - height: 34px; -/* background: #FFFFFF;*/ -} - - -/* ============================================================================== */ -/* Panes for ECM or Filemanager */ -/* ============================================================================== */ - -#containerlayout .layout-with-no-border { - border: 0 !important; - border-width: 0 !important; -} - -#containerlayout .layout-padding { - padding: 2px !important; -} - -/* - * PANES and CONTENT-DIVs - */ -#containerlayout .ui-layout-pane { /* all 'panes' */ - background: #FFF; - border: 1px solid #BBB; - /* DO NOT add scrolling (or padding) to 'panes' that have a content-div, - otherwise you may get double-scrollbars - on the pane AND on the content-div - */ - padding: 0px; - overflow: auto; -} -/* (scrolling) content-div inside pane allows for fixed header(s) and/or footer(s) */ -#containerlayout .ui-layout-content { - padding: 10px; - position: relative; /* contain floated or positioned elements */ - overflow: auto; /* add scrolling to content-div */ -} - -/* - * RESIZER-BARS - */ -.ui-layout-resizer { /* all 'resizer-bars' */ - width: 8px !important; -} -.ui-layout-resizer-hover { /* affects both open and closed states */ -} -/* NOTE: It looks best when 'hover' and 'dragging' are set to the same color, - otherwise color shifts while dragging when bar can't keep up with mouse */ -/*.ui-layout-resizer-open-hover ,*/ /* hover-color to 'resize' */ -.ui-layout-resizer-dragging { /* resizer beging 'dragging' */ - background: #DDD; - width: 8px; -} -.ui-layout-resizer-dragging { /* CLONED resizer being dragged */ - border-left: 1px solid #BBB; - border-right: 1px solid #BBB; -} -/* NOTE: Add a 'dragging-limit' color to provide visual feedback when resizer hits min/max size limits */ -.ui-layout-resizer-dragging-limit { /* CLONED resizer at min or max size-limit */ - background: #E1A4A4; /* red */ -} -.ui-layout-resizer-closed:hover { - background-color: #EEDDDD; -} -.ui-layout-resizer-sliding { /* resizer when pane is 'slid open' */ - opacity: .10; /* show only a slight shadow */ - filter: alpha(opacity=10); - } - .ui-layout-resizer-sliding-hover { /* sliding resizer - hover */ - opacity: 1.00; /* on-hover, show the resizer-bar normally */ - filter: alpha(opacity=100); - } -/* sliding resizer - add 'outside-border' to resizer on-hover - * this sample illustrates how to target specific panes and states */ -.ui-layout-resizer-north-sliding-hover { border-bottom-width: 1px; } -.ui-layout-resizer-south-sliding-hover { border-top-width: 1px; } -.ui-layout-resizer-west-sliding-hover { border-right-width: 1px; } -.ui-layout-resizer-east-sliding-hover { border-left-width: 1px; } - -/* - * TOGGLER-BUTTONS - */ -.ui-layout-toggler { - border-top: 1px solid #AAA; /* match pane-border */ - border-right: 1px solid #AAA; /* match pane-border */ - border-bottom: 1px solid #AAA; /* match pane-border */ - background-color: #DDD; - top: 5px !important; - } -.ui-layout-toggler-open { - height: 48px !important; - width: 5px !important; - -moz-border-radius:0px 10px 10px 0px; - -webkit-border-radius:0px 10px 10px 0px; - border-radius:0px 10px 10px 0px; -} -.ui-layout-toggler-closed { - height: 48px !important; - width: 5px !important; - -moz-border-radius:0px 10px 10px 0px; - -webkit-border-radius:0px 10px 10px 0px; - border-radius:0px 10px 10px 0px; -} -.ui-layout-toggler .content { /* style the text we put INSIDE the togglers */ - color: #666; - font-size: 12px; - font-weight: bold; - width: 100%; - padding-bottom: 0.35ex; /* to 'vertically center' text inside text-span */ -} - -/* hide the toggler-button when the pane is 'slid open' */ -.ui-layout-resizer-sliding ui-layout-toggler { - display: none; -} - -.ui-layout-north { - height: browser->phone)?'21':'21'); ?>px !important; -} - -/* ECM */ - -#containerlayout .ecm-layout-pane { /* all 'panes' */ - background: #FFF; - border: 1px solid #BBB; - /* DO NOT add scrolling (or padding) to 'panes' that have a content-div, - otherwise you may get double-scrollbars - on the pane AND on the content-div - */ - padding: 0px; - overflow: auto; -} -/* (scrolling) content-div inside pane allows for fixed header(s) and/or footer(s) */ -#containerlayout .ecm-layout-content { - padding: 10px; - position: relative; /* contain floated or positioned elements */ - overflow: auto; /* add scrolling to content-div */ -} - -.ecm-layout-toggler { - background-color: #DDD; - } -.ecm-layout-toggler-open { - height: 48px !important; - width: 6px !important; -} -.ecm-layout-toggler-closed { - height: 48px !important; - width: 6px !important; -} -.ecm-layout-toggler .content { /* style the text we put INSIDE the togglers */ - color: #666; - font-size: 12px; - font-weight: bold; - width: 100%; - padding-bottom: 0.35ex; /* to 'vertically center' text inside text-span */ -} -#ecm-layout-west-resizer { - width: 6px !important; -} - -.ecm-layout-resizer { /* all 'resizer-bars' */ - background: #EEE; - border: 1px solid #BBB; - border-width: 0; - } - -.ecm-in-layout-center { - border-left: 1px !important; - border-right: 0px !important; - border-top: 0px !important; -} - -.ecm-in-layout-south { - border-left: 0px !important; - border-right: 0px !important; - border-bottom: 0px !important; - padding: 4px 0 4px 4px !important; -} - - -/* ============================================================================== */ -/* Onglets */ -/* ============================================================================== */ - -div.tabs { - top: 20px; - margin: 1px 0px 0px 0px; - padding: 0px 6px 0px 0px; - text-align: left; -} - -div.tabBar { - background: #dcdcd0; - padding-top: 14px; - padding-left: 14px; - padding-right: 14px; - padding-bottom: 14px; - margin: 0px 0px 10px 0px; - border: 1px solid #9999BB; - border-top: 1px solid #9999BB; -} - -div.tabsAction { - margin: 20px 0em 1px 0em; - padding: 0em 0em; - text-align: right; -} - -a.tabTitle { - background: #bbbbcc; - border: 1px solid #9999BB; - color: #000000; - font-weight: normal; - padding: 0em 0.5em; - margin: 0em 1em; - text-decoration: none; - white-space: nowrap; -} - -a.tab:link { - background: white; - border: 1px solid #9999BB; - color: #436976; - padding: 0px 6px; - margin: 0em 0.2em; - text-decoration: none; - white-space: nowrap; -} -a.tab:visited { - background: white; - border: 1px solid #9999BB; - color: #436976; - padding: 0px 6px; - margin: 0em 0.2em; - text-decoration: none; - white-space: nowrap; -} -a.tab#active { - background: #dcdcd0; - border-bottom: #dcdcd0 1px solid; - text-decoration: none; -} -a.tab:hover { - background: #ebebe0; - text-decoration: none; -} - -a.tabimage { - color: #436976; - text-decoration: none; - white-space: nowrap; -} - -span.tabspan { - background: #dee7ec; - color: #436976; - font-family: ; - padding: 0px 6px; - margin: 0em 0.2em; - text-decoration: none; - white-space: nowrap; - -moz-border-radius-topleft:6px; - -moz-border-radius-topright:6px; - - border-: 1px solid #555555; - border-: 1px solid #D8D8D8; - border-top: 1px solid #D8D8D8; -} - - -/* ============================================================================== */ -/* Boutons actions */ -/* ============================================================================== */ - -/* Nouvelle syntaxe a utiliser */ - -a.butAction:link { font-family: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } -a.butAction:visited { font-family: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } -a.butAction:active { font-family: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } -a.butAction:hover { font-family: helvetica, verdana, arial, sans-serif; background: #eeeedd; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } - -.butActionRefused { font-family: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #AAAAAA; color: #AAAAAA !important; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none !important; white-space: nowrap; cursor: not-allowed; } - -a.butActionDelete:link { font-family: helvetica, verdana, arial, sans-serif; - background: white; - border: 1px solid #997777; - color: #436976; - padding: 0em 0.7em; - margin: 0em 0.5em; - text-decoration: none; - white-space: nowrap; } - -a.butActionDelete:active { font-family: helvetica, verdana, arial, sans-serif; - background: white; - border: 1px solid #997777; - color: #436976; - padding: 0em 0.7em; - margin: 0em 0.5em; - text-decoration: none; - white-space: nowrap; } - -a.butActionDelete:visited { font-family: helvetica, verdana, arial, sans-serif; - background: white; - border: 1px solid #997777; - color: #436976; - padding: 0em 0.7em; - margin: 0em 0.5em; - text-decoration: none; - white-space: nowrap; } - -a.butActionDelete:hover { font-family: helvetica, verdana, arial, sans-serif; - background: #FFe7ec; - border: 1px solid #997777; - color: #436976; - padding: 0em 0.7em; - margin: 0em 0.5em; - text-decoration: none; - white-space: nowrap; } - -span.butAction, span.butActionDelete { - cursor: pointer; -} - - -/* ============================================================================== */ -/* Tables */ -/* ============================================================================== */ - -.nocellnopadd { -list-style-type:none; -margin:0px; -padding:0px; -} - -.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: 1px white ridge; -} -table.border td { -border: 1px solid #6C7C8B; -padding: 1px 2px; -border-collapse: collapse; -} - -table.noborder { -border-collapse: collapse; -border: 0px; -} -table.noborder td { -border: 0px; -padding: 1px 2px; -} - -table.nobordernopadding { -border-collapse: collapse; -border: 0px; -} -table.nobordernopadding tr { -border: 0px; -padding: 0px 0px; -} -table.nobordernopadding td { -border: 0px; -padding: 0px 0px; -} - -table.liste { -border-collapse: collapse; -border: 0px; -width: 100%; -} - - -/* - * Tableaux - */ - - - - - - -td.border { - border-top: 1px solid #000000; - border-right: 1px solid #000000; - border-bottom: 1px solid #000000; - border-left: 1px solid #000000; - } - - -/* - * Ok, Warning, Error - */ -.ok { color: #114466; } -.warning { color: #777711; } -.error { color: #550000; font-weight: bold; } - -td.highlights { background: #f9c5c6; } - -div.ok { - color: #114466; -} - -div.warning { - color: #777711; - padding: 0.2em 0.2em 0.2em 0.2em; - border: 1px solid #ebebd4; - -moz-border-radius:6px; - background: #efefd4; -} - -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 #969090; -} - -div.info { - color: #555555; - padding: 0.2em 0.2em 0.2em 0.2em; - margin: 0.5em 0em 0.5em 0em; - border: 1px solid #ACACAB; -} - - -/* - * Liens Payes/Non payes - */ - -a.normal:link { font-weight: normal } -a.normal:visited { font-weight: normal } -a.normal:active { font-weight: normal } -a.normal:hover { font-weight: normal } - -a.impayee:link { font-weight: bold; color: #550000; } -a.impayee:visited { font-weight: bold; color: #550000; } -a.impayee:active { font-weight: bold; color: #550000; } -a.impayee:hover { font-weight: bold; color: #550000; } - - - - - -/* - * Other - */ - -.fieldrequired { font-weight: bold; color: #000055; } - -.photo { -border: 0px; -/* filter:alpha(opacity=55); */ -/* opacity:.55; */ -} - -div.titre { - font-family: helvetica, verdana, arial, sans-serif; - font-weight: bold; - color: #777799; - text-decoration: none; -} - - - -input.liste_titre { - background: #777799; - border: 0px; -} - -tr.liste_titre { - color: #FFFFFF; - background: #777799; - font-family: helvetica, verdana, arial, sans-serif; - border-left: 1px solid #FFFFFF; - border-right: 1px solid #FFFFFF; - border-top: 1px solid #FFFFFF; - border-bottom: 1px solid #FFFFFF; - white-space: nowrap; -} - -td.liste_titre { - color: #FFFFFF; - background: #777799; - font-family: helvetica, verdana, arial, sans-serif; - border-top: 1px solid #FFFFFF; - border-bottom: 1px solid #FFFFFF; - white-space: nowrap; -} - -.liste_titre_sel -{ - color: #DCCCBB; - background: #777799; - font-family: helvetica, verdana, arial, sans-serif; - border-top: 1px solid #FFFFFF; - border-bottom: 1px solid #FFFFFF; - white-space: nowrap; -} - -tr.liste_total td { - background: #F0F0F0; - font-weight: bold; - white-space: nowrap; - border-top: 1px solid #888888; -} - -th { - color: #FFFFFF; - background: #777799; - font-family: helvetica, verdana, arial, sans-serif; - border-left: 1px solid #FFFFFF; - border-right: 1px solid #FFFFFF; - border-top: 1px solid #FFFFFF; - border-bottom: 1px solid #FFFFFF; - white-space: nowrap; -} - - -.pair { - background: #dcdcd0; - } - -.impair { - background: #eeeedd; - } - -/* - * Boxes - */ - -.boxtable { --moz-box-shadow: 2px 4px 2px #AAA; --webkit-box-shadow: 2px 4px 2px #AAA; -box-shadow: 2px 4px 2px #AAA; -} - -.box { - padding-right: 4px; - padding-bottom: 4px; -} - -tr.box_titre { - color: #FFFFFF; - background: #777799; - font-family: Helvetica, Verdana; -} - -tr.box_pair { - background: #dcdcd0; -} - -tr.box_impair { - background: #eeeedd; - font-family: Helvetica, Verdana; -} - -tr.fiche { - font-family: Helvetica, Verdana; -} - - - -/* ============================================================================== */ -/* Formulaire confirmation (When Ajax JQuery is used) */ -/* ============================================================================== */ - -.ui-dialog-titlebar { -} -.ui-dialog-content { - font-size: 12px !important; -} - -/* ============================================================================== */ -/* Formulaire confirmation (When HTML is used) */ -/* ============================================================================== */ - -table.valid { - border-top: solid 1px #E6E6E6; - border-left: solid 1px #E6E6E6; - border-right: solid 1px #444444; - border-bottom: solid 1px #555555; - padding-top: 0px; - padding-left: 0px; - padding-right: 0px; - padding-bottom: 0px; - margin: 0px 0px; - background: #DC9999; -} - -.validtitre { - background: #DC9999; - font-weight: bold; -} - -.valid { -} - - -/* ============================================================================== */ -/* Tooltips */ -/* ============================================================================== */ - -#tooltip { -position: absolute; -width: px; -border-top: solid 1px #BBBBBB; -border-: solid 1px #BBBBBB; -border-: solid 1px #444444; -border-bottom: solid 1px #444444; -padding: 2px; -z-index: 3000; -background-color: #FFFFF0; -opacity: 1; --moz-border-radius:6px; -} - - - -/* ============================================================================== */ -/* Calendar */ -/* ============================================================================== */ -.bodyline { - z-index: 3000; - -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:#777799; - color:white; - font-size:11px; - cursor:auto; -} -/* Barre navigation */ -.dpButtons,.tpButtons { - text-align:center; - background-color:#bbbbcc; - 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:#777799;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:#062342; -vertical-align:middle; -cursor: pointer; -} - - -/* ============================================================================== */ -/* Afficher/cacher */ -/* ============================================================================== */ - -div.visible { - display: block; -} - -div.hidden { - display: none; -} - -tr.visible { - display: block; -} - -td.hidden { - display: none; -} - - - -/* ============================================================================== */ -/* Module agenda */ -/* ============================================================================== */ - -.cal_other_month { background: #DDDDDD; border: solid 1px #ACBCBB; padding-left: 2px; padding-right: 1px; padding-top: 0px; padding-bottom: 0px; } -.cal_past_month { background: #EEEEEE; border: solid 1px #ACBCBB; padding-left: 2px; padding-right: 1px; padding-top: 0px; padding-bottom: 0px; } -.cal_current_month { background: #FFFFFF; border: solid 1px #ACBCBB; padding-left: 2px; padding-right: 1px; padding-top: 0px; padding-bottom: 0px; } -.cal_today { background: #FFFFFF; border: solid 2px #6C7C7B; padding-left: 2px; padding-right: 1px; padding-top: 0px; padding-bottom: 0px; } -table.cal_event { border-collapse: collapse; margin-bottom: 1px; } -table.cal_event td { border: 0px; padding-left: 0px; padding-right: 2px; padding-top: 0px; padding-bottom: 0px; } */ -.cal_event a:link { color: #111111; font-size: 11px; font-weight: normal !important; } -.cal_event a:visited { color: #111111; font-size: 11px; font-weight: normal !important; } -.cal_event a:active { color: #111111; font-size: 11px; font-weight: normal !important; } -.cal_event a:hover { color: #111111; font-size: 11px; font-weight: normal !important; } - - - -/* ============================================================================== */ -/* 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; - -} - - - -/* ============================================================================== */ -/* CSS for color picker */ -/* ============================================================================== */ - -A.color, A.color:active, A.color:visited { - position : relative; - display : block; - text-decoration : none; - width : 10px; - height : 10px; - line-height : 10px; - margin : 0px; - padding : 0px; - border : 1px inset white; -} -A.color:hover { - border : 1px outset white; -} -A.none, A.none:active, A.none:visited, A.none:hover { - position : relative; - display : block; - text-decoration : none; - width : 10px; - height : 10px; - line-height : 10px; - margin : 0px; - padding : 0px; - cursor : default; - border : 1px solid #b3c5cc; -} -.tblColor { - display : none; -} -.tdColor { - padding : 1px; -} -.tblContainer { - background-color : #DDDDDD; -} -.tblGlobal { - position : absolute; - top : 0px; - left : 0px; - display : none; - background-color : #DDDDDD; - border : 2px outset; -} -.tdContainer { - padding : 5px; -} -.tdDisplay { - width : 50%; - height : 20px; - line-height : 20px; - border : 1px outset white; -} -.tdDisplayTxt { - width : 50%; - height : 24px; - line-height : 12px; - font-family: helvetica, verdana, arial, sans-serif; - font-size : 8pt; - color : black; - text-align : center; -} -.btnColor { - width : 100%; - font-family: helvetica, verdana, arial, sans-serif; - font-size : 10pt; - padding : 0px; - margin : 0px; -} -.btnPalette { - width : 100%; - font-family: helvetica, verdana, arial, sans-serif; - font-size : 8pt; - padding : 0px; - margin : 0px; -} - - -/* Style to overwrites JQuery styles */ -.ui-menu .ui-menu-item a { - text-decoration:none; - display:block; - padding:.2em .4em; - line-height:1.5; - zoom:1; - font-weight: normal; - font-family:; - font-size:1em; -} -.ui-widget { - font-family:; - font-size:px; -} -.ui-button { margin-left: -1px; } -.ui-button-icon-only .ui-button-text { height: 8px; } -.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: 3px 0px 8px 0px; } -.ui-button-text -{ - line-height: 1em !important; -} -.ui-autocomplete-input { margin: 0; padding: 1px; } - - -/* ============================================================================== */ -/* CKEditor */ -/* ============================================================================== */ - -.cke_editor table, .cke_editor tr, .cke_editor td -{ - border: 0px solid #FF0000 !important; -} -span.cke_skin_kama { padding: 0 ! important; } - -a.cke_dialog_ui_button -{ - font-family: !important; - background-image: url() !important; - background-position: bottom !important; - border: 1px solid #ACBCBB !important; - padding: 0.1em 0.7em !important; - margin: 0em 0.5em !important; - -moz-border-radius:0px 5px 0px 5px !important; - -webkit-border-radius:0px 5px 0px 5px !important; - border-radius:0px 5px 0px 5px !important; - -moz-box-shadow: 4px 4px 4px #CCC !important; - -webkit-box-shadow: 4px 4px 4px #CCC !important; - box-shadow: 4px 4px 4px #CCC !important; -} - - - -/* ============================================================================== */ -/* File upload */ -/* ============================================================================== */ - -.template-upload { - height: 72px !important; -} - -close(); -?> \ No newline at end of file diff --git a/htdocs/theme/freelug/thumb.png b/htdocs/theme/freelug/thumb.png deleted file mode 100644 index 7f06a93564f..00000000000 Binary files a/htdocs/theme/freelug/thumb.png and /dev/null differ diff --git a/htdocs/theme/freelug/tpl/README b/htdocs/theme/freelug/tpl/README deleted file mode 100644 index d3bc4b4679f..00000000000 --- a/htdocs/theme/freelug/tpl/README +++ /dev/null @@ -1,3 +0,0 @@ -README (english) - -This directory is used to store custom templates. (system core and modules) \ No newline at end of file diff --git a/htdocs/theme/freelug/tpl/index.php b/htdocs/theme/freelug/tpl/index.php deleted file mode 100644 index 7db0dd9ebf9..00000000000 --- a/htdocs/theme/freelug/tpl/index.php +++ /dev/null @@ -1 +0,0 @@ -Url not available \ No newline at end of file diff --git a/htdocs/theme/yellow/.cvsignore b/htdocs/theme/yellow/.cvsignore deleted file mode 100644 index 98e6ef67fad..00000000000 --- a/htdocs/theme/yellow/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -*.db diff --git a/htdocs/theme/yellow/AUTHOR b/htdocs/theme/yellow/AUTHOR deleted file mode 100644 index d1d16cc0734..00000000000 --- a/htdocs/theme/yellow/AUTHOR +++ /dev/null @@ -1 +0,0 @@ -2002-2004 Rodolphe Quiedeville diff --git a/htdocs/theme/yellow/ckeditor/config.js b/htdocs/theme/yellow/ckeditor/config.js deleted file mode 100644 index ad6868029ee..00000000000 --- a/htdocs/theme/yellow/ckeditor/config.js +++ /dev/null @@ -1,82 +0,0 @@ -/* -Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.editorConfig = function( config ) -{ - // Define changes to default configuration here. - // http://docs.cksource.com/CKEditor_3.x/Developers_Guide - // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html - config.enterMode = CKEDITOR.ENTER_BR; - config.resize_enabled = false; - //config.resize_maxHeight = 3000; - //config.resize_maxWidth = 3000; - //config.height = '300px'; - //config.resize_dir = 'vertical'; // horizontal, vertical, both - config.removePlugins = 'elementspath,save'; // config.removePlugins = 'elementspath,save,font'; - config.removeDialogTabs = 'flash:advanced'; // config.removeDialogTabs = 'flash:advanced;image:Link'; - config.protectedSource.push( /<\?[\s\S]*?\?>/g ); // Prevent PHP Code to be formatted - //config.menu_groups = 'clipboard,table,anchor,link,image'; // for context menu 'clipboard,form,tablecell,tablecellproperties,tablerow,tablecolumn,table,anchor,link,image,flash,checkbox,radio,textfield,hiddenfield,imagebutton,button,select,textarea' - //config.language = 'de'; - //config.defaultLanguage = 'en'; - //config.contentsLanguage = 'fr'; - config.fullPage = false; // Not a full html page string, just part of it - config.dialog_backgroundCoverColor = 'rgb(255, 254, 253)'; - //config.contentsCss = '/css/mysitestyles.css'; - config.image_previewText=' '; - - config.toolbar_Full = - [ - ['Source','-','Save','NewPage','Preview','-','Templates'], - ['Cut','Copy','Paste','PasteText','PasteFromWord','-','Print', 'SpellChecker', 'Scayt'], - ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'], - ['Form', 'Checkbox', 'Radio', 'TextField', 'Textarea', 'Select', 'Button', 'ImageButton', 'HiddenField'], - '/', - ['Bold','Italic','Underline','Strike','-','Subscript','Superscript'], - ['NumberedList','BulletedList','-','Outdent','Indent','Blockquote','CreateDiv'], - ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], - ['BidiLtr', 'BidiRtl'], - ['Link','Unlink','Anchor'], - ['Image','Flash','Table','HorizontalRule','Smiley','SpecialChar','PageBreak','Iframe'], - '/', - ['Styles','Format','Font','FontSize'], - ['TextColor','BGColor'], - ['Maximize', 'ShowBlocks','-','About'] - ]; - - config.toolbar_dolibarr_mailings = - [ - ['Source','Maximize'], - ['Cut','Copy','Paste','-','SpellChecker'], - ['Undo','Redo','-','Find','Replace'], - ['Font','FontSize'], - ['Bold','Italic','Underline','Strike','Subscript','Superscript','-','TextColor','RemoveFormat'], - ['NumberedList','BulletedList','Outdent','Indent'], - ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], - ['Link','Unlink','Anchor','Image','Table','SpecialChar'] - ]; - - config.toolbar_dolibarr_notes = - [ - ['Source'], - ['Cut','Copy','Paste','-','SpellChecker'], - ['Undo','Redo','-','Find','Replace'], - ['Font','FontSize'], - ['Bold','Italic','Underline','Strike','Subscript','Superscript','-','TextColor','RemoveFormat'], - ['NumberedList','BulletedList','Outdent','Indent'], - ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], - ['Link','Unlink','Image','Table','SpecialChar'] - ]; - - config.toolbar_dolibarr_details = - [ - ['Source','Maximize'], - ['Cut','Copy','Paste','-','SpellChecker'], - ['Font','FontSize'], - ['Bold','Italic','Underline','Strike','Subscript','Superscript','-','TextColor','RemoveFormat'], - ['NumberedList','BulletedList','Outdent','Indent'], - ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], - ['SpecialChar'] - ]; -}; diff --git a/htdocs/theme/yellow/fckeditor/fck_dialog.css b/htdocs/theme/yellow/fckeditor/fck_dialog.css deleted file mode 100644 index 3eb1aec5c94..00000000000 --- a/htdocs/theme/yellow/fckeditor/fck_dialog.css +++ /dev/null @@ -1,402 +0,0 @@ -/* - * FCKeditor - The text editor for Internet - http://www.fckeditor.net - * Copyright (C) 2003-2008 Frederico Caldeira Knabben - * - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Styles used by the dialog boxes. - */ - -html, body -{ - background-color: transparent; - margin: 0px; - padding: 0px; -} - -body -{ - padding: 10px; -} - -body, td, input, select, textarea -{ - font-size: 11px; - font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana; -} - -body, .BackColor -{ - background-color: #f1f1e3; -} - -.PopupBody -{ - height: 100%; - width: 100%; - overflow: hidden; - background-color: transparent; - padding: 0px; -} - -#header -{ - cursor: move; -} - -.PopupTitle -{ - font-weight: bold; - font-size: 14pt; - color: #737357; - background-color: #e3e3c7; - padding: 3px 10px 3px 10px; -} - -.PopupButtons -{ - position: absolute; - right: 0px; - left: 0px; - bottom: 0px; - border-top: #d5d59d 1px solid; - background-color: #e3e3c7; - padding: 7px 10px 7px 10px; -} - -.Button -{ - border: #737357 1px solid; - color: #3b3b1f; - background-color: #c7c78f; -} - -#btnOk -{ - width: 100px; -} - -.DarkBackground -{ - background-color: #eaead1; -} - -.LightBackground -{ - background-color: #ffffbe; -} - -.PopupTitleBorder -{ - border-bottom: #d5d59d 1px solid; -} - -.PopupTabArea -{ - color: #737357; - background-color: #e3e3c7; -} - -.PopupTabEmptyArea -{ - padding-left: 10px; - border-bottom: #d5d59d 1px solid; -} - -.PopupTab, .PopupTabSelected -{ - border-right: #d5d59d 1px solid; - border-top: #d5d59d 1px solid; - border-left: #d5d59d 1px solid; - padding: 3px 5px 3px 5px; - color: #737357; -} - -.PopupTab -{ - margin-top: 1px; - border-bottom: #d5d59d 1px solid; - cursor: pointer; - cursor: hand; -} - -.PopupTabSelected -{ - font-weight: bold; - cursor: default; - padding-top: 4px; - border-bottom: #f1f1e3 1px solid; - background-color: #f1f1e3; -} - -.PopupSelectionBox -{ - border: #ff9933 1px solid !important; - background-color: #fffacd !important; - cursor: pointer; - cursor: hand; -} - -#tdBrowse -{ - vertical-align: bottom; -} - -/** - * Dialog frame related styles. - */ - -.contents -{ - position: absolute; - top: 2px; - left: 16px; - right: 16px; - bottom: 20px; - background-color: #f1f1e3; - overflow: hidden; - z-index: 1; -} - -.tl, .tr, .tc, .bl, .br, .bc -{ - position: absolute; - background-image: url(images/sprites.png); - background-repeat: no-repeat; -} - -* html .tl, * html .tr, * html .tc, * html .bl, * html .br, * html .bc -{ - background-image: url(images/sprites.gif); -} - -.ml, .mr -{ - position: absolute; - background-image: url(images/dialog.sides.png); - background-repeat: repeat-y; -} - -* html .ml, * html .mr -{ - background-image: url(images/dialog.sides.gif); -} - -.rtl .ml, .rtl .mr -{ - position: absolute; - background-image: url(images/dialog.sides.rtl.png); - background-repeat: repeat-y; -} - -* html .rtl .ml, * html .rtl .mr -{ - background-image: url(images/dialog.sides.gif); -} - -.tl -{ - top: 0px; - left: 0px; - width: 16px; - height: 16px; - background-position: -16px -16px; -} - -.rtl .tl -{ - background-position: -16px -397px; -} - -.tr -{ - top: 0px; - right: 0px; - width: 16px; - height: 16px; - background-position: -16px -76px; -} - -.rtl .tr -{ - background-position: -16px -457px; -} - -.tc -{ - top: 0px; - right: 16px; - left: 16px; - height: 16px; - background-position: 0px -136px; - background-repeat: repeat-x; -} - -.ml -{ - top: 16px; - left: 0px; - width: 16px; - bottom: 51px; - background-position: 0px 0px; -} - -.mr -{ - top: 16px; - right: 0px; - width: 16px; - bottom: 51px; - background-position: -16px 0px; -} - -.bl -{ - bottom: 0px; - left: 0px; - width: 30px; - height: 51px; - background-position: -16px -196px; -} - -.rtl .bl -{ - background-position: -16px -517px; -} - -.br -{ - bottom: 0px; - right: 0px; - width: 30px; - height: 51px; - background-position: -16px -263px; -} - -.rtl .br -{ - background-position: -16px -584px; -} - -.bc -{ - bottom: 0px; - right: 30px; - left: 30px; - height: 51px; - background-position: 0px -330px; - background-repeat: repeat-x; -} - -/* For IE6. Do not change it. */ -* html .blocker -{ - position: absolute; - width: 100%; - height: 100%; - z-index: 12; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); -} - -/* The layer used to cover the dialog when opening a child dialog. */ -.cover -{ - position: absolute; - top: 0px; - left: 14px; - right: 14px; - bottom: 18px; - z-index: 11; -} - -#closeButton -{ - position: absolute; - right: 0px; - top: 0px; - margin-top: 5px; - margin-right: 10px; - width: 20px; - height: 20px; - cursor: pointer; - background-image: url(images/sprites.png); - background-repeat: no-repeat; - background-position: -16px -651px; -} - -* html #closeButton -{ - cursor: hand; - background-image: url(images/sprites.gif); -} - -.rtl #closeButton -{ - right: auto; - left: 10px; - margin-right: 0px; -} - -#closeButton:hover -{ - background-position: -16px -687px; -} - -#throbberBlock -{ - z-index: 10; -} - -#throbberBlock div -{ - float: left; - width: 8px; - height: 9px; - margin-left: 2px; - margin-right: 2px; - font-size: 1px; /* IE6 */ -} - -/* - Color Gradient Generator: - http://www.herethere.net/~samson/php/color_gradient/?cbegin=737357&cend=E3E3C7&steps=4 -*/ - -.throbber_1 -{ - background-color: #737357; -} - -.throbber_2 -{ - background-color: #8f8f73; -} - -.throbber_3 -{ - background-color: #abab8f; -} - -.throbber_4 -{ - background-color: #c7c7ab; -} - -.throbber_5 -{ - background-color: #e3e3c7; -} diff --git a/htdocs/theme/yellow/fckeditor/fck_dialog_ie6.js b/htdocs/theme/yellow/fckeditor/fck_dialog_ie6.js deleted file mode 100644 index cd3cb75fddf..00000000000 --- a/htdocs/theme/yellow/fckeditor/fck_dialog_ie6.js +++ /dev/null @@ -1,110 +0,0 @@ -/* - * FCKeditor - The text editor for Internet - http://www.fckeditor.net - * Copyright (C) 2003-2008 Frederico Caldeira Knabben - * - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - */ - -(function() -{ - // IE6 doens't handle absolute positioning properly (it is always in quirks - // mode). This function fixes the sizes and positions of many elements that - // compose the skin (this is skin specific). - var fixSizes = window.DoResizeFixes = function() - { - var fckDlg = window.document.body ; - - for ( var i = 0 ; i < fckDlg.childNodes.length ; i++ ) - { - var child = fckDlg.childNodes[i] ; - switch ( child.className ) - { - case 'contents' : - child.style.width = Math.max( 0, fckDlg.offsetWidth - 16 - 16 ) ; // -left -right - child.style.height = Math.max( 0, fckDlg.clientHeight - 20 - 2 ) ; // -bottom -top - break ; - - case 'blocker' : - case 'cover' : - child.style.width = Math.max( 0, fckDlg.offsetWidth - 16 - 16 + 4 ) ; // -left -right + 4 - child.style.height = Math.max( 0, fckDlg.clientHeight - 20 - 2 + 4 ) ; // -bottom -top + 4 - break ; - - case 'tr' : - child.style.left = Math.max( 0, fckDlg.clientWidth - 16 ) ; - break ; - - case 'tc' : - child.style.width = Math.max( 0, fckDlg.clientWidth - 16 - 16 ) ; - break ; - - case 'ml' : - child.style.height = Math.max( 0, fckDlg.clientHeight - 16 - 51 ) ; - break ; - - case 'mr' : - child.style.left = Math.max( 0, fckDlg.clientWidth - 16 ) ; - child.style.height = Math.max( 0, fckDlg.clientHeight - 16 - 51 ) ; - break ; - - case 'bl' : - child.style.top = Math.max( 0, fckDlg.clientHeight - 51 ) ; - break ; - - case 'br' : - child.style.left = Math.max( 0, fckDlg.clientWidth - 30 ) ; - child.style.top = Math.max( 0, fckDlg.clientHeight - 51 ) ; - break ; - - case 'bc' : - child.style.width = Math.max( 0, fckDlg.clientWidth - 30 - 30 ) ; - child.style.top = Math.max( 0, fckDlg.clientHeight - 51 ) ; - break ; - } - } - } - - var closeButtonOver = function() - { - this.style.backgroundPosition = '-16px -687px' ; - } ; - - var closeButtonOut = function() - { - this.style.backgroundPosition = '-16px -651px' ; - } ; - - var fixCloseButton = function() - { - var closeButton = document.getElementById ( 'closeButton' ) ; - - closeButton.onmouseover = closeButtonOver ; - closeButton.onmouseout = closeButtonOut ; - } - - var onLoad = function() - { - fixSizes() ; - fixCloseButton() ; - - window.attachEvent( 'onresize', fixSizes ) ; - window.detachEvent( 'onload', onLoad ) ; - } - - window.attachEvent( 'onload', onLoad ) ; - -})() ; diff --git a/htdocs/theme/yellow/fckeditor/fck_editor.css b/htdocs/theme/yellow/fckeditor/fck_editor.css deleted file mode 100644 index e59e35ed434..00000000000 --- a/htdocs/theme/yellow/fckeditor/fck_editor.css +++ /dev/null @@ -1,464 +0,0 @@ -/* - * FCKeditor - The text editor for Internet - http://www.fckeditor.net - * Copyright (C) 2003-2008 Frederico Caldeira Knabben - * - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Styles used by the editor IFRAME and Toolbar. - */ - -/* - ### Basic Editor IFRAME Styles. -*/ - -body -{ - padding: 1px; - margin: 0; - background-color: #ffffff; -} - -#xEditingArea -{ - border: #696969 1px solid; -} - -.SourceField -{ - padding: 5px; - margin: 0px; - font-family: Monospace; -} - -/* - Toolbar -*/ - -.TB_ToolbarSet, .TB_Expand, .TB_Collapse -{ - cursor: default; - background-color: #efefde; -} - -.TB_ToolbarSet -{ - border-top: #efefde 1px outset; - border-bottom: #efefde 1px outset; -} - -.TB_ToolbarSet TD -{ - font-size: 11px; - font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif; -} - -.TB_Toolbar -{ - height: 24px; - display: inline-table; /* inline = Opera jumping buttons bug */ -} - -.TB_Separator -{ - width: 1px; - height: 16px; - margin: 2px; - background-color: #999966; -} - -.TB_Start -{ - background-image: url(images/toolbar.start.gif); - margin: 2px; - width: 3px; - background-repeat: no-repeat; - height: 16px; -} - -.TB_End -{ - display: none; -} - -.TB_ExpandImg -{ - background-image: url(images/toolbar.expand.gif); - background-repeat: no-repeat; -} - -.TB_CollapseImg -{ - background-image: url(images/toolbar.collapse.gif); - background-repeat: no-repeat; -} - -.TB_SideBorder -{ - background-color: #696969; -} - -.TB_Expand, .TB_Collapse -{ - padding: 2px 2px 2px 2px; - border: #efefde 1px outset; -} - -.TB_Collapse -{ - width: 5px; -} - -.TB_Break -{ - height: 24px; /* IE needs the height to be set, otherwise no break */ -} - -/* - Toolbar Button -*/ - -.TB_Button_On, .TB_Button_Off, .TB_Button_On_Over, .TB_Button_Off_Over, .TB_Button_Disabled -{ - border: #efefde 1px solid; /* This is the default border */ - height: 22px; /* The height is necessary, otherwise IE will not apply the alpha */ -} - -.TB_Button_On -{ - border: #316ac5 1px solid; - background-color: #c1d2ee; -} - -.TB_Button_On_Over, .TB_Button_Off_Over -{ - border: #316ac5 1px solid; - background-color: #dff1ff; -} - -.TB_Button_Off -{ - filter: alpha(opacity=70); /* IE */ - opacity: 0.70; /* Safari, Opera and Mozilla */ -} - -.TB_Button_Disabled -{ - filter: gray() alpha(opacity=30); /* IE */ - opacity: 0.30; /* Safari, Opera and Mozilla */ -} - -.TB_Button_Padding -{ - visibility: hidden; - width: 3px; - height: 22px; -} - -.TB_Button_Image -{ - overflow: hidden; - width: 16px; - height: 16px; - margin: 3px; - background-repeat: no-repeat; -} - -.TB_Button_Image img -{ - position: relative; -} - -.TB_Button_Off .TB_Button_Text -{ - background-color: #efefde; /* Needed because of a bug on Clear Type */ -} - -.TB_ConnectionLine -{ - background-color: #ffffff; - height: 1px; - margin-left: 1px; /* ltr */ - margin-right: 1px; /* rtl */ -} - -.TB_Text -{ - height: 22px; -} - -.TB_Button_Off .TB_Text -{ - background-color: #efefde ; /* Needed because of a bug on ClearType */ -} - -.TB_Button_On_Over .TB_Text -{ - background-color: #dff1ff ; /* Needed because of a bug on ClearType */ -} - -/* - Menu -*/ - -.MN_Menu -{ - border: 1px solid #8f8f73; - padding: 2px; - background-color: #ffffff; - cursor: default; -} - -.MN_Menu, .MN_Menu .MN_Label -{ - font-size: 11px; - font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif; -} - -.MN_Item_Padding -{ - visibility: hidden; - width: 3px; - height: 20px; -} - -.MN_Icon -{ - background-color: #e3e3c7; - text-align: center; - height: 20px; -} - -.MN_Label -{ - padding-left: 3px; - padding-right: 3px; -} - -.MN_Separator -{ - height: 3px; -} - -.MN_Separator_Line -{ - border-top: #b9b99d 1px solid; -} - -.MN_Item .MN_Icon IMG -{ - filter: alpha(opacity=70); - opacity: 0.70; -} - -.MN_Item_Over -{ - color: #ffffff; - background-color: #8f8f73; -} - -.MN_Item_Over .MN_Icon -{ - background-color: #737357; -} - -.MN_Item_Disabled IMG -{ - filter: gray() alpha(opacity=30); /* IE */ - opacity: 0.30; /* Safari, Opera and Mozilla */ -} - -.MN_Item_Disabled .MN_Label -{ - color: #b7b7b7; -} - -.MN_Arrow -{ - padding-right: 3px; - padding-left: 3px; -} - -.MN_ConnectionLine -{ - background-color: #ffffff; -} - -.Menu .TB_Button_On, .Menu .TB_Button_On_Over -{ - border: #8f8f73 1px solid; - background-color: #ffffff; -} - -/* - ### Panel Styles -*/ - -.FCK_Panel -{ - border: #8f8f73 1px solid; - padding: 2px; - background-color: #ffffff; -} - -.FCK_Panel, .FCK_Panel TD -{ - font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif; - font-size: 11px; -} - -/* - ### Special Combos -*/ - -.SC_Panel -{ - overflow: auto; - white-space: nowrap; - cursor: default; - border: 1px solid #8f8f73; - padding-left: 2px; - padding-right: 2px; -} - -.SC_Panel, .SC_Panel TD -{ - font-size: 11px; - font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif; -} - -.SC_Item, .SC_ItemSelected -{ - margin-top: 2px; - margin-bottom: 2px; - background-position: left center; - padding-left: 11px; - padding-right: 3px; - padding-top: 2px; - padding-bottom: 2px; - text-overflow: ellipsis; - overflow: hidden; - background-repeat: no-repeat; - border: #dddddd 1px solid; -} - -.SC_Item *, .SC_ItemSelected * -{ - margin-top: 0px; - margin-bottom: 0px; -} - -.SC_ItemSelected -{ - border: #9a9afb 1px solid; - background-image: url(images/toolbar.arrowright.gif); -} - -.SC_ItemOver -{ - border: #316ac5 1px solid; -} - -.SC_Field -{ - border: #b7b7a6 1px solid; - cursor: default; -} - -.SC_FieldCaption -{ - overflow: visible; - padding-right: 5px; - padding-left: 5px; - opacity: 0.75; /* Safari, Opera and Mozilla */ - filter: alpha(opacity=70); /* IE */ /* -moz-opacity: 0.75; Mozilla (Old) */ - height: 23px; - background-color: #efefde; -} - -.SC_FieldLabel -{ - white-space: nowrap; - padding: 2px; - width: 100%; - cursor: default; - background-color: #ffffff; - text-overflow: ellipsis; - overflow: hidden; -} - -.SC_FieldButton -{ - background-position: center center; - background-image: url(images/toolbar.buttonarrow.gif); - border-left: #b7b7a6 1px solid; - width: 14px; - background-repeat: no-repeat; -} - -.SC_FieldDisabled .SC_FieldButton, .SC_FieldDisabled .SC_FieldCaption, .SC_FieldDisabled .TB_ButtonType_Text -{ - opacity: 0.30; /* Safari, Opera and Mozilla */ - filter: gray() alpha(opacity=30); /* IE */ /* -moz-opacity: 0.30; Mozilla (Old) */ -} - -.SC_FieldOver -{ - border: #316ac5 1px solid; -} - -.SC_FieldOver .SC_FieldButton -{ - border-left: #316ac5 1px solid; -} - -/* - ### Color Selector Panel -*/ - -.ColorBoxBorder -{ - border: #808080 1px solid; - position: static; -} - -.ColorBox -{ - font-size: 1px; - width: 10px; - position: static; - height: 10px; -} - -.ColorDeselected, .ColorSelected -{ - cursor: default; -} - -.ColorDeselected -{ - border: #ffffff 1px solid; - padding: 2px; - float: left; -} - -.ColorSelected -{ - border: #330066 1px solid; - padding: 2px; - float: left; - background-color: #c4cdd6; -} diff --git a/htdocs/theme/yellow/fckeditor/fck_strip.gif b/htdocs/theme/yellow/fckeditor/fck_strip.gif deleted file mode 100644 index 75570a4bed8..00000000000 Binary files a/htdocs/theme/yellow/fckeditor/fck_strip.gif and /dev/null differ diff --git a/htdocs/theme/yellow/fckeditor/fckconfig.js b/htdocs/theme/yellow/fckeditor/fckconfig.js deleted file mode 100644 index f4f6fa09684..00000000000 --- a/htdocs/theme/yellow/fckeditor/fckconfig.js +++ /dev/null @@ -1,359 +0,0 @@ -/* - * FCKeditor - The text editor for Internet - http://www.fckeditor.net - * Copyright (C) 2003-2009 Frederico Caldeira Knabben - * - * == BEGIN LICENSE == - * - * Licensed under the terms of any of the following licenses at your - * choice: - * - * - GNU General Public License Version 2 or later (the "GPL") - * http://www.gnu.org/licenses/gpl.html - * - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") - * http://www.gnu.org/licenses/lgpl.html - * - * - Mozilla Public License Version 1.1 or later (the "MPL") - * http://www.mozilla.org/MPL/MPL-1.1.html - * - * == END LICENSE == - * - * Editor configuration settings. - * - * Follow this link for more information: - * http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options - */ - -FCKConfig.CustomConfigurationsPath = '' ; - -FCKConfig.EditorAreaCSS = FCKConfig.BasePath + 'css/fck_editorarea.css' ; -FCKConfig.EditorAreaStyles = '' ; -FCKConfig.ToolbarComboPreviewCSS = '' ; - -FCKConfig.DocType = '' ; - -FCKConfig.BaseHref = '' ; - -FCKConfig.FullPage = false ; - -// The following option determines whether the "Show Blocks" feature is enabled or not at startup. -FCKConfig.StartupShowBlocks = false ; - -FCKConfig.Debug = false ; -FCKConfig.AllowQueryStringDebug = true ; - -FCKConfig.SkinPath = FCKConfig.BasePath + '/' ; -FCKConfig.SkinEditorCSS = '' ; // FCKConfig.SkinPath + "|" ; -FCKConfig.SkinDialogCSS = '' ; // FCKConfig.SkinPath + "|" ; - -FCKConfig.PreloadImages = [ FCKConfig.SkinPath + 'images/toolbar.start.gif', FCKConfig.SkinPath + 'images/toolbar.buttonarrow.gif' ] ; - -FCKConfig.PluginsPath = FCKConfig.BasePath + 'plugins/' ; - -// FCKConfig.Plugins.Add( 'autogrow' ) ; -// FCKConfig.Plugins.Add( 'dragresizetable' ); -FCKConfig.AutoGrowMax = 400 ; - -// FCKConfig.ProtectedSource.Add( /<%[\s\S]*?%>/g ) ; // ASP style server side code <%...%> -// FCKConfig.ProtectedSource.Add( /<\?[\s\S]*?\?>/g ) ; // PHP style server side code -// FCKConfig.ProtectedSource.Add( /(]+>[\s|\S]*?<\/asp:[^\>]+>)|(]+\/>)/gi ) ; // ASP.Net style tags - -FCKConfig.AutoDetectLanguage = true ; -FCKConfig.DefaultLanguage = 'en' ; -FCKConfig.ContentLangDirection = 'ltr' ; - -FCKConfig.ProcessHTMLEntities = false ; -FCKConfig.IncludeLatinEntities = false ; -FCKConfig.IncludeGreekEntities = false ; - -FCKConfig.ProcessNumericEntities = false ; - -FCKConfig.AdditionalNumericEntities = '' ; // Single Quote: "'" - -FCKConfig.FillEmptyBlocks = true ; - -FCKConfig.FormatSource = false ; -FCKConfig.FormatOutput = false ; -FCKConfig.FormatIndentator = ' ' ; - -FCKConfig.EMailProtection = 'none' ; // none | encode | function -FCKConfig.EMailProtectionFunction = 'mt(NAME,DOMAIN,SUBJECT,BODY)' ; - -FCKConfig.StartupFocus = false ; -FCKConfig.ForcePasteAsPlainText = false ; -FCKConfig.AutoDetectPasteFromWord = true ; // IE only. -FCKConfig.ShowDropDialog = true ; -FCKConfig.ForceSimpleAmpersand = false ; -FCKConfig.TabSpaces = 0 ; -FCKConfig.ShowBorders = true ; -FCKConfig.SourcePopup = false ; -FCKConfig.ToolbarStartExpanded = false ; -FCKConfig.ToolbarCanCollapse = true ; -FCKConfig.IgnoreEmptyParagraphValue = true ; -FCKConfig.FloatingPanelsZIndex = 10000 ; -FCKConfig.HtmlEncodeOutput = false ; - -FCKConfig.TemplateReplaceAll = true ; -FCKConfig.TemplateReplaceCheckbox = true ; - -FCKConfig.ToolbarLocation = 'In' ; - -/* Ne pas mettre le lien sur objets internes (Image,Smiley) sur le type mailing */ -FCKConfig.ToolbarSets["dolibarr_mailings"] = [ - ['FitWindow','Source'], - ['Cut','Copy','Paste','PasteText','PasteWord','-','SpellCheck','-','Preview','Print'], - ['Undo','Redo','-','Find','Replace','-','SelectAll'], - ['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript','-','TextColor','BGColor','-','RemoveFormat'], - ['OrderedList','UnorderedList','-','Outdent','Indent'], - ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], - ['Link','Unlink','Anchor','Image','Table','Rule','SpecialChar'], - ['FontName','FontSize'] -] ; - -FCKConfig.ToolbarSets["dolibarr_notes"] = [ - ['FitWindow','Source'], - ['Cut','Copy','Paste','PasteText','PasteWord','-','SpellCheck','-','Preview','Print'], - ['Undo','Redo','-','Find','Replace','-','SelectAll'], - ['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript','-','TextColor','BGColor','-','RemoveFormat'], - ['OrderedList','UnorderedList','-','Outdent','Indent'], - ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], - ['Link','Unlink','Anchor','Image','Table','Rule','SpecialChar'], - ['FontName','FontSize'] -] ; - -FCKConfig.ToolbarSets["dolibarr_details"] = [ - ['FitWindow','Source'], - ['Cut','Copy','Paste','-','Preview'], - ['Undo','Redo'], - ['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript','-','TextColor','BGColor','-','RemoveFormat'], - ['OrderedList','UnorderedList','-','Outdent','Indent'], - ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], - ['SpecialChar'], - ['FontName','FontSize'] -] ; - -FCKConfig.ToolbarSets["Default"] = [ - ['Source','DocProps','-','Save','NewPage','Preview','-','Templates'], - ['Cut','Copy','Paste','PasteText','PasteWord','-','Print','SpellCheck'], - ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'], - ['Form','Checkbox','Radio','TextField','Textarea','Select','Button','ImageButton','HiddenField'], - '/', - ['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'], - ['OrderedList','UnorderedList','-','Outdent','Indent','Blockquote','CreateDiv'], - ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], - ['Link','Unlink','Anchor'], - ['Image','Flash','Table','Rule','Smiley','SpecialChar','PageBreak'], - '/', - ['Style','FontFormat','FontName','FontSize'], - ['TextColor','BGColor'], - ['FitWindow','ShowBlocks','-','About'] // No comma for the last row. -] ; - -FCKConfig.ToolbarSets["Basic"] = [ - ['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink','-','About'] -] ; - -FCKConfig.EnterMode = 'br' ; // p | div | br -FCKConfig.ShiftEnterMode = 'p' ; // p | div | br - -FCKConfig.Keystrokes = [ - [ CTRL + 65 /*A*/, true ], - [ CTRL + 67 /*C*/, true ], - [ CTRL + 70 /*F*/, true ], - [ CTRL + 83 /*S*/, true ], - [ CTRL + 84 /*T*/, true ], - [ CTRL + 88 /*X*/, true ], - [ CTRL + 86 /*V*/, 'Paste' ], - [ CTRL + 45 /*INS*/, true ], - [ SHIFT + 45 /*INS*/, 'Paste' ], - [ CTRL + 88 /*X*/, 'Cut' ], - [ SHIFT + 46 /*DEL*/, 'Cut' ], - [ CTRL + 90 /*Z*/, 'Undo' ], - [ CTRL + 89 /*Y*/, 'Redo' ], - [ CTRL + SHIFT + 90 /*Z*/, 'Redo' ], - [ CTRL + 76 /*L*/, 'Link' ], - [ CTRL + 66 /*B*/, 'Bold' ], - [ CTRL + 73 /*I*/, 'Italic' ], - [ CTRL + 85 /*U*/, 'Underline' ], - [ CTRL + SHIFT + 83 /*S*/, 'Save' ], - [ CTRL + ALT + 13 /*ENTER*/, 'FitWindow' ], - [ SHIFT + 32 /*SPACE*/, 'Nbsp' ] -] ; - -FCKConfig.ContextMenu = ['Generic','Link','Anchor','Image','Flash','Select','Textarea','Checkbox','Radio','TextField','HiddenField','ImageButton','Button','BulletedList','NumberedList','Table','Form','DivContainer'] ; -FCKConfig.BrowserContextMenuOnCtrl = false ; -FCKConfig.BrowserContextMenu = false ; - -FCKConfig.EnableMoreFontColors = true ; -FCKConfig.FontColors = '000000,993300,333300,003300,003366,000080,333399,333333,800000,FF6600,808000,808080,008080,0000FF,666699,808080,FF0000,FF9900,99CC00,339966,33CCCC,3366FF,800080,999999,FF00FF,FFCC00,FFFF00,00FF00,00FFFF,00CCFF,993366,C0C0C0,FF99CC,FFCC99,FFFF99,CCFFCC,CCFFFF,99CCFF,CC99FF,FFFFFF' ; - -FCKConfig.FontFormats = 'p;h1;h2;h3;h4;h5;h6;pre;address;div' ; -FCKConfig.FontNames = 'Arial;Comic Sans MS;Courier New;Tahoma;Times New Roman;Verdana' ; -FCKConfig.FontSizes = 'smaller;larger;xx-small;x-small;small;medium;large;x-large;xx-large' ; - -FCKConfig.StylesXmlPath = FCKConfig.EditorPath + 'fckstyles.xml' ; -FCKConfig.TemplatesXmlPath = FCKConfig.EditorPath + 'fcktemplates.xml' ; - -FCKConfig.SpellChecker = 'WSC' ; // 'WSC' | 'SpellerPages' | 'ieSpell' -FCKConfig.IeSpellDownloadUrl = 'http://www.iespell.com/download.php' ; -FCKConfig.SpellerPagesServerScript = 'server-scripts/spellchecker.php' ; // Available extension: .php .cfm .pl -FCKConfig.FirefoxSpellChecker = false ; - -FCKConfig.MaxUndoLevels = 15 ; - -FCKConfig.DisableObjectResizing = false ; -FCKConfig.DisableFFTableHandles = true ; - -FCKConfig.LinkDlgHideTarget = false ; -FCKConfig.LinkDlgHideAdvanced = false ; - -FCKConfig.ImageDlgHideLink = false ; -FCKConfig.ImageDlgHideAdvanced = false ; - -FCKConfig.FlashDlgHideAdvanced = false ; - -FCKConfig.ProtectedTags = '' ; - -// This will be applied to the body element of the editor -FCKConfig.BodyId = '' ; -FCKConfig.BodyClass = '' ; - -FCKConfig.DefaultStyleLabel = '' ; -FCKConfig.DefaultFontFormatLabel = '' ; -FCKConfig.DefaultFontLabel = '' ; -FCKConfig.DefaultFontSizeLabel = '' ; - -FCKConfig.DefaultLinkTarget = '' ; - -// The option switches between trying to keep the html structure or do the changes so the content looks like it was in Word -FCKConfig.CleanWordKeepsStructure = false ; - -// Only inline elements are valid. -FCKConfig.RemoveFormatTags = 'b,big,code,del,dfn,em,font,i,ins,kbd,q,samp,small,span,strike,strong,sub,sup,tt,u,var' ; - -// Attributes that will be removed -FCKConfig.RemoveAttributes = 'class,style,lang,width,height,align,hspace,valign' ; - -FCKConfig.CustomStyles = -{ - 'Red Title' : { Element : 'h3', Styles : { 'color' : 'Red' } } -}; - -// Do not add, rename or remove styles here. Only apply definition changes. -FCKConfig.CoreStyles = -{ - // Basic Inline Styles. - 'Bold' : { Element : 'strong', Overrides : 'b' }, - 'Italic' : { Element : 'em', Overrides : 'i' }, - 'Underline' : { Element : 'u' }, - 'StrikeThrough' : { Element : 'strike' }, - 'Subscript' : { Element : 'sub' }, - 'Superscript' : { Element : 'sup' }, - - // Basic Block Styles (Font Format Combo). - 'p' : { Element : 'p' }, - 'div' : { Element : 'div' }, - 'pre' : { Element : 'pre' }, - 'address' : { Element : 'address' }, - 'h1' : { Element : 'h1' }, - 'h2' : { Element : 'h2' }, - 'h3' : { Element : 'h3' }, - 'h4' : { Element : 'h4' }, - 'h5' : { Element : 'h5' }, - 'h6' : { Element : 'h6' }, - - // Other formatting features. - 'FontFace' : - { - Element : 'span', - Styles : { 'font-family' : '#("Font")' }, - Overrides : [ { Element : 'font', Attributes : { 'face' : null } } ] - }, - - 'Size' : - { - Element : 'span', - Styles : { 'font-size' : '#("Size","fontSize")' }, - Overrides : [ { Element : 'font', Attributes : { 'size' : null } } ] - }, - - 'Color' : - { - Element : 'span', - Styles : { 'color' : '#("Color","color")' }, - Overrides : [ { Element : 'font', Attributes : { 'color' : null } } ] - }, - - 'BackColor' : { Element : 'span', Styles : { 'background-color' : '#("Color","color")' } }, - - 'SelectionHighlight' : { Element : 'span', Styles : { 'background-color' : 'navy', 'color' : 'white' } } -}; - -// The distance of an indentation step. -FCKConfig.IndentLength = 40 ; -FCKConfig.IndentUnit = 'px' ; - -// Alternatively, FCKeditor allows the use of CSS classes for block indentation. -// This overrides the IndentLength/IndentUnit settings. -FCKConfig.IndentClasses = [] ; - -// [ Left, Center, Right, Justified ] -FCKConfig.JustifyClasses = [] ; - -// The following value defines which File Browser connector and Quick Upload -// "uploader" to use. It is valid for the default implementaion and it is here -// just to make this configuration file cleaner. -// It is not possible to change this value using an external file or even -// inline when creating the editor instance. In that cases you must set the -// values of LinkBrowserURL, ImageBrowserURL and so on. -// Custom implementations should just ignore it. -var _FileBrowserLanguage = 'php' ; // asp | aspx | cfm | lasso | perl | php | py -var _QuickUploadLanguage = 'php' ; // asp | aspx | cfm | lasso | perl | php | py - -// Don't care about the following two lines. It just calculates the correct connector -// extension to use for the default File Browser (Perl uses "cgi"). -var _FileBrowserExtension = _FileBrowserLanguage == 'perl' ? 'cgi' : _FileBrowserLanguage ; -var _QuickUploadExtension = _QuickUploadLanguage == 'perl' ? 'cgi' : _QuickUploadLanguage ; - -FCKConfig.LinkBrowser = true ; -FCKConfig.LinkBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Connector=' + encodeURIComponent( FCKConfig.BasePath + 'filemanager/connectors/' + _FileBrowserLanguage + '/connector.' + _FileBrowserExtension ) ; -FCKConfig.LinkBrowserWindowWidth = FCKConfig.ScreenWidth * 0.7 ; // 70% -FCKConfig.LinkBrowserWindowHeight = FCKConfig.ScreenHeight * 0.7 ; // 70% - -FCKConfig.ImageBrowser = true ; -FCKConfig.ImageBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Image&Connector=' + encodeURIComponent( FCKConfig.BasePath + 'filemanager/connectors/' + _FileBrowserLanguage + '/connector.' + _FileBrowserExtension ) ; -FCKConfig.ImageBrowserWindowWidth = FCKConfig.ScreenWidth * 0.7 ; // 70% ; -FCKConfig.ImageBrowserWindowHeight = FCKConfig.ScreenHeight * 0.7 ; // 70% ; - -FCKConfig.FlashBrowser = true ; -FCKConfig.FlashBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Flash&Connector=' + encodeURIComponent( FCKConfig.BasePath + 'filemanager/connectors/' + _FileBrowserLanguage + '/connector.' + _FileBrowserExtension ) ; -FCKConfig.FlashBrowserWindowWidth = FCKConfig.ScreenWidth * 0.7 ; //70% ; -FCKConfig.FlashBrowserWindowHeight = FCKConfig.ScreenHeight * 0.7 ; //70% ; - -FCKConfig.LinkUpload = false ; -FCKConfig.LinkUploadURL = FCKConfig.BasePath + 'filemanager/connectors/' + _QuickUploadLanguage + '/upload.' + _QuickUploadExtension ; -FCKConfig.LinkUploadAllowedExtensions = ".(7z|aiff|asf|avi|bmp|csv|doc|fla|flv|gif|gz|gzip|jpeg|jpg|mid|mov|mp3|mp4|mpc|mpeg|mpg|ods|odt|pdf|png|ppt|pxd|qt|ram|rar|rm|rmi|rmvb|rtf|sdc|sitd|swf|sxc|sxw|tar|tgz|tif|tiff|txt|vsd|wav|wma|wmv|xls|xml|zip)$" ; // empty for all -FCKConfig.LinkUploadDeniedExtensions = "" ; // empty for no one - -FCKConfig.ImageUpload = false ; -FCKConfig.ImageUploadURL = FCKConfig.BasePath + 'filemanager/connectors/' + _QuickUploadLanguage + '/upload.' + _QuickUploadExtension + '?Type=Image' ; -FCKConfig.ImageUploadAllowedExtensions = ".(jpg|gif|jpeg|png|bmp)$" ; // empty for all -FCKConfig.ImageUploadDeniedExtensions = "" ; // empty for no one - -FCKConfig.FlashUpload = false ; -FCKConfig.FlashUploadURL = FCKConfig.BasePath + 'filemanager/connectors/' + _QuickUploadLanguage + '/upload.' + _QuickUploadExtension + '?Type=Flash' ; -FCKConfig.FlashUploadAllowedExtensions = ".(swf|flv)$" ; // empty for all -FCKConfig.FlashUploadDeniedExtensions = "" ; // empty for no one - -FCKConfig.SmileyPath = FCKConfig.BasePath + 'images/smiley/msn/' ; -FCKConfig.SmileyImages = ['regular_smile.gif','sad_smile.gif','wink_smile.gif','teeth_smile.gif','confused_smile.gif','tounge_smile.gif','embaressed_smile.gif','omg_smile.gif','whatchutalkingabout_smile.gif','angry_smile.gif','angel_smile.gif','shades_smile.gif','devil_smile.gif','cry_smile.gif','lightbulb.gif','thumbs_down.gif','thumbs_up.gif','heart.gif','broken_heart.gif','kiss.gif','envelope.gif'] ; -FCKConfig.SmileyColumns = 8 ; -FCKConfig.SmileyWindowWidth = 320 ; -FCKConfig.SmileyWindowHeight = 210 ; - -FCKConfig.BackgroundBlockerColor = '#ffffff' ; -FCKConfig.BackgroundBlockerOpacity = 0.50 ; - -FCKConfig.MsWebBrowserControlCompat = false ; - -FCKConfig.PreventSubmitHandler = false ; diff --git a/htdocs/theme/yellow/fckeditor/images/.cvsignore b/htdocs/theme/yellow/fckeditor/images/.cvsignore deleted file mode 100644 index 78d24c23930..00000000000 --- a/htdocs/theme/yellow/fckeditor/images/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -*.db -*.db diff --git a/htdocs/theme/yellow/fckeditor/images/dialog.sides.gif b/htdocs/theme/yellow/fckeditor/images/dialog.sides.gif deleted file mode 100644 index 8f91b4753ad..00000000000 Binary files a/htdocs/theme/yellow/fckeditor/images/dialog.sides.gif and /dev/null differ diff --git a/htdocs/theme/yellow/fckeditor/images/dialog.sides.png b/htdocs/theme/yellow/fckeditor/images/dialog.sides.png deleted file mode 100644 index 1042a61cf9f..00000000000 Binary files a/htdocs/theme/yellow/fckeditor/images/dialog.sides.png and /dev/null differ diff --git a/htdocs/theme/yellow/fckeditor/images/dialog.sides.rtl.png b/htdocs/theme/yellow/fckeditor/images/dialog.sides.rtl.png deleted file mode 100644 index d7f7b49fcc3..00000000000 Binary files a/htdocs/theme/yellow/fckeditor/images/dialog.sides.rtl.png and /dev/null differ diff --git a/htdocs/theme/yellow/fckeditor/images/sprites.gif b/htdocs/theme/yellow/fckeditor/images/sprites.gif deleted file mode 100644 index 2f57d93149d..00000000000 Binary files a/htdocs/theme/yellow/fckeditor/images/sprites.gif and /dev/null differ diff --git a/htdocs/theme/yellow/fckeditor/images/sprites.png b/htdocs/theme/yellow/fckeditor/images/sprites.png deleted file mode 100644 index 5be90edd2f0..00000000000 Binary files a/htdocs/theme/yellow/fckeditor/images/sprites.png and /dev/null differ diff --git a/htdocs/theme/yellow/fckeditor/images/toolbar.arrowright.gif b/htdocs/theme/yellow/fckeditor/images/toolbar.arrowright.gif deleted file mode 100644 index 6843c8d4162..00000000000 Binary files a/htdocs/theme/yellow/fckeditor/images/toolbar.arrowright.gif and /dev/null differ diff --git a/htdocs/theme/yellow/fckeditor/images/toolbar.buttonarrow.gif b/htdocs/theme/yellow/fckeditor/images/toolbar.buttonarrow.gif deleted file mode 100644 index ea60995e1b8..00000000000 Binary files a/htdocs/theme/yellow/fckeditor/images/toolbar.buttonarrow.gif and /dev/null differ diff --git a/htdocs/theme/yellow/fckeditor/images/toolbar.buttonbg.gif b/htdocs/theme/yellow/fckeditor/images/toolbar.buttonbg.gif deleted file mode 100644 index a93ffcaa3b3..00000000000 Binary files a/htdocs/theme/yellow/fckeditor/images/toolbar.buttonbg.gif and /dev/null differ diff --git a/htdocs/theme/yellow/fckeditor/images/toolbar.collapse.gif b/htdocs/theme/yellow/fckeditor/images/toolbar.collapse.gif deleted file mode 100644 index 87aa56d3b69..00000000000 Binary files a/htdocs/theme/yellow/fckeditor/images/toolbar.collapse.gif and /dev/null differ diff --git a/htdocs/theme/yellow/fckeditor/images/toolbar.end.gif b/htdocs/theme/yellow/fckeditor/images/toolbar.end.gif deleted file mode 100644 index 5bfd67a2d6f..00000000000 Binary files a/htdocs/theme/yellow/fckeditor/images/toolbar.end.gif and /dev/null differ diff --git a/htdocs/theme/yellow/fckeditor/images/toolbar.expand.gif b/htdocs/theme/yellow/fckeditor/images/toolbar.expand.gif deleted file mode 100644 index 79075e7c386..00000000000 Binary files a/htdocs/theme/yellow/fckeditor/images/toolbar.expand.gif and /dev/null differ diff --git a/htdocs/theme/yellow/fckeditor/images/toolbar.separator.gif b/htdocs/theme/yellow/fckeditor/images/toolbar.separator.gif deleted file mode 100644 index eaed04a7a76..00000000000 Binary files a/htdocs/theme/yellow/fckeditor/images/toolbar.separator.gif and /dev/null differ diff --git a/htdocs/theme/yellow/fckeditor/images/toolbar.start.gif b/htdocs/theme/yellow/fckeditor/images/toolbar.start.gif deleted file mode 100644 index 1774246c2ef..00000000000 Binary files a/htdocs/theme/yellow/fckeditor/images/toolbar.start.gif and /dev/null differ diff --git a/htdocs/theme/yellow/fckeditor/index.php b/htdocs/theme/yellow/fckeditor/index.php deleted file mode 100644 index 7db0dd9ebf9..00000000000 --- a/htdocs/theme/yellow/fckeditor/index.php +++ /dev/null @@ -1 +0,0 @@ -Url not available \ No newline at end of file diff --git a/htdocs/theme/yellow/graph-color.php b/htdocs/theme/yellow/graph-color.php deleted file mode 100755 index 9dfadfa57ba..00000000000 --- a/htdocs/theme/yellow/graph-color.php +++ /dev/null @@ -1,32 +0,0 @@ - - * 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, see . - */ - -/** - * \file htdocs/theme/yellow/graph-color.php - * \brief File to declare colors to use to build graphics with theme Yellow - * \ingroup core - * \version $Id: graph-color.php,v 1.6 2011/07/31 23:22:04 eldy Exp $ - */ - -global $theme_bordercolor, $theme_datacolor, $theme_bgcolor, $theme_bgcoloronglet; -$theme_bordercolor = array(235,235,224); -$theme_datacolor = array(array(160,140,120), array(140,160,130), array(190,190,220), array(140,170,150)); -$theme_bgcolor = array(hexdec('F4'),hexdec('F4'),hexdec('F4')); -$theme_bgcoloronglet = array(hexdec('DC'),hexdec('DC'),hexdec('D3')); - -?> diff --git a/htdocs/theme/yellow/img/.cvsignore b/htdocs/theme/yellow/img/.cvsignore deleted file mode 100644 index 98e6ef67fad..00000000000 --- a/htdocs/theme/yellow/img/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -*.db diff --git a/htdocs/theme/yellow/img/1downarrow.png b/htdocs/theme/yellow/img/1downarrow.png deleted file mode 100644 index 31fe3b936d1..00000000000 Binary files a/htdocs/theme/yellow/img/1downarrow.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/1downarrow_selected.png b/htdocs/theme/yellow/img/1downarrow_selected.png deleted file mode 100644 index 31fe3b936d1..00000000000 Binary files a/htdocs/theme/yellow/img/1downarrow_selected.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/1leftarrow.png b/htdocs/theme/yellow/img/1leftarrow.png deleted file mode 100644 index 86e7f0fc3b2..00000000000 Binary files a/htdocs/theme/yellow/img/1leftarrow.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/1leftarrow_selected.png b/htdocs/theme/yellow/img/1leftarrow_selected.png deleted file mode 100644 index 86e7f0fc3b2..00000000000 Binary files a/htdocs/theme/yellow/img/1leftarrow_selected.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/1rightarrow.png b/htdocs/theme/yellow/img/1rightarrow.png deleted file mode 100644 index dfd14e827ba..00000000000 Binary files a/htdocs/theme/yellow/img/1rightarrow.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/1rightarrow_selected.png b/htdocs/theme/yellow/img/1rightarrow_selected.png deleted file mode 100644 index dfd14e827ba..00000000000 Binary files a/htdocs/theme/yellow/img/1rightarrow_selected.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/1uparrow.png b/htdocs/theme/yellow/img/1uparrow.png deleted file mode 100644 index ab98fff17d2..00000000000 Binary files a/htdocs/theme/yellow/img/1uparrow.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/1uparrow_selected.png b/htdocs/theme/yellow/img/1uparrow_selected.png deleted file mode 100644 index ab98fff17d2..00000000000 Binary files a/htdocs/theme/yellow/img/1uparrow_selected.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/1updownarrow.png b/htdocs/theme/yellow/img/1updownarrow.png deleted file mode 100644 index fd5e5801aea..00000000000 Binary files a/htdocs/theme/yellow/img/1updownarrow.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/addfile.png b/htdocs/theme/yellow/img/addfile.png deleted file mode 100644 index 3bfa627d758..00000000000 Binary files a/htdocs/theme/yellow/img/addfile.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/button_bg.png b/htdocs/theme/yellow/img/button_bg.png deleted file mode 100644 index 7e8a806b28f..00000000000 Binary files a/htdocs/theme/yellow/img/button_bg.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/button_edit.png b/htdocs/theme/yellow/img/button_edit.png deleted file mode 100644 index ce8b226710b..00000000000 Binary files a/htdocs/theme/yellow/img/button_edit.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/calc.png b/htdocs/theme/yellow/img/calc.png deleted file mode 100644 index d3bd2bbc824..00000000000 Binary files a/htdocs/theme/yellow/img/calc.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/calendar.png b/htdocs/theme/yellow/img/calendar.png deleted file mode 100644 index 90829a353c3..00000000000 Binary files a/htdocs/theme/yellow/img/calendar.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/call.png b/htdocs/theme/yellow/img/call.png deleted file mode 100644 index 8315c57d61d..00000000000 Binary files a/htdocs/theme/yellow/img/call.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/call_out.png b/htdocs/theme/yellow/img/call_out.png deleted file mode 100644 index bf972d8b1ae..00000000000 Binary files a/htdocs/theme/yellow/img/call_out.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/delete.png b/htdocs/theme/yellow/img/delete.png deleted file mode 100644 index 221cd3c76b9..00000000000 Binary files a/htdocs/theme/yellow/img/delete.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/detail.png b/htdocs/theme/yellow/img/detail.png deleted file mode 100644 index 2d31ec2202e..00000000000 Binary files a/htdocs/theme/yellow/img/detail.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/disable.png b/htdocs/theme/yellow/img/disable.png deleted file mode 100755 index 7c642907079..00000000000 Binary files a/htdocs/theme/yellow/img/disable.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/edit.png b/htdocs/theme/yellow/img/edit.png deleted file mode 100644 index d5ef04577cc..00000000000 Binary files a/htdocs/theme/yellow/img/edit.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/edit_add.png b/htdocs/theme/yellow/img/edit_add.png deleted file mode 100644 index f6e67164208..00000000000 Binary files a/htdocs/theme/yellow/img/edit_add.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/edit_remove.png b/htdocs/theme/yellow/img/edit_remove.png deleted file mode 100644 index 0c7ca54fa1f..00000000000 Binary files a/htdocs/theme/yellow/img/edit_remove.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/editdelete.png b/htdocs/theme/yellow/img/editdelete.png deleted file mode 100644 index 1b872ce664d..00000000000 Binary files a/htdocs/theme/yellow/img/editdelete.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/error.png b/htdocs/theme/yellow/img/error.png deleted file mode 100644 index f41dd8a3bc0..00000000000 Binary files a/htdocs/theme/yellow/img/error.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/favicon.ico b/htdocs/theme/yellow/img/favicon.ico deleted file mode 100644 index 7d41c54d5bb..00000000000 Binary files a/htdocs/theme/yellow/img/favicon.ico and /dev/null differ diff --git a/htdocs/theme/yellow/img/file.png b/htdocs/theme/yellow/img/file.png deleted file mode 100644 index 98bc98d2f1f..00000000000 Binary files a/htdocs/theme/yellow/img/file.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/filenew.png b/htdocs/theme/yellow/img/filenew.png deleted file mode 100644 index 3434c3da871..00000000000 Binary files a/htdocs/theme/yellow/img/filenew.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/filter.png b/htdocs/theme/yellow/img/filter.png deleted file mode 100644 index 4baa3a3be8e..00000000000 Binary files a/htdocs/theme/yellow/img/filter.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/folder-open.png b/htdocs/theme/yellow/img/folder-open.png deleted file mode 100644 index 1687cd1b536..00000000000 Binary files a/htdocs/theme/yellow/img/folder-open.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/folder.png b/htdocs/theme/yellow/img/folder.png deleted file mode 100644 index 908a6df9348..00000000000 Binary files a/htdocs/theme/yellow/img/folder.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/grip.png b/htdocs/theme/yellow/img/grip.png deleted file mode 100644 index 216e51ca8f0..00000000000 Binary files a/htdocs/theme/yellow/img/grip.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/help.png b/htdocs/theme/yellow/img/help.png deleted file mode 100644 index 82a55ce372e..00000000000 Binary files a/htdocs/theme/yellow/img/help.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/high.png b/htdocs/theme/yellow/img/high.png deleted file mode 100644 index f893de7abf3..00000000000 Binary files a/htdocs/theme/yellow/img/high.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/icon_status_green.png b/htdocs/theme/yellow/img/icon_status_green.png deleted file mode 100644 index 099051eaae1..00000000000 Binary files a/htdocs/theme/yellow/img/icon_status_green.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/icon_status_green_light.png b/htdocs/theme/yellow/img/icon_status_green_light.png deleted file mode 100644 index 2df56ba79a6..00000000000 Binary files a/htdocs/theme/yellow/img/icon_status_green_light.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/icon_status_red.png b/htdocs/theme/yellow/img/icon_status_red.png deleted file mode 100644 index 3aea419e213..00000000000 Binary files a/htdocs/theme/yellow/img/icon_status_red.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/icon_status_red_light.png b/htdocs/theme/yellow/img/icon_status_red_light.png deleted file mode 100644 index 638c74c5dd5..00000000000 Binary files a/htdocs/theme/yellow/img/icon_status_red_light.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/info.png b/htdocs/theme/yellow/img/info.png deleted file mode 100644 index 43b02977cd8..00000000000 Binary files a/htdocs/theme/yellow/img/info.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/lock.png b/htdocs/theme/yellow/img/lock.png deleted file mode 100644 index 8c2e2cbdb09..00000000000 Binary files a/htdocs/theme/yellow/img/lock.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/logout.png b/htdocs/theme/yellow/img/logout.png deleted file mode 100644 index cd2863d371f..00000000000 Binary files a/htdocs/theme/yellow/img/logout.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/next.png b/htdocs/theme/yellow/img/next.png deleted file mode 100644 index dfd14e827ba..00000000000 Binary files a/htdocs/theme/yellow/img/next.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/object_account.png b/htdocs/theme/yellow/img/object_account.png deleted file mode 100644 index 60a5ccd863c..00000000000 Binary files a/htdocs/theme/yellow/img/object_account.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/object_action.png b/htdocs/theme/yellow/img/object_action.png deleted file mode 100644 index dd356305161..00000000000 Binary files a/htdocs/theme/yellow/img/object_action.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/object_barcode.png b/htdocs/theme/yellow/img/object_barcode.png deleted file mode 100644 index 83d3e1ae993..00000000000 Binary files a/htdocs/theme/yellow/img/object_barcode.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/object_bill.png b/htdocs/theme/yellow/img/object_bill.png deleted file mode 100644 index cd48a169672..00000000000 Binary files a/htdocs/theme/yellow/img/object_bill.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/object_billa.png b/htdocs/theme/yellow/img/object_billa.png deleted file mode 100644 index 3635f753a31..00000000000 Binary files a/htdocs/theme/yellow/img/object_billa.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/object_billd.png b/htdocs/theme/yellow/img/object_billd.png deleted file mode 100644 index 3c7443cba3e..00000000000 Binary files a/htdocs/theme/yellow/img/object_billd.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/object_billr.png b/htdocs/theme/yellow/img/object_billr.png deleted file mode 100644 index 3c7443cba3e..00000000000 Binary files a/htdocs/theme/yellow/img/object_billr.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/object_book.png b/htdocs/theme/yellow/img/object_book.png deleted file mode 100644 index 67f6b06467d..00000000000 Binary files a/htdocs/theme/yellow/img/object_book.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/object_bookmark.png b/htdocs/theme/yellow/img/object_bookmark.png deleted file mode 100644 index 76aba6c2a7d..00000000000 Binary files a/htdocs/theme/yellow/img/object_bookmark.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/object_calendar.png b/htdocs/theme/yellow/img/object_calendar.png deleted file mode 100644 index 8cda1f3f220..00000000000 Binary files a/htdocs/theme/yellow/img/object_calendar.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/object_calendarday.png b/htdocs/theme/yellow/img/object_calendarday.png deleted file mode 100755 index 5678cdd2411..00000000000 Binary files a/htdocs/theme/yellow/img/object_calendarday.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/object_calendarweek.png b/htdocs/theme/yellow/img/object_calendarweek.png deleted file mode 100755 index 4ea2c09ccc9..00000000000 Binary files a/htdocs/theme/yellow/img/object_calendarweek.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/object_category-expanded.png b/htdocs/theme/yellow/img/object_category-expanded.png deleted file mode 100644 index 8168f76fa26..00000000000 Binary files a/htdocs/theme/yellow/img/object_category-expanded.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/object_category.png b/htdocs/theme/yellow/img/object_category.png deleted file mode 100644 index aaea38dbef2..00000000000 Binary files a/htdocs/theme/yellow/img/object_category.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/object_commercial.png b/htdocs/theme/yellow/img/object_commercial.png deleted file mode 100644 index 5f11e40a81f..00000000000 Binary files a/htdocs/theme/yellow/img/object_commercial.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/object_company.png b/htdocs/theme/yellow/img/object_company.png deleted file mode 100644 index 2a582b8bd4c..00000000000 Binary files a/htdocs/theme/yellow/img/object_company.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/object_contact.png b/htdocs/theme/yellow/img/object_contact.png deleted file mode 100644 index 09f772e7a83..00000000000 Binary files a/htdocs/theme/yellow/img/object_contact.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/object_contract.png b/htdocs/theme/yellow/img/object_contract.png deleted file mode 100644 index 52f910ba1f6..00000000000 Binary files a/htdocs/theme/yellow/img/object_contract.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/object_dir.png b/htdocs/theme/yellow/img/object_dir.png deleted file mode 100644 index 6f364389133..00000000000 Binary files a/htdocs/theme/yellow/img/object_dir.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/object_email.png b/htdocs/theme/yellow/img/object_email.png deleted file mode 100644 index 9246f5cef24..00000000000 Binary files a/htdocs/theme/yellow/img/object_email.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/object_energie.png b/htdocs/theme/yellow/img/object_energie.png deleted file mode 100644 index bc3966d2fa2..00000000000 Binary files a/htdocs/theme/yellow/img/object_energie.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/object_generic.png b/htdocs/theme/yellow/img/object_generic.png deleted file mode 100644 index 4d5f811a891..00000000000 Binary files a/htdocs/theme/yellow/img/object_generic.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/object_globe.png b/htdocs/theme/yellow/img/object_globe.png deleted file mode 100644 index f726f8a705e..00000000000 Binary files a/htdocs/theme/yellow/img/object_globe.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/object_group.png b/htdocs/theme/yellow/img/object_group.png deleted file mode 100644 index f69db27d482..00000000000 Binary files a/htdocs/theme/yellow/img/object_group.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/object_intervention.png b/htdocs/theme/yellow/img/object_intervention.png deleted file mode 100644 index 7bb7ef583b4..00000000000 Binary files a/htdocs/theme/yellow/img/object_intervention.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/object_label.png b/htdocs/theme/yellow/img/object_label.png deleted file mode 100644 index 75a363ec8d5..00000000000 Binary files a/htdocs/theme/yellow/img/object_label.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/object_list.png b/htdocs/theme/yellow/img/object_list.png deleted file mode 100644 index 21e11a04fd7..00000000000 Binary files a/htdocs/theme/yellow/img/object_list.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/object_order.png b/htdocs/theme/yellow/img/object_order.png deleted file mode 100644 index 732ab97c439..00000000000 Binary files a/htdocs/theme/yellow/img/object_order.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/object_payment.png b/htdocs/theme/yellow/img/object_payment.png deleted file mode 100644 index 95f4c29ed2f..00000000000 Binary files a/htdocs/theme/yellow/img/object_payment.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/object_phoning.png b/htdocs/theme/yellow/img/object_phoning.png deleted file mode 100644 index 5f11e40a81f..00000000000 Binary files a/htdocs/theme/yellow/img/object_phoning.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/object_product.png b/htdocs/theme/yellow/img/object_product.png deleted file mode 100644 index f79b9cc78ff..00000000000 Binary files a/htdocs/theme/yellow/img/object_product.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/object_project.png b/htdocs/theme/yellow/img/object_project.png deleted file mode 100644 index 070fe326983..00000000000 Binary files a/htdocs/theme/yellow/img/object_project.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/object_projectpub.png b/htdocs/theme/yellow/img/object_projectpub.png deleted file mode 100644 index 5ea2e846ddf..00000000000 Binary files a/htdocs/theme/yellow/img/object_projectpub.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/object_projecttask.png b/htdocs/theme/yellow/img/object_projecttask.png deleted file mode 100644 index 3ec85fed9d3..00000000000 Binary files a/htdocs/theme/yellow/img/object_projecttask.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/object_propal.png b/htdocs/theme/yellow/img/object_propal.png deleted file mode 100644 index 4a52d65b9e6..00000000000 Binary files a/htdocs/theme/yellow/img/object_propal.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/object_reduc.png b/htdocs/theme/yellow/img/object_reduc.png deleted file mode 100644 index 4d5f811a891..00000000000 Binary files a/htdocs/theme/yellow/img/object_reduc.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/object_rss.png b/htdocs/theme/yellow/img/object_rss.png deleted file mode 100644 index 85cf0999578..00000000000 Binary files a/htdocs/theme/yellow/img/object_rss.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/object_sending.png b/htdocs/theme/yellow/img/object_sending.png deleted file mode 100644 index efda8cc7262..00000000000 Binary files a/htdocs/theme/yellow/img/object_sending.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/object_service.png b/htdocs/theme/yellow/img/object_service.png deleted file mode 100644 index 38a65e2b663..00000000000 Binary files a/htdocs/theme/yellow/img/object_service.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/object_stock.png b/htdocs/theme/yellow/img/object_stock.png deleted file mode 100644 index 279a34f869a..00000000000 Binary files a/htdocs/theme/yellow/img/object_stock.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/object_task.png b/htdocs/theme/yellow/img/object_task.png deleted file mode 100644 index 82f4dff41b9..00000000000 Binary files a/htdocs/theme/yellow/img/object_task.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/object_technic.png b/htdocs/theme/yellow/img/object_technic.png deleted file mode 100644 index b929050598d..00000000000 Binary files a/htdocs/theme/yellow/img/object_technic.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/object_trip.png b/htdocs/theme/yellow/img/object_trip.png deleted file mode 100644 index 95cc4412111..00000000000 Binary files a/htdocs/theme/yellow/img/object_trip.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/object_user.png b/htdocs/theme/yellow/img/object_user.png deleted file mode 100644 index 81e0b0a657f..00000000000 Binary files a/htdocs/theme/yellow/img/object_user.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/off.png b/htdocs/theme/yellow/img/off.png deleted file mode 100644 index a6d0a8c657e..00000000000 Binary files a/htdocs/theme/yellow/img/off.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/on.png b/htdocs/theme/yellow/img/on.png deleted file mode 100644 index 82572b9e1d1..00000000000 Binary files a/htdocs/theme/yellow/img/on.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/pdf2.png b/htdocs/theme/yellow/img/pdf2.png deleted file mode 100644 index 4702d19fd50..00000000000 Binary files a/htdocs/theme/yellow/img/pdf2.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/pdf3.png b/htdocs/theme/yellow/img/pdf3.png deleted file mode 100644 index cd76e0f9253..00000000000 Binary files a/htdocs/theme/yellow/img/pdf3.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/previous.png b/htdocs/theme/yellow/img/previous.png deleted file mode 100644 index 86e7f0fc3b2..00000000000 Binary files a/htdocs/theme/yellow/img/previous.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/printer.png b/htdocs/theme/yellow/img/printer.png deleted file mode 100644 index 8407b4fe949..00000000000 Binary files a/htdocs/theme/yellow/img/printer.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/puce.png b/htdocs/theme/yellow/img/puce.png deleted file mode 100644 index dfa83acd50d..00000000000 Binary files a/htdocs/theme/yellow/img/puce.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/recent.png b/htdocs/theme/yellow/img/recent.png deleted file mode 100644 index 624558b5ec3..00000000000 Binary files a/htdocs/theme/yellow/img/recent.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/redstar.png b/htdocs/theme/yellow/img/redstar.png deleted file mode 100644 index 001cde58667..00000000000 Binary files a/htdocs/theme/yellow/img/redstar.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/refresh.png b/htdocs/theme/yellow/img/refresh.png deleted file mode 100644 index 513a008b074..00000000000 Binary files a/htdocs/theme/yellow/img/refresh.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/reload.png b/htdocs/theme/yellow/img/reload.png deleted file mode 100644 index e7aeaac5f28..00000000000 Binary files a/htdocs/theme/yellow/img/reload.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/rightarrow.png b/htdocs/theme/yellow/img/rightarrow.png deleted file mode 100644 index 2ea37440ecd..00000000000 Binary files a/htdocs/theme/yellow/img/rightarrow.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/search.png b/htdocs/theme/yellow/img/search.png deleted file mode 100644 index 0df0df04ca5..00000000000 Binary files a/htdocs/theme/yellow/img/search.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/searchclear.png b/htdocs/theme/yellow/img/searchclear.png deleted file mode 100644 index 024e0c62cdd..00000000000 Binary files a/htdocs/theme/yellow/img/searchclear.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/setup.png b/htdocs/theme/yellow/img/setup.png deleted file mode 100644 index 71dce81ed10..00000000000 Binary files a/htdocs/theme/yellow/img/setup.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/split.png b/htdocs/theme/yellow/img/split.png deleted file mode 100644 index 008557d7341..00000000000 Binary files a/htdocs/theme/yellow/img/split.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/star.png b/htdocs/theme/yellow/img/star.png deleted file mode 100644 index 4b6b4584675..00000000000 Binary files a/htdocs/theme/yellow/img/star.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/stats.png b/htdocs/theme/yellow/img/stats.png deleted file mode 100755 index d883f7faea9..00000000000 Binary files a/htdocs/theme/yellow/img/stats.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/statut0.png b/htdocs/theme/yellow/img/statut0.png deleted file mode 100644 index 0f7b0bd4f87..00000000000 Binary files a/htdocs/theme/yellow/img/statut0.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/statut1.png b/htdocs/theme/yellow/img/statut1.png deleted file mode 100644 index 3e4650f4f02..00000000000 Binary files a/htdocs/theme/yellow/img/statut1.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/statut2.png b/htdocs/theme/yellow/img/statut2.png deleted file mode 100644 index 67f0dd870d6..00000000000 Binary files a/htdocs/theme/yellow/img/statut2.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/statut3.png b/htdocs/theme/yellow/img/statut3.png deleted file mode 100644 index 3da79f63501..00000000000 Binary files a/htdocs/theme/yellow/img/statut3.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/statut4.png b/htdocs/theme/yellow/img/statut4.png deleted file mode 100644 index aed93a350ba..00000000000 Binary files a/htdocs/theme/yellow/img/statut4.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/statut5.png b/htdocs/theme/yellow/img/statut5.png deleted file mode 100644 index a2e22fe6f59..00000000000 Binary files a/htdocs/theme/yellow/img/statut5.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/statut6.png b/htdocs/theme/yellow/img/statut6.png deleted file mode 100644 index 60d101cb4ec..00000000000 Binary files a/htdocs/theme/yellow/img/statut6.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/statut7.png b/htdocs/theme/yellow/img/statut7.png deleted file mode 100644 index 50295a03ed5..00000000000 Binary files a/htdocs/theme/yellow/img/statut7.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/statut8.png b/htdocs/theme/yellow/img/statut8.png deleted file mode 100755 index 4d8f59be1c2..00000000000 Binary files a/htdocs/theme/yellow/img/statut8.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/statut9.png b/htdocs/theme/yellow/img/statut9.png deleted file mode 100755 index 5401cf9b03d..00000000000 Binary files a/htdocs/theme/yellow/img/statut9.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/stcomm-1.png b/htdocs/theme/yellow/img/stcomm-1.png deleted file mode 100644 index 52b3625ac05..00000000000 Binary files a/htdocs/theme/yellow/img/stcomm-1.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/stcomm-1_grayed.png b/htdocs/theme/yellow/img/stcomm-1_grayed.png deleted file mode 100644 index 20a7219535e..00000000000 Binary files a/htdocs/theme/yellow/img/stcomm-1_grayed.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/stcomm0.png b/htdocs/theme/yellow/img/stcomm0.png deleted file mode 100644 index 6053eeda485..00000000000 Binary files a/htdocs/theme/yellow/img/stcomm0.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/stcomm0_grayed.png b/htdocs/theme/yellow/img/stcomm0_grayed.png deleted file mode 100644 index a92e1558506..00000000000 Binary files a/htdocs/theme/yellow/img/stcomm0_grayed.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/stcomm1.png b/htdocs/theme/yellow/img/stcomm1.png deleted file mode 100644 index eb76c0fb179..00000000000 Binary files a/htdocs/theme/yellow/img/stcomm1.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/stcomm1_grayed.png b/htdocs/theme/yellow/img/stcomm1_grayed.png deleted file mode 100644 index 98ed423aa9e..00000000000 Binary files a/htdocs/theme/yellow/img/stcomm1_grayed.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/stcomm2.png b/htdocs/theme/yellow/img/stcomm2.png deleted file mode 100644 index 1e76ce4946b..00000000000 Binary files a/htdocs/theme/yellow/img/stcomm2.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/stcomm2_grayed.png b/htdocs/theme/yellow/img/stcomm2_grayed.png deleted file mode 100644 index 0f2a4332cfc..00000000000 Binary files a/htdocs/theme/yellow/img/stcomm2_grayed.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/stcomm3.png b/htdocs/theme/yellow/img/stcomm3.png deleted file mode 100644 index 465234fcd3c..00000000000 Binary files a/htdocs/theme/yellow/img/stcomm3.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/stcomm3_grayed.png b/htdocs/theme/yellow/img/stcomm3_grayed.png deleted file mode 100644 index fc80eb2aebd..00000000000 Binary files a/htdocs/theme/yellow/img/stcomm3_grayed.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/stcomm4.png b/htdocs/theme/yellow/img/stcomm4.png deleted file mode 100644 index c839a8acec5..00000000000 Binary files a/htdocs/theme/yellow/img/stcomm4.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/stcomm4_grayed.png b/htdocs/theme/yellow/img/stcomm4_grayed.png deleted file mode 100644 index 4935499d917..00000000000 Binary files a/htdocs/theme/yellow/img/stcomm4_grayed.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/switch_off.png b/htdocs/theme/yellow/img/switch_off.png deleted file mode 100644 index 7b691df7ebe..00000000000 Binary files a/htdocs/theme/yellow/img/switch_off.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/switch_on.png b/htdocs/theme/yellow/img/switch_on.png deleted file mode 100644 index 39ff5472e61..00000000000 Binary files a/htdocs/theme/yellow/img/switch_on.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/tick.png b/htdocs/theme/yellow/img/tick.png deleted file mode 100644 index deb69ee75ec..00000000000 Binary files a/htdocs/theme/yellow/img/tick.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/title.gif b/htdocs/theme/yellow/img/title.gif deleted file mode 100644 index 575bc31ef29..00000000000 Binary files a/htdocs/theme/yellow/img/title.gif and /dev/null differ diff --git a/htdocs/theme/yellow/img/title.png b/htdocs/theme/yellow/img/title.png deleted file mode 100644 index 1cae98c7440..00000000000 Binary files a/htdocs/theme/yellow/img/title.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/unlock.png b/htdocs/theme/yellow/img/unlock.png deleted file mode 100644 index f3eebc59274..00000000000 Binary files a/htdocs/theme/yellow/img/unlock.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/uparrow.png b/htdocs/theme/yellow/img/uparrow.png deleted file mode 100644 index b4e89fd81ec..00000000000 Binary files a/htdocs/theme/yellow/img/uparrow.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/vcard.png b/htdocs/theme/yellow/img/vcard.png deleted file mode 100644 index e03026f87fb..00000000000 Binary files a/htdocs/theme/yellow/img/vcard.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/view.png b/htdocs/theme/yellow/img/view.png deleted file mode 100644 index 4e0396f7b09..00000000000 Binary files a/htdocs/theme/yellow/img/view.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/warning.png b/htdocs/theme/yellow/img/warning.png deleted file mode 100644 index ae8e35e781d..00000000000 Binary files a/htdocs/theme/yellow/img/warning.png and /dev/null differ diff --git a/htdocs/theme/yellow/img/working.gif b/htdocs/theme/yellow/img/working.gif deleted file mode 100644 index 1e421c3113f..00000000000 Binary files a/htdocs/theme/yellow/img/working.gif and /dev/null differ diff --git a/htdocs/theme/yellow/index.php b/htdocs/theme/yellow/index.php deleted file mode 100644 index 7db0dd9ebf9..00000000000 --- a/htdocs/theme/yellow/index.php +++ /dev/null @@ -1 +0,0 @@ -Url not available \ No newline at end of file diff --git a/htdocs/theme/yellow/style.css.php b/htdocs/theme/yellow/style.css.php deleted file mode 100644 index 33a94aef8f9..00000000000 --- a/htdocs/theme/yellow/style.css.php +++ /dev/null @@ -1,1657 +0,0 @@ - - * Copyright (C) 2004-2010 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, see . - */ - -/** - * \file htdocs/theme/yellow/style.css.php - * \brief Fichier de style CSS du theme Yellow - * \version $Id: style.css.php,v 1.49 2011/08/17 13:08:19 eldy Exp $ - */ - -//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language -//if (! defined('NOREQUIREDB')) define('NOREQUIREDB','1'); // Not disabled to increase speed. Language code is found on url. -if (! defined('NOREQUIRESOC')) define('NOREQUIRESOC','1'); -//if (! defined('NOREQUIRETRAN')) define('NOREQUIRETRAN','1'); // Not disabled cause need to do translations -if (! defined('NOCSRFCHECK')) define('NOCSRFCHECK',1); -if (! defined('NOTOKENRENEWAL')) define('NOTOKENRENEWAL',1); -if (! defined('NOLOGIN')) define('NOLOGIN',1); -if (! defined('NOREQUIREMENU')) define('NOREQUIREMENU',1); -if (! defined('NOREQUIREHTML')) define('NOREQUIREHTML',1); -if (! defined('NOREQUIREAJAX')) define('NOREQUIREAJAX','1'); - -session_cache_limiter( FALSE ); - -require_once("../../main.inc.php"); -require_once(DOL_DOCUMENT_ROOT."/lib/functions.lib.php"); - -// Define css type -header('Content-type: text/css'); -// Important: Following code is to avoid page request by browser and PHP CPU at -// each Dolibarr page access. -if (empty($dolibarr_nocache)) header('Cache-Control: max-age=3600, public, must-revalidate'); -else header('Cache-Control: no-cache'); - -// On the fly GZIP compression for all pages (if browser support it). Must set the bit 3 of constant to 1. -if (isset($conf->global->MAIN_OPTIMIZE_SPEED) && ($conf->global->MAIN_OPTIMIZE_SPEED & 0x04)) { ob_start("ob_gzhandler"); } - -if (GETPOST('lang')) $langs->setDefaultLang(GETPOST('lang')); // If language was forced on URL -if (GETPOST('theme')) $conf->theme=GETPOST('theme'); // If theme was forced on URL -$langs->load("main",0,1); -$right=($langs->trans("DIRECTION")=='rtl'?'left':'right'); -$left=($langs->trans("DIRECTION")=='rtl'?'right':'left'); -?> - -/* ============================================================================== */ -/* Styles by default */ -/* ============================================================================== */ - -body { - - background-color: #FFFFFF; - - background-color: #fbfbf0; - - font-size: 12px; - font-family: helvetica, verdana, arial, sans-serif; - margin-top: 0; - margin-bottom: 0; - margin-right: 0; - margin-left: 0; -} - -a:link { font-family: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: none; } -a:visited { font-family: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: none; } -a:active { font-family: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: none; } -a:hover { font-family: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: underline; } -input -{ - font-size: 12px; - font-family: helvetica, verdana, arial, sans-serif; - border: 1px solid #cccccc; - padding: 0px 0px 0px 0px; - margin: 0px 0px 0px 0px; -} -input.flat -{ - font-size: 12px; - font-family: helvetica, verdana, arial, sans-serif; - border: 1px solid #cccccc; - padding: 0px 0px 0px 0px; - margin: 0px 0px 0px 0px; -} -input:disabled { -background:#ddd; -} -textarea { - font-size: 12px; - font-family: helvetica, verdana, arial, sans-serif; - border: 1px solid #cccccc; - padding: 0px 0px 0px 0px; - margin: 0px 0px 0px 0px; -} -textarea.flat -{ - font-size: 12px; - font-family: helvetica, verdana, arial, sans-serif; - border: 1px solid #cccccc; - padding: 0px 0px 0px 0px; - margin: 0px 0px 0px 0px; -} -textarea:disabled { -background:#ddd; -} -select.flat -{ - background: #FDFDFD; - font-size: 12px; - font-family: helvetica, verdana, arial, sans-serif; - font-weight: normal; - border: 1px solid #cccccc; - 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 #bbbb99; - background-image : url(/theme/yellow/img/button_bg.png); - background-position : bottom; -} -.buttonajax -{ - font-family: arial,verdana,helvetica, sans-serif; - font-size: 100%; - font-weight: normal; - border: 1px solid #bbbb99; - background-image : url(/theme/yellow/img/button_bg.png); - background-position : bottom; -} -form -{ - padding: 0em 0em 0em 0em; - margin: 0em 0em 0em 0em; -} -div.float -{ - float:; -} - -/* ============================================================================== */ -/* Styles to hide objects */ -/* ============================================================================== */ - -.hideobject { display: none; } -browser->phone)) { ?> -.hideonsmartphone { display: none; } - -.linkobject { cursor: pointer; } - -/* ============================================================================== */ -/* Styles for dragging lines */ -/* ============================================================================== */ - -.dragClass { - color: #002244; -} -td.showDragHandle { - cursor: move; -} -.tdlineupdown { - white-space: nowrap; -} - - - -/* ============================================================================== */ -/* Styles de positionnement des zones */ -/* ============================================================================== */ - -div.fiche -{ - margin-: browser->phone)?'8':'2'; ?>px; - margin-: browser->phone)?'4':''; ?>px; -} - -div.fichecenter { - width: 100%; - clear: both; /* This is to have div fichecenter that are true rectangles */ -} -div.fichethirdleft { - browser->phone)) { print "float: ".$left.";\n"; } ?> - browser->phone)) { print "width: 35%;\n"; } ?> -} -div.fichetwothirdright { - browser->phone)) { print "float: ".$left.";\n"; } ?> - browser->phone)) { print "width: 65%;\n"; } ?> -} -div.fichehalfleft { - browser->phone)) { print "float: ".$left.";\n"; } ?> - browser->phone)) { print "width: 50%;\n"; } ?> -} -div.fichehalfright { - browser->phone)) { print "float: ".$left.";\n"; } ?> - browser->phone)) { print "width: 50%;\n"; } ?> -} -div.ficheaddleft { - browser->phone)) { print "padding-left: 6px;\n"; } ?> -} - - -/* ============================================================================== */ -/* Menu superieur et 1ere ligne tableau */ -/* ============================================================================== */ - -div.tmenu -{ - - display:none; - - position: relative; - display: block; - white-space: nowrap; - border: 0px; - border-right: 1px solid #555555; - border-bottom: 1px solid #555555; - padding: 0px 0px 0px 0px; - margin: 0px 0px 4px 0px; - font-weight: bold; - font-size: 12px; - height: 20px; - background: #dcdcb3; - color: #000000; - text-decoration: none; - -} - -a.tmenudisabled -{ - color: #757575; - font-size: 12px; - padding: 0px 5px; - 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; -} - -a.tmenu:link -{ - color: #234046; - padding: 0px 5px; - border: 1px solid #dcdcb3; - font-weight:bold; - font-size:12px; -} -a.tmenu:visited -{ - color: #234046; - padding: 0px 5px; - border: 1px solid #dcdcb3; - font-weight:bold; - font-size:12px; -} -a.tmenu:hover -{ - color: #234046; - background: #eeeecc; - padding: 0px 5px; - border: 1px solid #eeeecc; - text-decoration: none; -} - -a.tmenusel -{ - color: #234046; - background: #eeeecc; - padding: 0px 5px; - border: 1px solid #eeeecc; -} - - - -/* Top menu */ - -table.tmenu -{ - padding: 0px 0px 10px 0px; - margin: 0px 0px 0px 6px; -} - -* html li.tmenu a -{ - width:40px; -} - -ul.tmenu { - padding: 0px 0px 0px 0px; - margin: 0px 0px 0px 0px; -} -li.tmenu { - float: left; - border-right: solid 1px #000000; - height: 18px; - position:relative; - display: block; - margin:0; - padding:0; -} -li.tmenu 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; -} -li.tmenu a.tmenusel -{ - background:#FFFFFF; - color:#000000; - font-weight: normal; -} -li.tmenu a:visited -{ - color:#000000; - font-weight: normal; -} -li.tmenu a:hover -{ - background:#FFFFFF; - color:#000000; - font-weight: normal; -} -li.tmenu a:active -{ - color:#000000; - font-weight: normal; -} -li.tmenu a:link -{ - font-weight: normal; -} - -.tmenuimage { - padding:0 0 0 0 !important; - margin:0 0px 0 0 !important; -} - - -/* Login */ - -div.login_block { - - display: none; - -} - -div.login { - position: absolute; - : 30px; - top: 2px; - padding: 0px 8px; - margin: 0px 0px 1px 0px; - border: 1px solid #dcdcb3; - font-weight:bold; - font-size:12px; -} -div.login a { - color: #234046; -} -div.login a:hover { - color: black; - text-decoration:underline; -} - -img.login -{ - position: absolute; - : 20px; - top: 2px; - - text-decoration:none; - color:white; - font-weight:bold; -} -img.printer -{ - position: absolute; - : 4px; - top: 4px; - - text-decoration: none; - color: white; - font-weight: bold; -} - - -/* ============================================================================== */ -/* Menu gauche */ -/* ============================================================================== */ - - -.vmenu { - display: none; -} - - -td.vmenu -{ - padding-right: 2px; - padding: 0px; - padding-bottom: 0px; - width: 164px; -} - -a.vmenu:link { font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; } -a.vmenu:visited { font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; } -a.vmenu:active { font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; } -a.vmenu:hover { font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; } -font.vmenudisabled { font-size:12px; font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #aaa593; margin: 0em 0em 0em 0em; } - -a.vsmenu:link { font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1px 1px 1px 6px; } -a.vsmenu:visited { font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1px 1px 1px 6px; } -a.vsmenu:active { font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1px 1px 1px 6px; } -a.vsmenu:hover { font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1px 1px 1px 6px; } -font.vsmenudisabled { font-size:12px; font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #aaa593; margin: 1px 1px 1px 6px; } - -a.help:link { font-size:11px; font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; } -a.help:visited { font-size:11px; font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; } -a.help:active { font-size:11px; font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; } -a.help:hover { font-size:11px; font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; } - -div.blockvmenupair, div.blockvmenuimpair -{ - width:160px; - border-right: 1px solid #555555; - border-bottom: 1px solid #555555; - background: #dcdcb3; - font-family: helvetica, verdana, arial, sans-serif; - color: #000000; - text-align:left; - text-decoration: none; - padding-left: 3px; - padding-right: 1px; - padding-top: 3px; - padding-bottom: 3px; - margin: 1px 0px 0px 0px; -} - -div.blockvmenusearch -{ - width:160px; - border-right: 1px solid #555555; - border-bottom: 1px solid #555555; - background: #dcdcb3; - font-family: helvetica, verdana, arial, sans-serif; - color: #000000; - text-align:left; - text-decoration: none; - padding-left: 3px; - padding-right: 1px; - padding-top: 3px; - padding-bottom: 3px; - margin: 1px 0px 0px 0px; -} - -div.blockvmenubookmarks -{ - width:160px; - border-right: 1px solid #555555; - border-bottom: 1px solid #555555; - background: #dcdcb3; - font-family: helvetica, verdana, arial, sans-serif; - color: #000000; - text-align:left; - text-decoration: none; - padding-left: 3px; - padding-right: 1px; - padding-top: 3px; - padding-bottom: 3px; - margin: 1px 0px 0px 0px; -} - -div.blockvmenuhelp -{ -browser->phone)) { ?> - width:160px; - border-right: 1px solid #000000; - border-bottom: 1px solid #000000; - background: #f0f0f0; - font-family: helvetica, verdana, arial, sans-serif; - color: #000000; - text-align:left; - text-decoration: none; - padding-left: 3px; - padding-right: 1px; - padding-top: 3px; - padding-bottom: 3px; - margin: 1px 0px 0px 0px; - - display: none; - -} - -td.barre { - border-right: 1px solid #000000; - border-bottom: 1px solid #000000; - background: #b3c5cc; - font-family: helvetica, verdana, arial, sans-serif; - color: #000000; - text-align:left; - text-decoration: none -} - -td.barre_select { - background: #b3c5cc; - color: #000000 -} -td.photo { - background: #FFFFFF; - color: #000000 -} - - -/* ============================================================================== */ -/* Panes for Main */ -/* ============================================================================== */ - -/* - * PANES and CONTENT-DIVs - */ - -#mainContent, #leftContent .ui-layout-pane { - padding: 0px; - overflow: auto; -} - -#mainContent, #leftContent .ui-layout-center { - padding: 0px; - position: relative; /* contain floated or positioned elements */ - overflow: auto; /* add scrolling to content-div */ -} - -/* ============================================================================== */ -/* Barre de redmiensionnement menu */ -/* ============================================================================== */ - -.ui-layout-resizer-west-open { - /*left: 200px !important;*/ -} - -.ui-layout-north { - height: 57px !important; -} - -/* ============================================================================== */ -/* Toolbar for ECM or Filemanager */ -/* ============================================================================== */ - -.toolbar { - background-image: url(theme.'/img/tmenu2.png' ?>) !important; - background-repeat: repeat-x !important; - border: 1px solid #BBB !important; -} - -.toolbarbutton { - margin-top: 2px; - margin-left: 4px; -/* border: solid 1px #AAAAAA; - width: 34px;*/ - height: 34px; -/* background: #FFFFFF;*/ -} - - -/* ============================================================================== */ -/* Panes for ECM or Filemanager */ -/* ============================================================================== */ - -#containerlayout .layout-with-no-border { - border: 0 !important; - border-width: 0 !important; -} - -#containerlayout .layout-padding { - padding: 2px !important; -} - -/* - * PANES and CONTENT-DIVs - */ -#containerlayout .ui-layout-pane { /* all 'panes' */ - background: #FFF; - border: 1px solid #BBB; - /* DO NOT add scrolling (or padding) to 'panes' that have a content-div, - otherwise you may get double-scrollbars - on the pane AND on the content-div - */ - padding: 0px; - overflow: auto; -} -/* (scrolling) content-div inside pane allows for fixed header(s) and/or footer(s) */ -#containerlayout .ui-layout-content { - padding: 10px; - position: relative; /* contain floated or positioned elements */ - overflow: auto; /* add scrolling to content-div */ -} - -/* - * RESIZER-BARS - */ -.ui-layout-resizer { /* all 'resizer-bars' */ - width: 8px !important; -} -.ui-layout-resizer-hover { /* affects both open and closed states */ -} -/* NOTE: It looks best when 'hover' and 'dragging' are set to the same color, - otherwise color shifts while dragging when bar can't keep up with mouse */ -/*.ui-layout-resizer-open-hover ,*/ /* hover-color to 'resize' */ -.ui-layout-resizer-dragging { /* resizer beging 'dragging' */ - background: #DDD; - width: 8px; -} -.ui-layout-resizer-dragging { /* CLONED resizer being dragged */ - border-left: 1px solid #BBB; - border-right: 1px solid #BBB; -} -/* NOTE: Add a 'dragging-limit' color to provide visual feedback when resizer hits min/max size limits */ -.ui-layout-resizer-dragging-limit { /* CLONED resizer at min or max size-limit */ - background: #E1A4A4; /* red */ -} -.ui-layout-resizer-closed:hover { - background-color: #EEDDDD; -} -.ui-layout-resizer-sliding { /* resizer when pane is 'slid open' */ - opacity: .10; /* show only a slight shadow */ - filter: alpha(opacity=10); - } - .ui-layout-resizer-sliding-hover { /* sliding resizer - hover */ - opacity: 1.00; /* on-hover, show the resizer-bar normally */ - filter: alpha(opacity=100); - } -/* sliding resizer - add 'outside-border' to resizer on-hover - * this sample illustrates how to target specific panes and states */ -.ui-layout-resizer-north-sliding-hover { border-bottom-width: 1px; } -.ui-layout-resizer-south-sliding-hover { border-top-width: 1px; } -.ui-layout-resizer-west-sliding-hover { border-right-width: 1px; } -.ui-layout-resizer-east-sliding-hover { border-left-width: 1px; } - -/* - * TOGGLER-BUTTONS - */ -.ui-layout-toggler { - border-top: 1px solid #AAA; /* match pane-border */ - border-right: 1px solid #AAA; /* match pane-border */ - border-bottom: 1px solid #AAA; /* match pane-border */ - background-color: #DDD; - top: 5px !important; - } -.ui-layout-toggler-open { - height: 48px !important; - width: 5px !important; - -moz-border-radius:0px 10px 10px 0px; - -webkit-border-radius:0px 10px 10px 0px; - border-radius:0px 10px 10px 0px; -} -.ui-layout-toggler-closed { - height: 48px !important; - width: 5px !important; - -moz-border-radius:0px 10px 10px 0px; - -webkit-border-radius:0px 10px 10px 0px; - border-radius:0px 10px 10px 0px; -} -.ui-layout-toggler .content { /* style the text we put INSIDE the togglers */ - color: #666; - font-size: 12px; - font-weight: bold; - width: 100%; - padding-bottom: 0.35ex; /* to 'vertically center' text inside text-span */ -} - -/* hide the toggler-button when the pane is 'slid open' */ -.ui-layout-resizer-sliding ui-layout-toggler { - display: none; -} - -.ui-layout-north { - height: browser->phone)?'21':'21'); ?>px !important; -} - -/* ECM */ - -#containerlayout .ecm-layout-pane { /* all 'panes' */ - background: #FFF; - border: 1px solid #BBB; - /* DO NOT add scrolling (or padding) to 'panes' that have a content-div, - otherwise you may get double-scrollbars - on the pane AND on the content-div - */ - padding: 0px; - overflow: auto; -} -/* (scrolling) content-div inside pane allows for fixed header(s) and/or footer(s) */ -#containerlayout .ecm-layout-content { - padding: 10px; - position: relative; /* contain floated or positioned elements */ - overflow: auto; /* add scrolling to content-div */ -} - -.ecm-layout-toggler { - background-color: #DDD; - } -.ecm-layout-toggler-open { - height: 48px !important; - width: 6px !important; -} -.ecm-layout-toggler-closed { - height: 48px !important; - width: 6px !important; -} -.ecm-layout-toggler .content { /* style the text we put INSIDE the togglers */ - color: #666; - font-size: 12px; - font-weight: bold; - width: 100%; - padding-bottom: 0.35ex; /* to 'vertically center' text inside text-span */ -} -#ecm-layout-west-resizer { - width: 6px !important; -} - -.ecm-layout-resizer { /* all 'resizer-bars' */ - background: #EEE; - border: 1px solid #BBB; - border-width: 0; - } - -.ecm-in-layout-center { - border-left: 1px !important; - border-right: 0px !important; - border-top: 0px !important; -} - -.ecm-in-layout-south { - border-left: 0px !important; - border-right: 0px !important; - border-bottom: 0px !important; - padding: 4px 0 4px 4px !important; -} - - - -/* ============================================================================== */ -/* Onglets */ -/* ============================================================================== */ - -div.tabBar { - background: #dcdcd3; - padding-top: 14px; - padding-left: 14px; - padding-right: 14px; - padding-bottom: 14px; - margin: 0px 0px 10px 0px; - border: 1px solid #999999; - border-top: 1px solid #999999; -} - -div.tabs { - top: 20px; - margin: 1px 0px 0px 0px; - padding: 0px 6px 0px 0px; - text-align: left; -} - -div.tabsAction { - margin: 20px 0em 1px 0em; - padding: 0em 0em; - text-align: right; -} - -a.tabTitle { - background: #436976; - border: 1px solid #8CACBB; - color: white; - font-weight: normal; - padding: 0px 6px; - margin: 0px 6px; - text-decoration: none; - white-space: nowrap; -} -a.tabTitle:hover { - background: #436976; - border: 1px solid #8CACBB; - color: white; - font-weight: normal; - padding: 0px 6px; - margin: 0px 6px; - text-decoration: none; - white-space: nowrap; -} - -a.tab:link { - background: white; - border: 1px solid #999999; - color: #436976; - padding: 0px 6px; - margin: 0em 0.2em; - text-decoration: none; - white-space: nowrap; -} -a.tab:visited { - background: white; - border: 1px solid #999999; - color: #436976; - padding: 0px 6px; - margin: 0em 0.2em; - text-decoration: none; - white-space: nowrap; -} -a.tab#active { - background: #dcdcd3; - border-bottom: #dcdcd3 1px solid; - padding: 0px 6px; - margin: 0em 0.2em; - text-decoration: none; -} -a.tab:hover { - background: #eeeecc; - padding: 0px 6px; - margin: 0em 0.2em; - text-decoration: none; -} - -a.tabimage { - color: #436976; - text-decoration: none; - white-space: nowrap; -} - -span.tabspan { - background: #dee7ec; - color: #436976; - font-family: ; - padding: 0px 6px; - margin: 0em 0.2em; - text-decoration: none; - white-space: nowrap; - -moz-border-radius-topleft:6px; - -moz-border-radius-topright:6px; - - border-: 1px solid #555555; - border-: 1px solid #D8D8D8; - border-top: 1px solid #D8D8D8; -} - - -/* ============================================================================== */ -/* Boutons actions */ -/* ============================================================================== */ - -a.butAction:link { font-family: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } -a.butAction:visited { font-family: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } -a.butAction:active { font-family: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } -a.butAction:hover { font-family: helvetica, verdana, arial, sans-serif; background: #eeeecc; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } - -.butActionRefused { font-family: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #AAAAAA; color: #AAAAAA !important; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none !important; white-space: nowrap; cursor: not-allowed; } - -a.butActionDelete:link { font-family: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } -a.butActionDelete:active { font-family: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } -a.butActionDelete:visited { font-family: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } -a.butActionDelete:hover { font-family: helvetica, verdana, arial, sans-serif; background: #FFe7ec; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } - -span.butAction, span.butActionDelete { - cursor: pointer; -} - - -/* ============================================================================== */ -/* Tables */ -/* ============================================================================== */ - -.nocellnopadd { -list-style-type:none; -margin:0px; -padding:0px; -} - -.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: 1px white; -} -table.border td { -border: 1px solid #6C7C8B; -padding: 1px 2px; -border-collapse: collapse; -} - -table.noborder { -border-collapse: collapse; -border: 0px; -} -table.noborder td { -border: 0px; -padding: 1px 2px; -} - -table.nobordernopadding { -border-collapse: collapse; -border: 0px; -} -table.nobordernopadding tr { -border: 0px; -padding: 0px 0px; -} -table.nobordernopadding td { -border: 0px; -padding: 0px 0px; -} - -table.liste { -border-collapse: collapse; -border: 0px; -width: 100%; -background: #ddddcc; -} - - -td.border { - border-top: 1px solid #000000; - border-right: 1px solid #000000; - border-bottom: 1px solid #000000; - border-left: 1px solid #000000; - } - -div.menus { - background: #eeeecc; - color: #bbbb88; - font-size: 0.95em; - border-top: 1px dashed #ccccb3; - border-right: 1px dashed #ccccb3; - border-bottom: 1px dashed #ccccb3; - border-left: 1px dashed #ccccb3; - } - - -a.leftmenu { - font-weight: bold; - color: #202020; - } - - - -div.leftmenu { - background: #ccccb3; - text-align: left; - border-right: 1px solid #000000; - border-bottom: 1px solid #000000; - margin: 1px 0em 0em 0em; - padding: 2px; - } - - - -/* - * Normal, warning, erreurs - */ -.ok { color: #114466; } -.warning { color: #777711; } -.error { color: #550000; } - -td.highlights { background: #f9c5c6; } - -div.ok { - color: #114466; -} - -div.warning { - color: #777711; - padding: 0.2em 0.2em 0.2em 0.2em; - border: 1px solid #ebebd4; - -moz-border-radius:6px; - background: #efefd4; -} - -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 #000000; -} - -div.info { - color: #777777; - padding: 0.2em 0.2em 0.2em 0.2em; - margin: 0.5em 0em 0.5em 0em; - border: 1px solid #ACACAB; -} - - -/* - * Liens Payes/Non payes - */ - -a.normal:link { font-weight: normal } -a.normal:visited { font-weight: normal } -a.normal:active { font-weight: normal } -a.normal:hover { font-weight: normal } - -a.impayee:link { font-weight: bold; color: #550000; } -a.impayee:visited { font-weight: bold; color: #550000; } -a.impayee:active { font-weight: bold; color: #550000; } -a.impayee:hover { font-weight: bold; color: #550000; } - - - - - -/* - * Other - */ - -.fieldrequired { font-weight: bold; color: #442200; } - -.photo { -border: 0px; -/* filter:alpha(opacity=55); */ -/* opacity:.55; */ -} - -div.titre { - font-family: helvetica, verdana, arial, sans-serif; - font-weight: normal; - color: #666633; - text-decoration: none; -} - - -/* - * Tableaux - */ - -input.liste_titre { - background: #BBBB88; - border: 0px; -} - -tr.liste_titre { - background: #BBBB88; - font-family: helvetica, verdana, arial, sans-serif; - border-bottom: 1px solid #000000; - white-space: nowrap; -} - -td.liste_titre { - background: #BBBB88; - font-family: helvetica, verdana, arial, sans-serif; - border-top: 1px solid #FFFFFF; - border-bottom: 1px solid #FFFFFF; - white-space: nowrap; -} - -.liste_titre_sel -{ - color: #fcfffc; - background: #BBBB88; - font-family: helvetica, verdana, arial, sans-serif; - border-top: 1px solid #FFFFFF; - border-bottom: 1px solid #FFFFFF; - white-space: nowrap; -} - -tr.liste_total td { - background: #F0F0F0; - white-space: nowrap; - font-weight: bold; - border-top: 1px solid #888888; -} - -th { - background: #BBBB88; - font-family: helvetica, verdana, arial, sans-serif; - border-left: 1px solid #FFFFFF; - border-right: 1px solid #FFFFFF; - border-top: 1px solid #FFFFFF; - border-bottom: 1px solid #FFFFFF; - white-space: nowrap; -} - -.pair { - background: #eeeecc; -} - -.impair { - background: #dcdcb3; -} - - -/* - * Boxes - */ - -.boxtable { --moz-box-shadow: 2px 4px 2px #AAA; --webkit-box-shadow: 2px 4px 2px #AAA; -box-shadow: 2px 4px 2px #AAA; -} - -.box { - padding-right: 4px; - padding-bottom: 4px; -} - -tr.box_titre { - background: #BBBB88; - border-top: 1px solid #FFFFFF; - border-bottom: 1px solid #FFFFFF; - font-family: Helvetica, Verdana; -} - -tr.box_pair { - background: #dcdcb3; -} - -tr.box_impair { - background: #eeeecc; - font-family: Helvetica, Verdana; -} - -tr.fiche { - font-family: Helvetica, Verdana; -} - - - -/* ============================================================================== */ -/* Formulaire confirmation (When Ajax JQuery is used) */ -/* ============================================================================== */ - -.ui-dialog-titlebar { -} -.ui-dialog-content { - font-size: 12px !important; -} - -/* ============================================================================== */ -/* Formulaire confirmation (When HTML is used) */ -/* ============================================================================== */ - -table.valid { - border-top: solid 1px #E6E6E6; - border-left: solid 1px #E6E6E6; - border-right: solid 1px #444444; - border-bottom: solid 1px #555555; - padding-top: 0px; - padding-left: 0px; - padding-right: 0px; - padding-bottom: 0px; - margin: 0px 0px; - background: pink; -} - -.validtitre { - background: #D5BAA8; - font-weight: bold; -} - - -/* ============================================================================== */ -/* Tooltips */ -/* ============================================================================== */ - -#tooltip { -position: absolute; -width: px; -border-top: solid 1px #BBBBBB; -border-: solid 1px #BBBBBB; -border-: solid 1px #444444; -border-bottom: solid 1px #444444; -padding: 2px; -z-index: 3000; -background-color: #FFFFF0; -opacity: 1; --moz-border-radius:6px; -} - - - -/* ============================================================================== */ -/* Calendar */ -/* ============================================================================== */ -.bodyline { - z-index: 3000; - -moz-border-radius:8px; - border: 1px #ECECE4 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 */ -.#ccc5b3,.tpHead,.tpHour td:Hover .tpHead{ - font-weight:bold; - background-color:#ccc5b3; - color:black; - font-size:11px; - cursor:auto; -} -/* Barre navigation */ -.dpButtons,.tpButtons { - text-align:center; - background-color:#dcdcb3;color:#000000; 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:#eeeecc;color:black;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:#222222; -vertical-align:middle; -cursor: pointer; -} - - - -/* ============================================================================== */ -/* Module agenda */ -/* ============================================================================== */ - -.cal_other_month { background: #DDDDDD; border: solid 1px #ACBCBB; padding-left: 2px; padding-right: 1px; padding-top: 0px; padding-bottom: 0px; } -.cal_past_month { background: #EEEEEE; border: solid 1px #ACBCBB; padding-left: 2px; padding-right: 1px; padding-top: 0px; padding-bottom: 0px; } -.cal_current_month { background: #FFFFFF; border: solid 1px #ACBCBB; padding-left: 2px; padding-right: 1px; padding-top: 0px; padding-bottom: 0px; } -.cal_today { background: #FFFFFF; border: solid 2px #6C7C7B; padding-left: 2px; padding-right: 1px; padding-top: 0px; padding-bottom: 0px; } -table.cal_event { border-collapse: collapse; margin-bottom: 1px; } -table.cal_event td { border: 0px; padding-left: 0px; padding-right: 2px; padding-top: 0px; padding-bottom: 0px; } */ -.cal_event a:link { color: #111111; font-size: 11px; font-weight: normal !important; } -.cal_event a:visited { color: #111111; font-size: 11px; font-weight: normal !important; } -.cal_event a:active { color: #111111; font-size: 11px; font-weight: normal !important; } -.cal_event a:hover { color: #111111; font-size: 11px; font-weight: normal !important; } - - -/* ============================================================================== */ -/* Afficher/cacher */ -/* ============================================================================== */ - -#evolForm input.error { - font-weight: bold; - border: solid 1px #FF0000; - padding: 1px 1px 1px 1px; - margin: 1px 1px 1px 1px; - } - -#evolForm input.focuserr { - font-weight: bold; - background: #FAF8E8; - color: black; - border: solid 1px #FF0000; - padding: 1px 1px 1px 1px; - margin: 1px 1px 1px 1px; - } - - -#evolForm input.focus { /*** Mise en avant des champs en cours d'utilisation ***/ - background: #FAF8E8; - color: black; - border: solid 1px #000000; - padding: 1px 1px 1px 1px; - margin: 1px 1px 1px 1px; - } - -#evolForm input.normal { /*** Retour a l'etat normal apres l'utilisation ***/ - background: white; - color: black; - border: solid 1px white; - padding: 1px 1px 1px 1px; - margin: 1px 1px 1px 1px; - } - - - -/* ============================================================================== */ -/* Ajax - Liste deroulante de l'autocompletion */ -/* ============================================================================== */ - -.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 0.9em; } -.ui-autocomplete-loading { background: white url() right center no-repeat; } - -/* ============================================================================== */ -/* Ajax - In place editor */ -/* ============================================================================== */ - -form.inplaceeditor-form { /* The form */ -} - -form.inplaceeditor-form input[type="text"] { /* Input box */ -} - -form.inplaceeditor-form textarea { /* Textarea, if multiple columns */ -background: #FAF8E8; -color: black; -} - -form.inplaceeditor-form input[type="submit"] { /* The submit button */ - font-size: 100%; - font-weight:normal; - border: 0px; - background-image : url(); - background-position : bottom; - cursor:pointer; -} - -form.inplaceeditor-form a { /* The cancel link */ - margin-left: 5px; - font-size: 11px; - font-weight:normal; - border: 0px; - background-image : url(); - background-position : bottom; - cursor:pointer; -} - - - -/* ============================================================================== */ -/* 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; - -} - - - -/* ============================================================================== */ -/* CSS for color picker */ -/* ============================================================================== */ - -A.color, A.color:active, A.color:visited { - position : relative; - display : block; - text-decoration : none; - width : 10px; - height : 10px; - line-height : 10px; - margin : 0px; - padding : 0px; - border : 1px inset white; -} -A.color:hover { - border : 1px outset white; -} -A.none, A.none:active, A.none:visited, A.none:hover { - position : relative; - display : block; - text-decoration : none; - width : 10px; - height : 10px; - line-height : 10px; - margin : 0px; - padding : 0px; - cursor : default; - border : 1px solid #ccc5b3; -} -.tblColor { - display : none; -} -.tdColor { - padding : 1px; -} -.tblContainer { - background-color : #DCDCB3; -} -.tblGlobal { - position : absolute; - top : 0px; - left : 0px; - display : none; - background-color : #DCDCB3; - border : 2px outset; -} -.tdContainer { - padding : 5px; -} -.tdDisplay { - width : 50%; - height : 20px; - line-height : 20px; - border : 1px outset white; -} -.tdDisplayTxt { - width : 50%; - height : 24px; - line-height : 12px; - font-family: helvetica, verdana, arial, sans-serif; - font-size : 8pt; - color : black; - text-align : center; -} -.btnColor { - width : 100%; - font-family: helvetica, verdana, arial, sans-serif; - font-size : 10pt; - padding : 0px; - margin : 0px; -} -.btnPalette { - width : 100%; - font-family: helvetica, verdana, arial, sans-serif; - font-size : 8pt; - padding : 0px; - margin : 0px; -} - - - -/* Style to overwrites JQuery styles */ -.ui-menu .ui-menu-item a { - text-decoration:none; - display:block; - padding:.2em .4em; - line-height:1.5; - zoom:1; - font-weight: normal; - font-family:; - font-size:1em; -} -.ui-widget { - font-family:; - font-size:px; -} -.ui-button { margin-left: -1px; } -.ui-button-icon-only .ui-button-text { height: 8px; } -.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: 2px 0px 6px 0px; } -.ui-button-text -{ - line-height: 1em !important; -} -.ui-autocomplete-input { margin: 0; padding: 1px; } - - -/* ============================================================================== */ -/* CKEditor */ -/* ============================================================================== */ - -.cke_editor table, .cke_editor tr, .cke_editor td -{ - border: 0px solid #FF0000 !important; -} -span.cke_skin_kama { padding: 0 ! important; } - -a.cke_dialog_ui_button -{ - font-family: !important; - background-image: url() !important; - background-position: bottom !important; - border: 1px solid #ACBCBB !important; - padding: 0.1em 0.7em !important; - margin: 0em 0.5em !important; - -moz-border-radius:0px 5px 0px 5px !important; - -webkit-border-radius:0px 5px 0px 5px !important; - border-radius:0px 5px 0px 5px !important; - -moz-box-shadow: 4px 4px 4px #CCC !important; - -webkit-box-shadow: 4px 4px 4px #CCC !important; - box-shadow: 4px 4px 4px #CCC !important; -} - - -/* ============================================================================== */ -/* File upload */ -/* ============================================================================== */ - -.template-upload { - height: 72px !important; -} - -close(); -?> \ No newline at end of file diff --git a/htdocs/theme/yellow/thumb.png b/htdocs/theme/yellow/thumb.png deleted file mode 100644 index f82cc5c65ee..00000000000 Binary files a/htdocs/theme/yellow/thumb.png and /dev/null differ diff --git a/htdocs/theme/yellow/tpl/README b/htdocs/theme/yellow/tpl/README deleted file mode 100644 index d3bc4b4679f..00000000000 --- a/htdocs/theme/yellow/tpl/README +++ /dev/null @@ -1,3 +0,0 @@ -README (english) - -This directory is used to store custom templates. (system core and modules) \ No newline at end of file diff --git a/htdocs/theme/yellow/tpl/index.php b/htdocs/theme/yellow/tpl/index.php deleted file mode 100644 index 7db0dd9ebf9..00000000000 --- a/htdocs/theme/yellow/tpl/index.php +++ /dev/null @@ -1 +0,0 @@ -Url not available \ No newline at end of file