diff --git a/htdocs/theme/freelug/fckeditor/fck_editor.css b/htdocs/theme/freelug/fckeditor/fck_editor.css index 801a5314857..eeca4e9c83e 100644 --- a/htdocs/theme/freelug/fckeditor/fck_editor.css +++ b/htdocs/theme/freelug/fckeditor/fck_editor.css @@ -52,7 +52,6 @@ body .TB_ToolbarSet { - padding: 1px; border-top: #efefde 1px outset; border-bottom: #efefde 1px outset; } @@ -71,7 +70,7 @@ body .TB_Separator { width: 1px; - height: 21px; + height: 18px; margin: 2px; background-color: #C6C3BD; } @@ -83,7 +82,7 @@ body margin-right: 2px; width: 3px; background-repeat: no-repeat; - height: 27px; + height: 20px; background-position: center center; } @@ -123,7 +122,7 @@ body .TB_Break { - height: 27px; + height: 24px; } /* @@ -184,9 +183,7 @@ body overflow: hidden; width: 16px; height: 16px; - margin: 3px; - margin-top: 4px; - margin-bottom: 2px; + margin: 2px; background-repeat: no-repeat; } @@ -197,7 +194,7 @@ body .TB_Button_Off_Over TABLE .TB_Button_Image, .TB_Button_Disabled TABLE .TB_Button_Image { - margin-top: 3px; + margin-top: 2px; } .TB_Button_Image img diff --git a/htdocs/theme/freelug/fckeditor/fckconfig.js b/htdocs/theme/freelug/fckeditor/fckconfig.js index 3c6391ee33d..5f5102c6b91 100644 --- a/htdocs/theme/freelug/fckeditor/fckconfig.js +++ b/htdocs/theme/freelug/fckeditor/fckconfig.js @@ -77,36 +77,35 @@ FCKConfig.FloatingPanelsZIndex = 10000 ; FCKConfig.ToolbarLocation = 'In' ; FCKConfig.ToolbarSets["dolibarr_mailings"] = [ - ['FitWindow','Source','DocProps'], + ['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',], + ['OrderedList','UnorderedList','-','Outdent','Indent'], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], - ['Link','Unlink','Anchor','Image','Flash','Table','Rule','Smiley','SpecialChar','UniversalKey'], + ['Link','Unlink','Anchor','Image','Table','Rule','Smiley','SpecialChar','UniversalKey'], ['FontName','FontSize'] ] ; FCKConfig.ToolbarSets["dolibarr_notes"] = [ - ['FitWindow','Source','DocProps'], + ['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',], + ['OrderedList','UnorderedList','-','Outdent','Indent'], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], - ['Link','Unlink','Anchor','Image','Flash','Table','Rule','Smiley','SpecialChar','UniversalKey'], + ['Link','Unlink','Anchor','Image','Table','Rule','SpecialChar','UniversalKey'], ['FontName','FontSize'] ] ; FCKConfig.ToolbarSets["dolibarr_details"] = [ - ['FitWindow','Source','DocProps'], - ['Cut','Copy','Paste','PasteText','PasteWord','-','SpellCheck','-','Preview','Print'], - ['Undo','Redo','-','Find','Replace','-','SelectAll'], + ['FitWindow','Source'], + ['Cut','Copy','Paste','-','Preview'], + ['Undo','Redo'], ['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript','-','TextColor','BGColor','-','RemoveFormat'], - ['OrderedList','UnorderedList','-','Outdent','Indent',], + ['OrderedList','UnorderedList','-','Outdent','Indent'], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], - ['Link','Unlink','Anchor'], - ['Smiley','SpecialChar','UniversalKey'], + ['SpecialChar','UniversalKey'], ['FontName','FontSize'] ] ; @@ -165,8 +164,8 @@ FCKConfig.FlashDlgHideAdvanced = false ; // 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 = 'asp' ; // asp | aspx | cfm | lasso | perl | php | py -var _QuickUploadLanguage = 'asp' ; // asp | aspx | cfm | lasso | php +var _FileBrowserLanguage = 'php' ; // asp | aspx | cfm | lasso | perl | php | py +var _QuickUploadLanguage = 'php' ; // asp | aspx | cfm | lasso | php // Don't care about the following line. It just calculates the correct connector // extension to use for the default File Browser (Perl uses "cgi"). diff --git a/htdocs/theme/freelug/img/background.png b/htdocs/theme/freelug/img/background.png index d715e276541..a42b37a7d8f 100644 Binary files a/htdocs/theme/freelug/img/background.png and b/htdocs/theme/freelug/img/background.png differ