2
0
forked from Wavyzz/dolibarr

New: CkEditor add possibility to choose skin

This commit is contained in:
aspangaro
2015-08-23 15:39:55 +02:00
parent 15ab9c0ecd
commit a6701aeb69
4 changed files with 171 additions and 7 deletions

View File

@@ -74,6 +74,7 @@ class modFckeditor extends DolibarrModules
$this->const[3] = array("FCKEDITOR_ENABLE_DETAILS","yesno","1","WYSIWIG for products details lines for all entities");
$this->const[4] = array("FCKEDITOR_ENABLE_USERSIGN","yesno","1","WYSIWIG for user signature");
$this->const[5] = array("FCKEDITOR_ENABLE_MAIL","yesno","1","WYSIWIG for products details lines for all entities");
$this->const[6] = array("FCKEDITOR_SKIN","string","moono","Skin by default for fckeditor");
// Boites
$this->boxes = array();