Removed old theme with no maintener.
@ -26,10 +26,10 @@ ALTER TABLE llx_accountingaccount MODIFY COLUMN fk_pcg_version varchar(32);
|
||||
|
||||
UPDATE llx_const SET name = __ENCRYPT('ACCOUNTING_EXPORT_PREFIX_SPEC')__ WHERE __DECRYPT('name')__ = 'EXPORT_PREFIX_SPEC';
|
||||
|
||||
UPDATE llx_const set MAIN_THEME = __ENCRYPT('eldy')__ WHERE __DECRYPT('MAIN_THEME')__ = 'auguria';
|
||||
UPDATE llx_const set MAIN_THEME = __ENCRYPT('eldy')__ WHERE __DECRYPT('MAIN_THEME')__ = 'bureau2crea';
|
||||
UPDATE llx_const set MAIN_THEME = __ENCRYPT('eldy')__ WHERE __DECRYPT('MAIN_THEME')__ = 'amarok';
|
||||
UPDATE llx_const set MAIN_THEME = __ENCRYPT('eldy')__ WHERE __DECRYPT('MAIN_THEME')__ = 'cameleo';
|
||||
UPDATE llx_const set value = __ENCRYPT('eldy')__ WHERE __DECRYPT('value')__ = 'auguria';
|
||||
UPDATE llx_const set value = __ENCRYPT('eldy')__ WHERE __DECRYPT('value')__ = 'bureau2crea';
|
||||
UPDATE llx_const set value = __ENCRYPT('eldy')__ WHERE __DECRYPT('value')__ = 'amarok';
|
||||
UPDATE llx_const set value = __ENCRYPT('eldy')__ WHERE __DECRYPT('value')__ = 'cameleo';
|
||||
|
||||
ALTER TABLE llx_accountingaccount RENAME TO llx_accounting_account;
|
||||
|
||||
|
||||
@ -1,2 +0,0 @@
|
||||
2012 Nicolas Péré <nicolas@amarok2.net>
|
||||
2012 Xavier Peyronnet <xavier.peyronnet@free.fr>
|
||||
@ -1,92 +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=' '; // Must no be empty
|
||||
|
||||
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']
|
||||
];
|
||||
|
||||
// Used for mailing fields
|
||||
config.toolbar_dolibarr_mailings =
|
||||
[
|
||||
['Source','Maximize'],
|
||||
['Cut','Copy','Paste','-','SpellChecker'],
|
||||
['Undo','Redo','-','Find','Replace'],
|
||||
['Format','Font','FontSize'],
|
||||
['Bold','Italic','Underline','Strike','Subscript','Superscript','-','TextColor','RemoveFormat'],
|
||||
['NumberedList','BulletedList','Outdent','Indent','CreateDiv'],
|
||||
['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
|
||||
['Link','Unlink','Anchor','Image','Table','HorizontalRule','SpecialChar']
|
||||
];
|
||||
|
||||
// Used for notes fields
|
||||
config.toolbar_dolibarr_notes =
|
||||
[
|
||||
['Source','Maximize'],
|
||||
['Cut','Copy','Paste','-','SpellChecker'],
|
||||
['Undo','Redo','-','Find','Replace'],
|
||||
['Format','Font','FontSize'],
|
||||
['Bold','Italic','Underline','Strike','Subscript','Superscript','-','TextColor','RemoveFormat'],
|
||||
['NumberedList','BulletedList','Outdent','Indent'],
|
||||
['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
|
||||
['Link','Unlink','Image','Table','HorizontalRule','SpecialChar']
|
||||
];
|
||||
|
||||
// Used for details lines
|
||||
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'],
|
||||
['Link','Unlink','SpecialChar']
|
||||
];
|
||||
|
||||
// Used for mailing fields
|
||||
config.toolbar_dolibarr_readonly =
|
||||
[
|
||||
['Source','Maximize'],
|
||||
['Find']
|
||||
];
|
||||
};
|
||||
@ -1,30 +0,0 @@
|
||||
<?PHP
|
||||
/* Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
* Copyright (C) 2004-2007 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
*
|
||||
* 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 3 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 <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/**
|
||||
* \file htdocs/theme/amarok/graph-color.php
|
||||
* \brief File to declare colors to use to build graphics with theme Amarok
|
||||
* \ingroup core
|
||||
*/
|
||||
|
||||
global $theme_bordercolor, $theme_datacolor, $theme_bgcolor, $theme_bgcoloronglet;
|
||||
$theme_bordercolor = array(235,235,224);
|
||||
$theme_datacolor = array(array(190,190,220), array(200,160,180), array(125,135,150), array(170,140,190), array(190,190,170));
|
||||
$theme_bgcolor = array(hexdec('F4'),hexdec('F4'),hexdec('F4'));
|
||||
$theme_bgcoloronglet = array(hexdec('DE'),hexdec('E7'),hexdec('EC'));
|
||||
|
||||
|
Before Width: | Height: | Size: 117 B |
|
Before Width: | Height: | Size: 117 B |
|
Before Width: | Height: | Size: 123 B |
|
Before Width: | Height: | Size: 126 B |
|
Before Width: | Height: | Size: 118 B |
|
Before Width: | Height: | Size: 119 B |
|
Before Width: | Height: | Size: 118 B |
|
Before Width: | Height: | Size: 114 B |
|
Before Width: | Height: | Size: 125 B |
|
Before Width: | Height: | Size: 341 B |
|
Before Width: | Height: | Size: 6.5 KiB |
|
Before Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 422 B |
|
Before Width: | Height: | Size: 506 B |
|
Before Width: | Height: | Size: 476 B |
|
Before Width: | Height: | Size: 501 B |
|
Before Width: | Height: | Size: 301 B |
|
Before Width: | Height: | Size: 301 B |
|
Before Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 424 B |
|
Before Width: | Height: | Size: 686 B |
|
Before Width: | Height: | Size: 490 B |
|
Before Width: | Height: | Size: 524 B |
|
Before Width: | Height: | Size: 461 B |
|
Before Width: | Height: | Size: 219 B |
|
Before Width: | Height: | Size: 490 B |
|
Before Width: | Height: | Size: 610 B |
|
Before Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 432 B |
|
Before Width: | Height: | Size: 552 B |
|
Before Width: | Height: | Size: 470 B |
|
Before Width: | Height: | Size: 477 B |
|
Before Width: | Height: | Size: 350 B |
|
Before Width: | Height: | Size: 90 B |
|
Before Width: | Height: | Size: 90 B |
|
Before Width: | Height: | Size: 618 B |
|
Before Width: | Height: | Size: 543 B |
|
Before Width: | Height: | Size: 610 B |
|
Before Width: | Height: | Size: 509 B |
|
Before Width: | Height: | Size: 82 B |
|
Before Width: | Height: | Size: 665 B |
|
Before Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 54 B |
|
Before Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 451 B |
|
Before Width: | Height: | Size: 382 B |
|
Before Width: | Height: | Size: 170 B |
|
Before Width: | Height: | Size: 506 B |
|
Before Width: | Height: | Size: 675 B |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 167 B |
|
Before Width: | Height: | Size: 555 B |
|
Before Width: | Height: | Size: 437 B |
|
Before Width: | Height: | Size: 525 B |
|
Before Width: | Height: | Size: 440 B |
|
Before Width: | Height: | Size: 414 B |
|
Before Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 423 B |
|
Before Width: | Height: | Size: 516 B |
|
Before Width: | Height: | Size: 528 B |
|
Before Width: | Height: | Size: 477 B |
|
Before Width: | Height: | Size: 350 B |
|
Before Width: | Height: | Size: 712 B |
|
Before Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 515 B |
|
Before Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 521 B |
|
Before Width: | Height: | Size: 433 B |
|
Before Width: | Height: | Size: 395 B |
|
Before Width: | Height: | Size: 421 B |
|
Before Width: | Height: | Size: 522 B |
|
Before Width: | Height: | Size: 729 B |
|
Before Width: | Height: | Size: 822 B |
|
Before Width: | Height: | Size: 666 B |
|
Before Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 771 B |
|
Before Width: | Height: | Size: 442 B |
|
Before Width: | Height: | Size: 555 B |
|
Before Width: | Height: | Size: 547 B |
|
Before Width: | Height: | Size: 540 B |
|
Before Width: | Height: | Size: 579 B |
|
Before Width: | Height: | Size: 743 B |
|
Before Width: | Height: | Size: 514 B |
|
Before Width: | Height: | Size: 392 B |
|
Before Width: | Height: | Size: 408 B |
|
Before Width: | Height: | Size: 408 B |
|
Before Width: | Height: | Size: 425 B |
|
Before Width: | Height: | Size: 600 B |
|
Before Width: | Height: | Size: 734 B |
|
Before Width: | Height: | Size: 523 B |
|
Before Width: | Height: | Size: 488 B |
|
Before Width: | Height: | Size: 432 B |
|
Before Width: | Height: | Size: 199 B |