From: Benoît Pin Date: Fri, 4 Apr 2014 16:29:30 +0000 (+0200) Subject: Bouton d'insertion d'image raccord avec le thème ckeditor4. X-Git-Url: https://scm.cri.ensmp.fr/git/ckeditor.git/commitdiff_plain/dd55f919fd97b1bdedb9b1465db672a11f916d2c Bouton d'insertion d'image raccord avec le thème ckeditor4. --- diff --git a/skins/ckeditor/plugins/plinn_image/dialog/plinn_image.gif b/skins/ckeditor/plugins/plinn_image/dialog/plinn_image.gif deleted file mode 100644 index 9020ace..0000000 Binary files a/skins/ckeditor/plugins/plinn_image/dialog/plinn_image.gif and /dev/null differ diff --git a/skins/ckeditor/plugins/plinn_image/dialog/plinn_image.png b/skins/ckeditor/plugins/plinn_image/dialog/plinn_image.png new file mode 100644 index 0000000..35ddb5e Binary files /dev/null and b/skins/ckeditor/plugins/plinn_image/dialog/plinn_image.png differ diff --git a/skins/ckeditor/plugins/plinn_image/plugin.js b/skins/ckeditor/plugins/plinn_image/plugin.js index 7e343ce..ebce6a9 100644 --- a/skins/ckeditor/plugins/plinn_image/plugin.js +++ b/skins/ckeditor/plugins/plinn_image/plugin.js @@ -72,7 +72,7 @@ CKEDITOR.plugins.add( 'plinn_image', editor.ui.addButton('PlinnImage', { label : editor.lang.common.image, - icon : pluginPath + 'dialog/plinn_image.gif', + icon : pluginPath + 'dialog/plinn_image.png', command : 'plinn_image' }); }