[-] BO : #PSTEST-583 - Add translation for the button "Edit this mail templates", and fixed tinyMCE area not shown on mail translation page
This commit is contained in:
+4
-1
@@ -1004,7 +1004,10 @@ $(document).ready(function(){
|
||||
|
||||
view.bind("scroll", function(e) {
|
||||
var heightView = view.height();
|
||||
var btnPlace = scroll.offset().top;
|
||||
if (scroll.offset())
|
||||
var btnPlace = scroll.offset().top;
|
||||
else
|
||||
var btnPlace = 0;
|
||||
if (heightView < btnPlace)
|
||||
scroll.show();
|
||||
else
|
||||
|
||||
+2
-3
@@ -19,7 +19,7 @@ function tinySetup(config)
|
||||
theme_advanced_toolbar_align : "left",
|
||||
theme_advanced_statusbar_location : "bottom",
|
||||
theme_advanced_resizing : false,
|
||||
content_css : pathCSS+"global.css",
|
||||
content_css : pathCSS+"global.css",
|
||||
document_base_url : ad,
|
||||
width: "600",
|
||||
height: "auto",
|
||||
@@ -28,8 +28,7 @@ function tinySetup(config)
|
||||
file_browser_callback : "ajaxfilemanager",
|
||||
entity_encoding: "raw",
|
||||
convert_urls : false,
|
||||
language : iso
|
||||
|
||||
language : iso
|
||||
}
|
||||
|
||||
$.each(default_config, function(index, el)
|
||||
|
||||
Reference in New Issue
Block a user