mirror of
https://github.com/e107inc/e107.git
synced 2025-10-12 05:24:38 +02:00
TinyMce styling corrected to work with newer version of TinyMce. TinyMce parser image path corrections. Old Tinymce popup code removed.
This commit is contained in:
@@ -75,8 +75,8 @@
|
||||
title: 'Media Manager',
|
||||
url: url + '/mediamanager.php?image',
|
||||
width: 1050,
|
||||
height: 650
|
||||
|
||||
height: 680,
|
||||
id: 'media-manager'
|
||||
});
|
||||
}
|
||||
});
|
||||
@@ -96,8 +96,8 @@
|
||||
title: 'Media Manager',
|
||||
url: url + '/mediamanager.php?video',
|
||||
width: 1050,
|
||||
height: 650
|
||||
|
||||
height: 650,
|
||||
id: 'media-manager'
|
||||
});
|
||||
}
|
||||
});
|
||||
@@ -112,8 +112,9 @@
|
||||
title: 'Media Manager',
|
||||
url: url + '/mediamanager.php?glyph',
|
||||
width: 1050,
|
||||
height: 650
|
||||
|
||||
height: 650,
|
||||
id: 'media-manager'
|
||||
|
||||
});
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user