[-] 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:
mDeflotte
2012-01-26 14:31:31 +00:00
parent 8783fc2f83
commit 51c0bf56f0
4 changed files with 104 additions and 98 deletions
+4 -1
View File
@@ -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
View File
@@ -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)