1
0
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:
Cameron
2016-03-10 13:33:11 -08:00
parent c8bcce656f
commit 4516bc910e
10 changed files with 61 additions and 21 deletions

View File

@@ -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'
});
}
});