Skip to content
Snippets Groups Projects
Commit f31939a3 authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

FIX #2508 replace echo double spaces

parent 63ef70ee
No related branches found
No related tags found
No related merge requests found
......@@ -8,10 +8,10 @@
}*/
?>
<!-- tinyMCE -->
<script type="text/javascript" src="<?php echo $_SESSION['config']['businessappurl'].'tools/';?>tiny_mce/tinymce.min.js"></script>
<script type="text/javascript" src="<?php echo $_SESSION['config']['businessappurl'].'tools/';?>tiny_mce/tinymce.min.js"></script>
<script type="text/javascript">
tinymce.init({
// theme : "<?php echo $theme;?>",
// theme : "<?php echo $theme;?>",
selector: "textarea#body_from_html",
statusbar : false,
// mode : "exact",
......@@ -33,15 +33,15 @@
//content_css : "example_advanced.css",
extended_valid_elements : "a[href|target|name]",
plugins : "table,insertdatetime,fullscreen,paste,searchreplace,preview,print,directionality,layer",
theme_<?php echo $theme;?>_buttons1_add : "fontselect,fontsizeselect",
theme_<?php echo $theme;?>_buttons2_add_before : "cut,copy,paste,pastetext,pasteword,separator,search,replace,separator",
theme_<?php echo $theme;?>_buttons2_add : "separator,insertdate,inserttime,preview,separator,forecolor,backcolor",
theme_<?php echo $theme;?>_buttons3_add_before : "tablecontrols,separator",
theme_<?php echo $theme;?>_buttons3_add : "separator,print,separator,ltr,rtl,separator,fullscreen,separator,insertlayer,moveforward,movebackward,absolut",
theme_<?php echo $theme;?>_toolbar_align : "left",
theme_<?php echo $theme;?>_buttons1_add : "fontselect,fontsizeselect",
theme_<?php echo $theme;?>_buttons2_add_before : "cut,copy,paste,pastetext,pasteword,separator,search,replace,separator",
theme_<?php echo $theme;?>_buttons2_add : "separator,insertdate,inserttime,preview,separator,forecolor,backcolor",
theme_<?php echo $theme;?>_buttons3_add_before : "tablecontrols,separator",
theme_<?php echo $theme;?>_buttons3_add : "separator,print,separator,ltr,rtl,separator,fullscreen,separator,insertlayer,moveforward,movebackward,absolut",
theme_<?php echo $theme;?>_toolbar_align : "left",
theme_advanced_toolbar_location : "top",
//invalid_elements : "a",
theme_<?php echo $theme;?>_styles : "Header 1=header1;Header 2=header2;Header 3=header3;Table Row=tableRow1" // Theme specific setting CSS classes*/
theme_<?php echo $theme;?>_styles : "Header 1=header1;Header 2=header2;Header 3=header3;Table Row=tableRow1" // Theme specific setting CSS classes*/
<?php
/* if($show_maarch_list)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment