mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
mujma: ADD-ON: Removed image toolbar under IE6
(merged from branches/gsoc) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41988 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
b3c45a89b9
commit
5c3e3b1d6b
@ -65,7 +65,6 @@ var ImageToResize = {
|
||||
},
|
||||
|
||||
resizeOnFirstLoadCallBack: function() {
|
||||
//Element.hide($('imageContainer'),$('image'));
|
||||
resize.imageContainerResize.setVisible(true);
|
||||
resize.imageContainerResize.placeClickBox();
|
||||
imageBox.center();
|
||||
|
@ -4,6 +4,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<% base_tag %>
|
||||
<title>Untitled Document</title>
|
||||
<meta http-equiv="imagetoolbar" content="no">
|
||||
</head>
|
||||
<body id="body" onload="setTimeout(function() { imageEditor = new ImageEditor.initialize('$fileToEdit'); }, 0);">
|
||||
<div id="mainContainer">
|
||||
|
Loading…
Reference in New Issue
Block a user