/produkt/addedit_texte.phtml |
---|
67,3 → 67,16 |
?> |
<?php echo wpsg_drawForm_AdminboxEnd(); ?> |
<?php echo wpsg_drawForm_AdminboxStart(__('Lieferumfang', 'wpsg')); ?> |
<?php |
// Damit die qTranslate Interne Editor Übersetzung nicht aufgerufen wird |
//remove_filter('the_editor', 'qtrans_modifyRichEditor'); |
add_filter('tiny_mce_before_init', 'wpsg_formatTinyMCE'); |
add_filter('admin_head', 'wpsg_ShowTinyMCE'); |
wp_editor(@$this->view['data']['moreinfos2'], 'moreinfos2'); |
?> |
<?php echo wpsg_drawForm_AdminboxEnd(); ?> |