skala
Juan Carlos Raña 14 years ago
parent dc7c2d56f8
commit af5debb2ec
  1. 7
      main/css/academica/default.css
  2. 7
      main/css/baby_orange/default.css
  3. 7
      main/css/blue_lagoon/default.css
  4. 10
      main/css/chamilo/default.css
  5. 7
      main/css/chamilo_electric_blue/default.css
  6. 7
      main/css/chamilo_green/default.css
  7. 7
      main/css/chamilo_orange/default.css
  8. 7
      main/css/chamilo_red/default.css
  9. 8193
      main/css/cool_blue/default.css
  10. 7
      main/css/corporate/default.css
  11. 7
      main/css/cosmic_campus/default.css
  12. 7
      main/css/delicious_bordeaux/default.css
  13. 8269
      main/css/dokeos_blue/default.css
  14. 6
      main/css/dokeos_classic/default.css
  15. 7
      main/css/dokeos_classic_2D/default.css
  16. 8151
      main/css/empire_green/default.css
  17. 8151
      main/css/fruity_orange/default.css
  18. 9
      main/css/medical/default.css
  19. 7
      main/css/public_admin/default.css
  20. 8145
      main/css/royal_purple/default.css
  21. 7
      main/css/silver_line/default.css
  22. 8455
      main/css/sober_brown/default.css
  23. 8149
      main/css/steel_grey/default.css
  24. 8155
      main/css/tasty_olive/default.css
  25. BIN
      main/inc/lib/fckeditor/editor/plugins/Abbr/Abbr.gif
  26. 141
      main/inc/lib/fckeditor/editor/plugins/Abbr/fck_abbr.html
  27. 108
      main/inc/lib/fckeditor/editor/plugins/Abbr/fckplugin.js
  28. 8
      main/inc/lib/fckeditor/editor/plugins/Abbr/index.html
  29. 22
      main/inc/lib/fckeditor/editor/plugins/Abbr/lang/en.js
  30. 22
      main/inc/lib/fckeditor/editor/plugins/Abbr/lang/es.js
  31. 22
      main/inc/lib/fckeditor/editor/plugins/Abbr/lang/fr.js
  32. 8
      main/inc/lib/fckeditor/editor/plugins/Abbr/lang/index.html
  33. 4
      main/inc/lib/fckeditor/myconfig.php
  34. 2
      main/inc/lib/fckeditor/toolbars/extended/documents.php
  35. 2
      main/inc/lib/fckeditor/toolbars/extended/forum.php
  36. 4
      main/inc/lib/fckeditor/toolbars/extended/project.php
  37. 2
      main/inc/lib/fckeditor/toolbars/extended/project_comment.php
  38. 6
      main/inc/lib/fckeditor/toolbars/extended/test_answer_feedback.php
  39. 2
      main/inc/lib/fckeditor/toolbars/extended/wiki.php

@ -3608,4 +3608,11 @@ span.form_required {
}
.online_grid_element_1, .online_grid_element_2 {
font-size:10px;
}
/* tips Abbr-plugin for FCKeditor */
abbr {
border-bottom: 1px dotted rgb(102, 102, 102);
background-color:#F00;
cursor: help;
}

@ -3537,4 +3537,11 @@ span.form_required {
}
.online_grid_element_1, .online_grid_element_2 {
font-size:10px;
}
/* tips Abbr-plugin for FCKeditor */
abbr {
border-bottom: 1px dotted rgb(102, 102, 102);
background-color:#F00;
cursor: help;
}

@ -4223,4 +4223,11 @@ span.form_required {
}
.online_grid_element_1, .online_grid_element_2 {
font-size:10px;
}
/* tips Abbr-plugin for FCKeditor */
abbr {
border-bottom: 1px dotted rgb(102, 102, 102);
background-color:#F00;
cursor: help;
}

@ -18,6 +18,8 @@ body {
background-color: #fff;
height: 100%; /* stick */
}
/* Sticky footer*/
#wrapper {
min-height: 100%;
@ -59,6 +61,7 @@ body {
}
/*
Side-Menu Slider (JQuery) see banner.inc.php
*/
@ -4468,4 +4471,11 @@ span.form_required {
.progresstext {
text-align:center;
}
/* tips Abbr-plugin for FCKeditor */
abbr {
border-bottom: 1px dotted rgb(102, 102, 102);
background-color:#F00;
cursor: help;
}

@ -4597,3 +4597,10 @@ span.form_required {
.progresstext {
text-align:center;
}
/* tips Abbr-plugin for FCKeditor */
abbr {
border-bottom: 1px dotted rgb(102, 102, 102);
background-color:#F00;
cursor: help;
}

@ -4604,3 +4604,10 @@ span.form_required {
.progresstext {
text-align:center;
}
/* tips Abbr-plugin for FCKeditor */
abbr {
border-bottom: 1px dotted rgb(102, 102, 102);
background-color:#F00;
cursor: help;
}

@ -4573,4 +4573,11 @@ span.form_required {
}
.progresstext {
text-align:center;
}
/* tips Abbr-plugin for FCKeditor */
abbr {
border-bottom: 1px dotted rgb(102, 102, 102);
background-color:#F00;
cursor: help;
}

@ -4587,4 +4587,11 @@ span.form_required {
.progresstext {
text-align:center;
}
/* tips Abbr-plugin for FCKeditor */
abbr {
border-bottom: 1px dotted rgb(102, 102, 102);
background-color:#F00;
cursor: help;
}

File diff suppressed because it is too large Load Diff

@ -3558,3 +3558,10 @@ span.form_required {
.online_grid_element_1, .online_grid_element_2 {
font-size:10px;
}
/* tips Abbr-plugin for FCKeditor */
abbr {
border-bottom: 1px dotted rgb(102, 102, 102);
background-color:#F00;
cursor: help;
}

@ -3623,3 +3623,10 @@ span.form_required {
.online_grid_element_1, .online_grid_element_2 {
font-size:10px;
}
/* tips Abbr-plugin for FCKeditor */
abbr {
border-bottom: 1px dotted rgb(102, 102, 102);
background-color:#F00;
cursor: help;
}

@ -4083,3 +4083,10 @@ span.form_required {
.online_grid_element_1, .online_grid_element_2 {
font-size:10px;
}
/* tips Abbr-plugin for FCKeditor */
abbr {
border-bottom: 1px dotted rgb(102, 102, 102);
background-color:#F00;
cursor: help;
}

File diff suppressed because it is too large Load Diff

@ -4344,3 +4344,9 @@ span.form_required {
font-size:10px;
}
/* tips Abbr-plugin for FCKeditor */
abbr {
border-bottom: 1px dotted rgb(102, 102, 102);
background-color:#F00;
cursor: help;
}

@ -4351,3 +4351,10 @@ span.form_required {
.online_grid_element_1, .online_grid_element_2 {
font-size:10px;
}
/* tips Abbr-plugin for FCKeditor */
abbr {
border-bottom: 1px dotted rgb(102, 102, 102);
background-color:#F00;
cursor: help;
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -4504,4 +4504,11 @@ span.form_required {
.decrease_font:hover {
border: 1px solid black;
cursor: pointer;
}
}
/* tips Abbr-plugin for FCKeditor */
abbr {
border-bottom: 1px dotted rgb(102, 102, 102);
background-color:#F00;
cursor: help;
}

@ -4274,3 +4274,10 @@ span.form_required {
.online_grid_element_1, .online_grid_element_2 {
font-size:10px;
}
/* tips Abbr-plugin for FCKeditor */
abbr {
border-bottom: 1px dotted rgb(102, 102, 102);
background-color:#F00;
cursor: help;
}

File diff suppressed because it is too large Load Diff

@ -4007,3 +4007,10 @@ span.form_required {
.online_grid_element_1, .online_grid_element_2 {
font-size:10px;
}
/* tips Abbr-plugin for FCKeditor */
abbr {
border-bottom: 1px dotted rgb(102, 102, 102);
background-color:#F00;
cursor: help;
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 B

@ -0,0 +1,141 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_abbr.html
* Plugin to insert abbr-title TAGs which let a text-info pop up while mousecursor moves over this text.
*
* File Authors:
* SNOOPY-0815
* [based upon plugin infopup by Thomas Goerldt]
* further developed by:
* kwillems (kwillems-at-zonnet.nl 02-14-2007)
-->
<html>
<head>
<title>Abbr</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta content="noindex, nofollow" name="robots">
<script language="javascript">
var oEditor = window.parent.InnerDialogLoaded() ;
var FCKLang = oEditor.FCKLang ;
var FCKAbbr = oEditor.FCKAbbr ;
window.onload = function () {
// First of all, translate the dialog box texts
oEditor.FCKLanguageManager.TranslatePage( document );
var oLink = getoLink();
var oSelection = checkSelection ();
// display an alert-message when no selection is made if we want to make a abbr
// and also the cursor is not placed in a abbr
if(oSelection == '' && !oLink) {
document.getElementById('message').style.display = 'block';
}
// the cursor is placed in a abbr, so we have one!
// we want to display the inputfield and the checknbox to remove the abbr
else if (oLink) {
document.getElementById('inputfield').style.display = 'block';
document.getElementById('checkbox').style.display = 'block';
oEditor.FCK.Selection.SelectNode( oLink );
document.getElementById("infotext").value = oLink.title;
document.getElementById('infotext').focus();
}
// we want to insert a abbr
else {
document.getElementById('inputfield').style.display = 'block';
}
// Show the "Ok" button?
if(oSelection != '' || oLink) {
window.parent.SetOkButton( true ) ;
document.getElementById('infotext').focus();
}
}
function Ok() {
if(document.getElementById("remove") && document.getElementById("remove").checked && oLink) { // remove ABBR
if( oEditor.FCKBrowserInfo.IsIE) { // IE-only
oLink.removeNode(false);
}
else { // Gecko
var e = oEditor.FCK.EditorDocument.createElement( 'SPAN' );
for ( var i = 0 ; i < oLink.childNodes.length ; i++ ) {
e.appendChild( oLink.childNodes[i].cloneNode(true) );
}
oEditor.FCK.InsertHtml( e.innerHTML ) ;
}
}
else {
if (oLink && document.getElementById("infotext").value != '') { // if abbr already exists, insert or replace title
oLink.title=document.getElementById("infotext").value;
}
else if(oLink && oLink.title && document.getElementById("infotext").value == '') { // title should me removed
oLink.removeAttribute('title');
}
else { // otherwise, make a new abbr, with or without title
FCKAbbr.Insert(document.getElementById("infotext").value);
}
}
return true;
}
function checkSelection () {
if (document.selection) { // IE
oSelection = oEditor.FCK.EditorDocument.selection.createRange().text;
}
else if (window.getSelection) { // Mozilla, Safari (ok, I know: Safari ain't supported yet!
oSelection = oEditor.FCK.EditorWindow.getSelection();
}
else if (document.getSelection) {
oSelection = oEditor.FCK.EditorDocument.getSelection(); // Mozilla, Netscape, Opera
}
return oSelection;
}
function getoLink () {
if( oEditor.FCKBrowserInfo.IsIE) {
oLink = oEditor.FCK.Selection.MoveToAncestorNode( 'abbr' ); // lower-case!!!!!!! I don't know why, but it's working!!!
}
else {
oLink = oEditor.FCK.Selection.MoveToAncestorNode( 'ABBR' );
}
return oLink;
}
</script>
<style type="text/css">
#message, #inputfield, #checkbox { display: none; }
abbr { border-bottom: 1px dotted rgb(102, 102, 102); background-color:#F00; cursor: help; }
</style>
</head>
<body scroll="no" style="OVERFLOW: hidden">
<table height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td>
<table cellSpacing="0" cellPadding="0" align="center" border="0">
<tr>
<td><span style="font-family:Verdana, Arial, sans-serif;font-size:9px; color:#444;"></span>
<span id="message" fckLang="AbbrDlgSelectFirst">select</span>
<div id="inputfield"><span fckLang="AbbrDlgName">Info-Text</span><br>&nbsp;&nbsp;&nbsp;<span fckLang="AbbrDlgTxt">Info-Text2</span><br><br><textarea style="width:300px;height:50px;" name="infotext" id="infotext"></textarea><br><br></div>
<div id="checkbox"><input id="remove" type="checkbox">&nbsp;&nbsp;&nbsp;<label for="remove"><span fckLang="AbbrDlgRemove">Remove abbreviation:</span></label></div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>

@ -0,0 +1,108 @@
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fckplugin.js
*
*/
FCKCommands.RegisterCommand('Abbr', new FCKDialogCommand( 'Abbr', FCKLang.AbbrDlgTitle, FCKPlugins.Items['Abbr'].Path + 'fck_abbr.html', 350, 300 ) ) ;
// Create the "Abbr" toolbar button.
var oAbbrItem = new FCKToolbarButton( 'Abbr', FCKLang.AbbrBtn ) ;
oAbbrItem.IconPath = FCKPlugins.Items['Abbr'].Path + 'Abbr.gif' ;
FCKToolbarItems.RegisterItem( 'Abbr', oAbbrItem ) ;
// The object used for all Abbr operations.
var FCKAbbr = new Object() ;
// Insert a new Abbr
FCKAbbr.Insert = function(val) {
var hrefStartHtml = (val == '') ? '<abbr>' : '<abbr title="'+val+'">';
var hrefEndHtml = '</abbr>';
mySelection = ( FCKBrowserInfo.IsIE) ? FCKSelection.GetSelectedHTML() : removeBR(FCKSelection.GetSelectedHTML());
hrefHtml = hrefStartHtml+mySelection+hrefEndHtml;
//////////////////////////////////////////////////////
// choose one of these two lines; in fckeditor 2.5 both lines can be skipped!!!
//
// hrefHtml = FCK.ProtectTags( hrefHtml ) ; // needed because in fckeditor 2.4 protected tags only works with SetHTML
hrefHtml = ProtectTags( hrefHtml ) ; // needed because IE doesn't support <abbr> and it breaks it.
/////////////////////////////////////////////////////
FCK.InsertHtml(hrefHtml);
}
FCKSelection.GetSelectedHTML = function() { // see http://www.quirksmode.org/js/selected.html for other browsers
if( FCKBrowserInfo.IsIE) { // IE
var oRange = FCK.EditorDocument.selection.createRange() ;
//if an object like a table is deleted, the call to GetType before getting again a range returns Control
switch ( this.GetType() ) {
case 'Control' :
return oRange.item(0).outerHTML;
case 'None' :
return '' ;
default :
return oRange.htmlText ;
}
}
else if ( FCKBrowserInfo.IsGecko ) { // Mozilla, Safari
var oSelection = FCK.EditorWindow.getSelection();
//Gecko doesn't provide a function to get the innerHTML of a selection,
//so we must clone the selection to a temporary element and check that innerHTML
var e = FCK.EditorDocument.createElement( 'DIV' );
for ( var i = 0 ; i < oSelection.rangeCount ; i++ ) {
e.appendChild( oSelection.getRangeAt(i).cloneContents() );
}
return e.innerHTML;
}
}
function removeBR(input) { /* Used with Gecko */
var output = "";
for (var i = 0; i < input.length; i++) {
if ((input.charCodeAt(i) == 13) && (input.charCodeAt(i + 1) == 10)) {
i++;
output += " ";
}
else {
output += input.charAt(i);
}
}
return output;
}
function ProtectTags ( html ) { // copied from _source/internals/fck.js in fckeditor 2.4
// IE doesn't support <abbr> and it breaks it. Let's protect it.
if ( FCKBrowserInfo.IsIE ) {
var sTags = 'ABBR' ;
var oRegex = new RegExp( '<(' + sTags + ')([ \>])', 'gi' ) ;
html = html.replace( oRegex, '<FCK:$1$2' ) ;
oRegex = new RegExp( '<\/(' + sTags + ')>', 'gi' ) ;
html = html.replace( oRegex, '<\/FCK:$1>' ) ;
}
return html ;
}
// put it into the contextmenu (optional)
FCK.ContextMenu.RegisterListener( {
AddItems : function( menu, tag, tagName ) {
// when the option is displayed, show a separator then the command
menu.AddSeparator() ;
// the command needs the registered command name, the title for the context menu, and the icon path
menu.AddItem( 'Abbr', FCKLang.Abbr, oAbbrItem.IconPath ) ;
}
}
);

@ -0,0 +1,8 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
</head>
<body>
<br />
</body>
</html>

@ -0,0 +1,22 @@
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: en.js
* Abbr English language file.
* Changes for Chamilo corrections
*
*/
FCKLang.Abbr = 'Corrections' ;
FCKLang.AbbrBtn = 'Insert/Remove corrections' ;
FCKLang.AbbrDlgTitle = 'Insert/Remove corrections' ;
FCKLang.AbbrDlgName = 'Please insert a comment:' ;
FCKLang.AbbrDlgTxt = 'Correction gets visible while mouseover with cursor [<abbr title="This word is a mispelling">This is the correction appearance</abbr>]';
FCKLang.AbbrDlgRemove = 'Remove correction';
FCKLang.AbbrDlgSelectFirst = 'You have to select text first!';

@ -0,0 +1,22 @@
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: es.js
* Abbr Spanish language file.
* Changes for Chamilo corrections
*
*/
FCKLang.Abbr = 'Correcciones' ;
FCKLang.AbbrBtn = 'Insertar/eliminar correcciones' ;
FCKLang.AbbrDlgTitle = 'Insertar/eliminar correcciones' ;
FCKLang.AbbrDlgName = 'Escriba su comentario:' ;
FCKLang.AbbrDlgTxt = 'Las correcciones serán visibles cuando el alumno pase sobre ellas con el cursor del ratón [<abbr title="En esta palabra hay una falta de ortografía">Así se mostrará su correción</abbr>]';
FCKLang.AbbrDlgRemove = 'Eliminar la corrección';
FCKLang.AbbrDlgSelectFirst = 'Primero tiene que seleccionar un texto';

@ -0,0 +1,22 @@
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fr.js
* Abbr French language file.
* Changes for Chamilo corrections
*
*/
FCKLang.Abbr = 'Corrections' ;
FCKLang.AbbrBtn = 'Insère / supprimer des corrections';
FCKLang.AbbrDlgTitle = 'Insère / supprimer des corrections' ;
FCKLang.AbbrDlgName = 'Écrire votre commentaire:' ;
FCKLang.AbbrDlgTxt = 'Les corrections seront visible au survol de la souris [<abbr title="Dans ce mot il a une faute d\'orthographe">C\'est le aspect de votre correction</abbr>]';
FCKLang.AbbrDlgRemove = 'Enlève la correction';
FCKLang.AbbrDlgSelectFirst = 'Vous devez d\'abord sélectionner du texte!';

@ -0,0 +1,8 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
</head>
<body>
<br />
</body>
</html>

@ -266,6 +266,10 @@ if ((api_get_setting('enabled_insertHtml') == 'true')) {
$config['insertHtml_dialogHeight'] = 475;
}
// Abbr : Insert, change or delete Abbr-Title-TAG
$config['LoadPlugin'][] = 'Abbr';
/*
* File manager.
*/

@ -25,6 +25,7 @@ $config['ToolbarSets']['Normal'] = array(
array('Link','Image','flvPlayer','Flash','MP3','TableOC','mimetex','asciimath','asciisvg'),
array('UnorderedList','OrderedList','Rule'),
array('JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'),
array('Abbr'),
array('FontFormat','FontName','FontSize','Bold','Italic','Underline','TextColor','BGColor','Source'),
array('FitWindow')
);
@ -42,6 +43,7 @@ $config['ToolbarSets']['Maximized'] = array(
array('UnorderedList','OrderedList','Rule','-','Outdent','Indent','Blockquote'),
array('JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'),
array('Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript','-','TextColor','BGColor'),
array('Abbr'),
array($VSpellCheck),
array('Style','FontFormat','FontName','FontSize'),
array('PageBreak','ShowBlocks','Source'),

@ -25,6 +25,7 @@ $config['ToolbarSets']['Normal'] = array(
array('Undo','Redo'),
array('Link','Image','flvPlayer','Flash','MP3','TableOC','mimetex','asciimath','asciisvg'),
array('UnorderedList','OrderedList','Rule'),
array('Abbr'),
array('JustifyLeft','JustifyCenter','JustifyFull'),
array('FontFormat','FontName','FontSize','Bold','Italic','Underline','TextColor','BGColor','Source'),
array('FitWindow')
@ -44,6 +45,7 @@ $config['ToolbarSets']['Maximized'] = array(
array('UnorderedList','OrderedList','Rule','-','Outdent','Indent','Blockquote'),
array('JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'),
array('Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript','-','TextColor','BGColor'),
array('Abbr'),
array($VSpellCheck),
array('Style','FontFormat','FontName','FontSize'),
array('PageBreak','ShowBlocks','Source'),

@ -25,7 +25,8 @@ $config['ToolbarSets']['Normal'] = array(
array('Undo','Redo'),
array('Link','Image','flvPlayer','Flash','MP3','TableOC','mimetex','asciimath'),
array('UnorderedList','OrderedList','Rule'),
array('JustifyLeft','JustifyCenter','JustifyFull'),
array('JustifyLeft','JustifyCenter','JustifyFull'),
array('Abbr'),
array('FontFormat','FontName','Bold','Italic','Underline','TextColor','BGColor','Source'),
array('FitWindow')
);
@ -44,6 +45,7 @@ $config['ToolbarSets']['Maximized'] = array(
array('UnorderedList','OrderedList','Rule','-','Outdent','Indent','Blockquote'),
array('JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'),
array('Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript','-','TextColor','BGColor'),
array('Abbr'),
array($VSpellCheck),
array('Style','FontFormat','FontName','FontSize'),
array('PageBreak','ShowBlocks','Source'),

@ -24,6 +24,7 @@ $config['ToolbarSets']['Normal'] = array(
array('Link','Image','flvPlayer','Flash','MP3','TableOC','mimetex','asciimath'),
array('UnorderedList','OrderedList','Rule'),
array('JustifyLeft','JustifyCenter','JustifyFull'),
array('Abbr'),
array('FontFormat','FontName','FontSize','Bold','Italic','TextColor'),
array('FitWindow')
);
@ -42,6 +43,7 @@ $config['ToolbarSets']['Maximized'] = array(
array('UnorderedList','OrderedList','Rule','-','Outdent','Indent','Blockquote'),
array('JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'),
array('Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript','-','TextColor','BGColor'),
array('Abbr'),
array($VSpellCheck),
array('Style','FontFormat','FontName','FontSize'),
array('PageBreak','ShowBlocks','Source'),

@ -26,7 +26,8 @@ $config['ToolbarSets']['Normal'] = array(
array('Link','Image','flvPlayer','Flash','MP3','TableOC','mimetex'),
array('UnorderedList','OrderedList','Rule'),
array('JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'),
array('FontFormat','FontName','FontSize','Bold','Italic','Underline','TextColor','BGColor'),
array('Abbr'),
array('FontFormat','FontName','FontSize','Bold','Italic','Underline','TextColor','BGColor','Source'),
array('FitWindow')
);
@ -43,7 +44,8 @@ $config['ToolbarSets']['Maximized'] = array(
array('UnorderedList','OrderedList','Rule','-','Outdent','Indent','Blockquote'),
array('JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'),
array('Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript','-','TextColor','BGColor'),
array($VSpellCheck),
array('Abbr'),
array($VSpellCheck),
array('Style','FontFormat','FontName','FontSize'),
array('PageBreak','ShowBlocks','Source'),
array('FitWindow')

@ -26,6 +26,7 @@ $config['ToolbarSets']['Normal'] = array(
array('Wikilink','Link','Image','flvPlayer','Flash','MP3','TableOC','mimetex','asciimath','asciisvg'),
array('UnorderedList','OrderedList','Rule'),
array('JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'),
array('Abbr'),
array('FontFormat','FontName','FontSize','Bold','Italic','Underline','TextColor','BGColor','Source'),
array('FitWindow')
);
@ -45,6 +46,7 @@ $config['ToolbarSets']['Maximized'] = array(
array('UnorderedList','OrderedList','Rule','-','Outdent','Indent','Blockquote'),
array('JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'),
array('Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript','-','TextColor','BGColor'),
array('Abbr'),
array($VSpellCheck),
array('Style','FontFormat','FontName','FontSize'),
array('PageBreak','ShowBlocks','Source'),

Loading…
Cancel
Save