diff --git a/lib/editor/atto/plugins/bold/lib.php b/lib/editor/atto/plugins/bold/lib.php index 41b3a2d60d0..99acc45bd6d 100644 --- a/lib/editor/atto/plugins/bold/lib.php +++ b/lib/editor/atto/plugins/bold/lib.php @@ -31,7 +31,7 @@ defined('MOODLE_INTERNAL') || die(); function atto_bold_init_editor($elementid) { global $PAGE, $OUTPUT; - $icon = array('e/bold', 'editor_atto'); + $icon = array('e/bold', 'core'); $PAGE->requires->yui_module('moodle-atto_bold-button', 'M.atto_bold.init', diff --git a/lib/editor/atto/plugins/clear/lib.php b/lib/editor/atto/plugins/clear/lib.php index 831ba031b4f..7a5196967e6 100644 --- a/lib/editor/atto/plugins/clear/lib.php +++ b/lib/editor/atto/plugins/clear/lib.php @@ -31,7 +31,7 @@ defined('MOODLE_INTERNAL') || die(); function atto_clear_init_editor($elementid) { global $PAGE, $OUTPUT; - $icon = array('e/clear_formatting', 'editor_atto'); + $icon = array('e/clear_formatting', 'core'); $PAGE->requires->yui_module('moodle-atto_clear-button', 'M.atto_clear.init', diff --git a/lib/editor/atto/plugins/html/lib.php b/lib/editor/atto/plugins/html/lib.php index cae6aff569b..5c60123c950 100644 --- a/lib/editor/atto/plugins/html/lib.php +++ b/lib/editor/atto/plugins/html/lib.php @@ -31,7 +31,7 @@ defined('MOODLE_INTERNAL') || die(); function atto_html_init_editor($elementid) { global $PAGE, $OUTPUT; - $icon = array('e/source_code', 'editor_atto'); + $icon = array('e/source_code', 'core'); $PAGE->requires->yui_module('moodle-atto_html-button', 'M.atto_html.init', diff --git a/lib/editor/atto/plugins/image/lib.php b/lib/editor/atto/plugins/image/lib.php index 66136465a9b..908cbfbbbbb 100644 --- a/lib/editor/atto/plugins/image/lib.php +++ b/lib/editor/atto/plugins/image/lib.php @@ -31,7 +31,7 @@ defined('MOODLE_INTERNAL') || die(); function atto_image_init_editor($elementid) { global $PAGE, $OUTPUT; - $icon = array('e/insert_edit_image', 'editor_atto'); + $icon = array('e/insert_edit_image', 'core'); $PAGE->requires->strings_for_js(array('createimage', 'enterurl', diff --git a/lib/editor/atto/plugins/indent/lib.php b/lib/editor/atto/plugins/indent/lib.php index 4bf3d743e2e..308c1620977 100644 --- a/lib/editor/atto/plugins/indent/lib.php +++ b/lib/editor/atto/plugins/indent/lib.php @@ -31,7 +31,7 @@ defined('MOODLE_INTERNAL') || die(); function atto_indent_init_editor($elementid) { global $PAGE, $OUTPUT; - $icon = array('e/increase_indent', 'editor_atto'); + $icon = array('e/increase_indent', 'core'); $PAGE->requires->yui_module('moodle-atto_indent-button', 'M.atto_indent.init', diff --git a/lib/editor/atto/plugins/italic/lib.php b/lib/editor/atto/plugins/italic/lib.php index e8e93aafd9b..8b01b4faec1 100644 --- a/lib/editor/atto/plugins/italic/lib.php +++ b/lib/editor/atto/plugins/italic/lib.php @@ -31,7 +31,7 @@ defined('MOODLE_INTERNAL') || die(); function atto_italic_init_editor($elementid) { global $PAGE, $OUTPUT; - $icon = array('e/italic', 'editor_atto'); + $icon = array('e/italic', 'core'); $PAGE->requires->yui_module('moodle-atto_italic-button', 'M.atto_italic.init', diff --git a/lib/editor/atto/plugins/link/lib.php b/lib/editor/atto/plugins/link/lib.php index 6461998a679..d5eee36d4d5 100644 --- a/lib/editor/atto/plugins/link/lib.php +++ b/lib/editor/atto/plugins/link/lib.php @@ -31,7 +31,7 @@ defined('MOODLE_INTERNAL') || die(); function atto_link_init_editor($elementid) { global $PAGE, $OUTPUT; - $icon = array('e/insert_edit_link', 'editor_atto'); + $icon = array('e/insert_edit_link', 'core'); $PAGE->requires->strings_for_js(array('createlink', 'enterurl', diff --git a/lib/editor/atto/plugins/media/lib.php b/lib/editor/atto/plugins/media/lib.php index 6133e197d78..c2841bdb268 100644 --- a/lib/editor/atto/plugins/media/lib.php +++ b/lib/editor/atto/plugins/media/lib.php @@ -29,7 +29,7 @@ function atto_media_init_editor($elementid) { global $PAGE, $OUTPUT; - $icon = array('e/insert_edit_video', 'editor_atto'); + $icon = array('e/insert_edit_video', 'core'); $PAGE->requires->strings_for_js(array('createmedia', 'enterurl', diff --git a/lib/editor/atto/plugins/orderedlist/lib.php b/lib/editor/atto/plugins/orderedlist/lib.php index f9e45bcd3fc..57f658d9518 100644 --- a/lib/editor/atto/plugins/orderedlist/lib.php +++ b/lib/editor/atto/plugins/orderedlist/lib.php @@ -31,7 +31,7 @@ defined('MOODLE_INTERNAL') || die(); function atto_orderedlist_init_editor($elementid) { global $PAGE, $OUTPUT; - $icon = array('e/numbered_list', 'editor_atto'); + $icon = array('e/numbered_list', 'core'); $PAGE->requires->yui_module('moodle-atto_orderedlist-button', 'M.atto_orderedlist.init', diff --git a/lib/editor/atto/plugins/outdent/lib.php b/lib/editor/atto/plugins/outdent/lib.php index 66d832ac902..2e4a9337da7 100644 --- a/lib/editor/atto/plugins/outdent/lib.php +++ b/lib/editor/atto/plugins/outdent/lib.php @@ -29,7 +29,7 @@ function atto_outdent_init_editor($elementid) { global $PAGE, $OUTPUT; - $icon = array('e/decrease_indent', 'editor_atto'); + $icon = array('e/decrease_indent', 'core'); $PAGE->requires->yui_module('moodle-atto_outdent-button', 'M.atto_outdent.init', diff --git a/lib/editor/atto/plugins/strike/lib.php b/lib/editor/atto/plugins/strike/lib.php index 7e68784a00c..a0d4eb03e55 100644 --- a/lib/editor/atto/plugins/strike/lib.php +++ b/lib/editor/atto/plugins/strike/lib.php @@ -31,7 +31,7 @@ defined('MOODLE_INTERNAL') || die(); function atto_strike_init_editor($elementid) { global $PAGE, $OUTPUT; - $icon = array('e/strikethrough', 'editor_atto'); + $icon = array('e/strikethrough', 'core'); $PAGE->requires->yui_module('moodle-atto_strike-button', 'M.atto_strike.init', diff --git a/lib/editor/atto/plugins/table/lib.php b/lib/editor/atto/plugins/table/lib.php index b3a64895d08..452afb6810a 100644 --- a/lib/editor/atto/plugins/table/lib.php +++ b/lib/editor/atto/plugins/table/lib.php @@ -31,7 +31,7 @@ defined('MOODLE_INTERNAL') || die(); function atto_table_init_editor($elementid) { global $PAGE, $OUTPUT; - $icon = array('e/table', 'editor_atto'); + $icon = array('e/table', 'core'); $PAGE->requires->strings_for_js(array('createtable', 'accessibilityhint', diff --git a/lib/editor/atto/plugins/title/lib.php b/lib/editor/atto/plugins/title/lib.php index 2a5369c3c0d..4085b934475 100644 --- a/lib/editor/atto/plugins/title/lib.php +++ b/lib/editor/atto/plugins/title/lib.php @@ -31,7 +31,7 @@ defined('MOODLE_INTERNAL') || die(); function atto_title_init_editor($elementid) { global $PAGE, $OUTPUT; - $icon = array('e/styleprops', 'editor_atto'); + $icon = array('e/styleprops', 'core'); $PAGE->requires->strings_for_js(array('h3', 'h4', diff --git a/lib/editor/atto/plugins/underline/lib.php b/lib/editor/atto/plugins/underline/lib.php index cc66d3a74b3..d22efe50661 100644 --- a/lib/editor/atto/plugins/underline/lib.php +++ b/lib/editor/atto/plugins/underline/lib.php @@ -31,7 +31,7 @@ defined('MOODLE_INTERNAL') || die(); function atto_underline_init_editor($elementid) { global $PAGE, $OUTPUT; - $icon = array('e/underline', 'editor_atto'); + $icon = array('e/underline', 'core'); $PAGE->requires->yui_module('moodle-atto_underline-button', 'M.atto_underline.init', diff --git a/lib/editor/atto/plugins/unlink/lib.php b/lib/editor/atto/plugins/unlink/lib.php index 8c9f059f3ba..7c8b38040ee 100644 --- a/lib/editor/atto/plugins/unlink/lib.php +++ b/lib/editor/atto/plugins/unlink/lib.php @@ -29,7 +29,7 @@ function atto_unlink_init_editor($elementid) { global $PAGE, $OUTPUT; - $icon = array('e/remove_link', 'editor_atto'); + $icon = array('e/remove_link', 'core'); $PAGE->requires->yui_module('moodle-atto_unlink-button', 'M.atto_unlink.init', diff --git a/lib/editor/atto/plugins/unorderedlist/lib.php b/lib/editor/atto/plugins/unorderedlist/lib.php index 64f07e65e7b..7055d43e75a 100644 --- a/lib/editor/atto/plugins/unorderedlist/lib.php +++ b/lib/editor/atto/plugins/unorderedlist/lib.php @@ -29,7 +29,7 @@ function atto_unorderedlist_init_editor($elementid) { global $PAGE, $OUTPUT; - $icon = array('e/bullet_list', 'editor_atto'); + $icon = array('e/bullet_list', 'core'); $PAGE->requires->yui_module('moodle-atto_unorderedlist-button', 'M.atto_unorderedlist.init', diff --git a/lib/editor/atto/pix/e/abbr.png b/pix/e/abbr.png similarity index 100% rename from lib/editor/atto/pix/e/abbr.png rename to pix/e/abbr.png diff --git a/lib/editor/atto/pix/e/abbr.svg b/pix/e/abbr.svg similarity index 100% rename from lib/editor/atto/pix/e/abbr.svg rename to pix/e/abbr.svg diff --git a/lib/editor/atto/pix/e/absolute.png b/pix/e/absolute.png similarity index 100% rename from lib/editor/atto/pix/e/absolute.png rename to pix/e/absolute.png diff --git a/lib/editor/atto/pix/e/absolute.svg b/pix/e/absolute.svg similarity index 100% rename from lib/editor/atto/pix/e/absolute.svg rename to pix/e/absolute.svg diff --git a/lib/editor/atto/pix/e/acronym.png b/pix/e/acronym.png similarity index 100% rename from lib/editor/atto/pix/e/acronym.png rename to pix/e/acronym.png diff --git a/lib/editor/atto/pix/e/acronym.svg b/pix/e/acronym.svg similarity index 100% rename from lib/editor/atto/pix/e/acronym.svg rename to pix/e/acronym.svg diff --git a/lib/editor/atto/pix/e/advance_hr.png b/pix/e/advance_hr.png similarity index 100% rename from lib/editor/atto/pix/e/advance_hr.png rename to pix/e/advance_hr.png diff --git a/lib/editor/atto/pix/e/advance_hr.svg b/pix/e/advance_hr.svg similarity index 100% rename from lib/editor/atto/pix/e/advance_hr.svg rename to pix/e/advance_hr.svg diff --git a/lib/editor/atto/pix/e/align_center.png b/pix/e/align_center.png similarity index 100% rename from lib/editor/atto/pix/e/align_center.png rename to pix/e/align_center.png diff --git a/lib/editor/atto/pix/e/align_center.svg b/pix/e/align_center.svg similarity index 100% rename from lib/editor/atto/pix/e/align_center.svg rename to pix/e/align_center.svg diff --git a/lib/editor/atto/pix/e/align_left.png b/pix/e/align_left.png similarity index 100% rename from lib/editor/atto/pix/e/align_left.png rename to pix/e/align_left.png diff --git a/lib/editor/atto/pix/e/align_left.svg b/pix/e/align_left.svg similarity index 100% rename from lib/editor/atto/pix/e/align_left.svg rename to pix/e/align_left.svg diff --git a/lib/editor/atto/pix/e/align_right.png b/pix/e/align_right.png similarity index 100% rename from lib/editor/atto/pix/e/align_right.png rename to pix/e/align_right.png diff --git a/lib/editor/atto/pix/e/align_right.svg b/pix/e/align_right.svg similarity index 100% rename from lib/editor/atto/pix/e/align_right.svg rename to pix/e/align_right.svg diff --git a/lib/editor/atto/pix/e/anchor.png b/pix/e/anchor.png similarity index 100% rename from lib/editor/atto/pix/e/anchor.png rename to pix/e/anchor.png diff --git a/lib/editor/atto/pix/e/anchor.svg b/pix/e/anchor.svg similarity index 100% rename from lib/editor/atto/pix/e/anchor.svg rename to pix/e/anchor.svg diff --git a/lib/editor/atto/pix/e/backward.png b/pix/e/backward.png similarity index 100% rename from lib/editor/atto/pix/e/backward.png rename to pix/e/backward.png diff --git a/lib/editor/atto/pix/e/backward.svg b/pix/e/backward.svg similarity index 100% rename from lib/editor/atto/pix/e/backward.svg rename to pix/e/backward.svg diff --git a/lib/editor/atto/pix/e/bold.png b/pix/e/bold.png similarity index 100% rename from lib/editor/atto/pix/e/bold.png rename to pix/e/bold.png diff --git a/lib/editor/atto/pix/e/bold.svg b/pix/e/bold.svg similarity index 100% rename from lib/editor/atto/pix/e/bold.svg rename to pix/e/bold.svg diff --git a/lib/editor/atto/pix/e/bullet_list.png b/pix/e/bullet_list.png similarity index 100% rename from lib/editor/atto/pix/e/bullet_list.png rename to pix/e/bullet_list.png diff --git a/lib/editor/atto/pix/e/bullet_list.svg b/pix/e/bullet_list.svg similarity index 100% rename from lib/editor/atto/pix/e/bullet_list.svg rename to pix/e/bullet_list.svg diff --git a/lib/editor/atto/pix/e/cell_props.png b/pix/e/cell_props.png similarity index 100% rename from lib/editor/atto/pix/e/cell_props.png rename to pix/e/cell_props.png diff --git a/lib/editor/atto/pix/e/cell_props.svg b/pix/e/cell_props.svg similarity index 100% rename from lib/editor/atto/pix/e/cell_props.svg rename to pix/e/cell_props.svg diff --git a/lib/editor/atto/pix/e/cite.png b/pix/e/cite.png similarity index 100% rename from lib/editor/atto/pix/e/cite.png rename to pix/e/cite.png diff --git a/lib/editor/atto/pix/e/cite.svg b/pix/e/cite.svg similarity index 100% rename from lib/editor/atto/pix/e/cite.svg rename to pix/e/cite.svg diff --git a/lib/editor/atto/pix/e/cleanup_messy_code.png b/pix/e/cleanup_messy_code.png similarity index 100% rename from lib/editor/atto/pix/e/cleanup_messy_code.png rename to pix/e/cleanup_messy_code.png diff --git a/lib/editor/atto/pix/e/cleanup_messy_code.svg b/pix/e/cleanup_messy_code.svg similarity index 100% rename from lib/editor/atto/pix/e/cleanup_messy_code.svg rename to pix/e/cleanup_messy_code.svg diff --git a/lib/editor/atto/pix/e/clear_formatting.png b/pix/e/clear_formatting.png similarity index 100% rename from lib/editor/atto/pix/e/clear_formatting.png rename to pix/e/clear_formatting.png diff --git a/lib/editor/atto/pix/e/clear_formatting.svg b/pix/e/clear_formatting.svg similarity index 100% rename from lib/editor/atto/pix/e/clear_formatting.svg rename to pix/e/clear_formatting.svg diff --git a/lib/editor/atto/pix/e/copy.png b/pix/e/copy.png similarity index 100% rename from lib/editor/atto/pix/e/copy.png rename to pix/e/copy.png diff --git a/lib/editor/atto/pix/e/copy.svg b/pix/e/copy.svg similarity index 100% rename from lib/editor/atto/pix/e/copy.svg rename to pix/e/copy.svg diff --git a/lib/editor/atto/pix/e/cut.png b/pix/e/cut.png similarity index 100% rename from lib/editor/atto/pix/e/cut.png rename to pix/e/cut.png diff --git a/lib/editor/atto/pix/e/cut.svg b/pix/e/cut.svg similarity index 100% rename from lib/editor/atto/pix/e/cut.svg rename to pix/e/cut.svg diff --git a/lib/editor/atto/pix/e/decrease_indent.png b/pix/e/decrease_indent.png similarity index 100% rename from lib/editor/atto/pix/e/decrease_indent.png rename to pix/e/decrease_indent.png diff --git a/lib/editor/atto/pix/e/decrease_indent.svg b/pix/e/decrease_indent.svg similarity index 100% rename from lib/editor/atto/pix/e/decrease_indent.svg rename to pix/e/decrease_indent.svg diff --git a/lib/editor/atto/pix/e/delete.png b/pix/e/delete.png similarity index 100% rename from lib/editor/atto/pix/e/delete.png rename to pix/e/delete.png diff --git a/lib/editor/atto/pix/e/delete.svg b/pix/e/delete.svg similarity index 100% rename from lib/editor/atto/pix/e/delete.svg rename to pix/e/delete.svg diff --git a/lib/editor/atto/pix/e/delete_col.png b/pix/e/delete_col.png similarity index 100% rename from lib/editor/atto/pix/e/delete_col.png rename to pix/e/delete_col.png diff --git a/lib/editor/atto/pix/e/delete_col.svg b/pix/e/delete_col.svg similarity index 100% rename from lib/editor/atto/pix/e/delete_col.svg rename to pix/e/delete_col.svg diff --git a/lib/editor/atto/pix/e/delete_row.png b/pix/e/delete_row.png similarity index 100% rename from lib/editor/atto/pix/e/delete_row.png rename to pix/e/delete_row.png diff --git a/lib/editor/atto/pix/e/delete_row.svg b/pix/e/delete_row.svg similarity index 100% rename from lib/editor/atto/pix/e/delete_row.svg rename to pix/e/delete_row.svg diff --git a/lib/editor/atto/pix/e/delete_table.png b/pix/e/delete_table.png similarity index 100% rename from lib/editor/atto/pix/e/delete_table.png rename to pix/e/delete_table.png diff --git a/lib/editor/atto/pix/e/delete_table.svg b/pix/e/delete_table.svg similarity index 100% rename from lib/editor/atto/pix/e/delete_table.svg rename to pix/e/delete_table.svg diff --git a/lib/editor/atto/pix/e/document_properties.png b/pix/e/document_properties.png similarity index 100% rename from lib/editor/atto/pix/e/document_properties.png rename to pix/e/document_properties.png diff --git a/lib/editor/atto/pix/e/document_properties.svg b/pix/e/document_properties.svg similarity index 100% rename from lib/editor/atto/pix/e/document_properties.svg rename to pix/e/document_properties.svg diff --git a/lib/editor/atto/pix/e/dragmath.png b/pix/e/dragmath.png similarity index 100% rename from lib/editor/atto/pix/e/dragmath.png rename to pix/e/dragmath.png diff --git a/lib/editor/atto/pix/e/dragmath.svg b/pix/e/dragmath.svg similarity index 100% rename from lib/editor/atto/pix/e/dragmath.svg rename to pix/e/dragmath.svg diff --git a/lib/editor/atto/pix/e/emoticons.png b/pix/e/emoticons.png similarity index 100% rename from lib/editor/atto/pix/e/emoticons.png rename to pix/e/emoticons.png diff --git a/lib/editor/atto/pix/e/emoticons.svg b/pix/e/emoticons.svg similarity index 100% rename from lib/editor/atto/pix/e/emoticons.svg rename to pix/e/emoticons.svg diff --git a/lib/editor/atto/pix/e/find_replace.png b/pix/e/find_replace.png similarity index 100% rename from lib/editor/atto/pix/e/find_replace.png rename to pix/e/find_replace.png diff --git a/lib/editor/atto/pix/e/find_replace.svg b/pix/e/find_replace.svg similarity index 100% rename from lib/editor/atto/pix/e/find_replace.svg rename to pix/e/find_replace.svg diff --git a/lib/editor/atto/pix/e/forward.png b/pix/e/forward.png similarity index 100% rename from lib/editor/atto/pix/e/forward.png rename to pix/e/forward.png diff --git a/lib/editor/atto/pix/e/forward.svg b/pix/e/forward.svg similarity index 100% rename from lib/editor/atto/pix/e/forward.svg rename to pix/e/forward.svg diff --git a/lib/editor/atto/pix/e/fullpage.png b/pix/e/fullpage.png similarity index 100% rename from lib/editor/atto/pix/e/fullpage.png rename to pix/e/fullpage.png diff --git a/lib/editor/atto/pix/e/fullpage.svg b/pix/e/fullpage.svg similarity index 100% rename from lib/editor/atto/pix/e/fullpage.svg rename to pix/e/fullpage.svg diff --git a/lib/editor/atto/pix/e/fullscreen.png b/pix/e/fullscreen.png similarity index 100% rename from lib/editor/atto/pix/e/fullscreen.png rename to pix/e/fullscreen.png diff --git a/lib/editor/atto/pix/e/fullscreen.svg b/pix/e/fullscreen.svg similarity index 100% rename from lib/editor/atto/pix/e/fullscreen.svg rename to pix/e/fullscreen.svg diff --git a/lib/editor/atto/pix/e/help.png b/pix/e/help.png similarity index 100% rename from lib/editor/atto/pix/e/help.png rename to pix/e/help.png diff --git a/lib/editor/atto/pix/e/help.svg b/pix/e/help.svg similarity index 100% rename from lib/editor/atto/pix/e/help.svg rename to pix/e/help.svg diff --git a/lib/editor/atto/pix/e/increase_indent.png b/pix/e/increase_indent.png similarity index 100% rename from lib/editor/atto/pix/e/increase_indent.png rename to pix/e/increase_indent.png diff --git a/lib/editor/atto/pix/e/increase_indent.svg b/pix/e/increase_indent.svg similarity index 100% rename from lib/editor/atto/pix/e/increase_indent.svg rename to pix/e/increase_indent.svg diff --git a/lib/editor/atto/pix/e/insert.png b/pix/e/insert.png similarity index 100% rename from lib/editor/atto/pix/e/insert.png rename to pix/e/insert.png diff --git a/lib/editor/atto/pix/e/insert.svg b/pix/e/insert.svg similarity index 100% rename from lib/editor/atto/pix/e/insert.svg rename to pix/e/insert.svg diff --git a/lib/editor/atto/pix/e/insert_col_after.png b/pix/e/insert_col_after.png similarity index 100% rename from lib/editor/atto/pix/e/insert_col_after.png rename to pix/e/insert_col_after.png diff --git a/lib/editor/atto/pix/e/insert_col_after.svg b/pix/e/insert_col_after.svg similarity index 100% rename from lib/editor/atto/pix/e/insert_col_after.svg rename to pix/e/insert_col_after.svg diff --git a/lib/editor/atto/pix/e/insert_col_before.png b/pix/e/insert_col_before.png similarity index 100% rename from lib/editor/atto/pix/e/insert_col_before.png rename to pix/e/insert_col_before.png diff --git a/lib/editor/atto/pix/e/insert_col_before.svg b/pix/e/insert_col_before.svg similarity index 100% rename from lib/editor/atto/pix/e/insert_col_before.svg rename to pix/e/insert_col_before.svg diff --git a/lib/editor/atto/pix/e/insert_date.png b/pix/e/insert_date.png similarity index 100% rename from lib/editor/atto/pix/e/insert_date.png rename to pix/e/insert_date.png diff --git a/lib/editor/atto/pix/e/insert_date.svg b/pix/e/insert_date.svg similarity index 100% rename from lib/editor/atto/pix/e/insert_date.svg rename to pix/e/insert_date.svg diff --git a/lib/editor/atto/pix/e/insert_edit_image.png b/pix/e/insert_edit_image.png similarity index 100% rename from lib/editor/atto/pix/e/insert_edit_image.png rename to pix/e/insert_edit_image.png diff --git a/lib/editor/atto/pix/e/insert_edit_image.svg b/pix/e/insert_edit_image.svg similarity index 100% rename from lib/editor/atto/pix/e/insert_edit_image.svg rename to pix/e/insert_edit_image.svg diff --git a/lib/editor/atto/pix/e/insert_edit_link.png b/pix/e/insert_edit_link.png similarity index 100% rename from lib/editor/atto/pix/e/insert_edit_link.png rename to pix/e/insert_edit_link.png diff --git a/lib/editor/atto/pix/e/insert_edit_link.svg b/pix/e/insert_edit_link.svg similarity index 100% rename from lib/editor/atto/pix/e/insert_edit_link.svg rename to pix/e/insert_edit_link.svg diff --git a/lib/editor/atto/pix/e/insert_edit_video.png b/pix/e/insert_edit_video.png similarity index 100% rename from lib/editor/atto/pix/e/insert_edit_video.png rename to pix/e/insert_edit_video.png diff --git a/lib/editor/atto/pix/e/insert_edit_video.svg b/pix/e/insert_edit_video.svg similarity index 100% rename from lib/editor/atto/pix/e/insert_edit_video.svg rename to pix/e/insert_edit_video.svg diff --git a/lib/editor/atto/pix/e/insert_file.png b/pix/e/insert_file.png similarity index 100% rename from lib/editor/atto/pix/e/insert_file.png rename to pix/e/insert_file.png diff --git a/lib/editor/atto/pix/e/insert_file.svg b/pix/e/insert_file.svg similarity index 100% rename from lib/editor/atto/pix/e/insert_file.svg rename to pix/e/insert_file.svg diff --git a/lib/editor/atto/pix/e/insert_horizontal_ruler.png b/pix/e/insert_horizontal_ruler.png similarity index 100% rename from lib/editor/atto/pix/e/insert_horizontal_ruler.png rename to pix/e/insert_horizontal_ruler.png diff --git a/lib/editor/atto/pix/e/insert_horizontal_ruler.svg b/pix/e/insert_horizontal_ruler.svg similarity index 100% rename from lib/editor/atto/pix/e/insert_horizontal_ruler.svg rename to pix/e/insert_horizontal_ruler.svg diff --git a/lib/editor/atto/pix/e/insert_nonbreaking_space.png b/pix/e/insert_nonbreaking_space.png similarity index 100% rename from lib/editor/atto/pix/e/insert_nonbreaking_space.png rename to pix/e/insert_nonbreaking_space.png diff --git a/lib/editor/atto/pix/e/insert_nonbreaking_space.svg b/pix/e/insert_nonbreaking_space.svg similarity index 100% rename from lib/editor/atto/pix/e/insert_nonbreaking_space.svg rename to pix/e/insert_nonbreaking_space.svg diff --git a/lib/editor/atto/pix/e/insert_row_after.png b/pix/e/insert_row_after.png similarity index 100% rename from lib/editor/atto/pix/e/insert_row_after.png rename to pix/e/insert_row_after.png diff --git a/lib/editor/atto/pix/e/insert_row_after.svg b/pix/e/insert_row_after.svg similarity index 100% rename from lib/editor/atto/pix/e/insert_row_after.svg rename to pix/e/insert_row_after.svg diff --git a/lib/editor/atto/pix/e/insert_row_before.png b/pix/e/insert_row_before.png similarity index 100% rename from lib/editor/atto/pix/e/insert_row_before.png rename to pix/e/insert_row_before.png diff --git a/lib/editor/atto/pix/e/insert_row_before.svg b/pix/e/insert_row_before.svg similarity index 100% rename from lib/editor/atto/pix/e/insert_row_before.svg rename to pix/e/insert_row_before.svg diff --git a/lib/editor/atto/pix/e/insert_time.png b/pix/e/insert_time.png similarity index 100% rename from lib/editor/atto/pix/e/insert_time.png rename to pix/e/insert_time.png diff --git a/lib/editor/atto/pix/e/insert_time.svg b/pix/e/insert_time.svg similarity index 100% rename from lib/editor/atto/pix/e/insert_time.svg rename to pix/e/insert_time.svg diff --git a/lib/editor/atto/pix/e/italic.png b/pix/e/italic.png similarity index 100% rename from lib/editor/atto/pix/e/italic.png rename to pix/e/italic.png diff --git a/lib/editor/atto/pix/e/italic.svg b/pix/e/italic.svg similarity index 100% rename from lib/editor/atto/pix/e/italic.svg rename to pix/e/italic.svg diff --git a/lib/editor/atto/pix/e/justify.png b/pix/e/justify.png similarity index 100% rename from lib/editor/atto/pix/e/justify.png rename to pix/e/justify.png diff --git a/lib/editor/atto/pix/e/justify.svg b/pix/e/justify.svg similarity index 100% rename from lib/editor/atto/pix/e/justify.svg rename to pix/e/justify.svg diff --git a/lib/editor/atto/pix/e/layers.png b/pix/e/layers.png similarity index 100% rename from lib/editor/atto/pix/e/layers.png rename to pix/e/layers.png diff --git a/lib/editor/atto/pix/e/layers.svg b/pix/e/layers.svg similarity index 100% rename from lib/editor/atto/pix/e/layers.svg rename to pix/e/layers.svg diff --git a/lib/editor/atto/pix/e/layers_over.png b/pix/e/layers_over.png similarity index 100% rename from lib/editor/atto/pix/e/layers_over.png rename to pix/e/layers_over.png diff --git a/lib/editor/atto/pix/e/layers_over.svg b/pix/e/layers_over.svg similarity index 100% rename from lib/editor/atto/pix/e/layers_over.svg rename to pix/e/layers_over.svg diff --git a/lib/editor/atto/pix/e/layers_under.png b/pix/e/layers_under.png similarity index 100% rename from lib/editor/atto/pix/e/layers_under.png rename to pix/e/layers_under.png diff --git a/lib/editor/atto/pix/e/layers_under.svg b/pix/e/layers_under.svg similarity index 100% rename from lib/editor/atto/pix/e/layers_under.svg rename to pix/e/layers_under.svg diff --git a/lib/editor/atto/pix/e/left_to_right.png b/pix/e/left_to_right.png similarity index 100% rename from lib/editor/atto/pix/e/left_to_right.png rename to pix/e/left_to_right.png diff --git a/lib/editor/atto/pix/e/left_to_right.svg b/pix/e/left_to_right.svg similarity index 100% rename from lib/editor/atto/pix/e/left_to_right.svg rename to pix/e/left_to_right.svg diff --git a/lib/editor/atto/pix/e/manage_files.png b/pix/e/manage_files.png similarity index 100% rename from lib/editor/atto/pix/e/manage_files.png rename to pix/e/manage_files.png diff --git a/lib/editor/atto/pix/e/manage_files.svg b/pix/e/manage_files.svg similarity index 100% rename from lib/editor/atto/pix/e/manage_files.svg rename to pix/e/manage_files.svg diff --git a/lib/editor/atto/pix/e/merge_cells.png b/pix/e/merge_cells.png similarity index 100% rename from lib/editor/atto/pix/e/merge_cells.png rename to pix/e/merge_cells.png diff --git a/lib/editor/atto/pix/e/merge_cells.svg b/pix/e/merge_cells.svg similarity index 100% rename from lib/editor/atto/pix/e/merge_cells.svg rename to pix/e/merge_cells.svg diff --git a/lib/editor/atto/pix/e/new_document.png b/pix/e/new_document.png similarity index 100% rename from lib/editor/atto/pix/e/new_document.png rename to pix/e/new_document.png diff --git a/lib/editor/atto/pix/e/new_document.svg b/pix/e/new_document.svg similarity index 100% rename from lib/editor/atto/pix/e/new_document.svg rename to pix/e/new_document.svg diff --git a/lib/editor/atto/pix/e/numbered_list.png b/pix/e/numbered_list.png similarity index 100% rename from lib/editor/atto/pix/e/numbered_list.png rename to pix/e/numbered_list.png diff --git a/lib/editor/atto/pix/e/numbered_list.svg b/pix/e/numbered_list.svg similarity index 100% rename from lib/editor/atto/pix/e/numbered_list.svg rename to pix/e/numbered_list.svg diff --git a/lib/editor/atto/pix/e/page_break.png b/pix/e/page_break.png similarity index 100% rename from lib/editor/atto/pix/e/page_break.png rename to pix/e/page_break.png diff --git a/lib/editor/atto/pix/e/page_break.svg b/pix/e/page_break.svg similarity index 100% rename from lib/editor/atto/pix/e/page_break.svg rename to pix/e/page_break.svg diff --git a/lib/editor/atto/pix/e/paste.png b/pix/e/paste.png similarity index 100% rename from lib/editor/atto/pix/e/paste.png rename to pix/e/paste.png diff --git a/lib/editor/atto/pix/e/paste.svg b/pix/e/paste.svg similarity index 100% rename from lib/editor/atto/pix/e/paste.svg rename to pix/e/paste.svg diff --git a/lib/editor/atto/pix/e/paste_text.png b/pix/e/paste_text.png similarity index 100% rename from lib/editor/atto/pix/e/paste_text.png rename to pix/e/paste_text.png diff --git a/lib/editor/atto/pix/e/paste_text.svg b/pix/e/paste_text.svg similarity index 100% rename from lib/editor/atto/pix/e/paste_text.svg rename to pix/e/paste_text.svg diff --git a/lib/editor/atto/pix/e/paste_word.png b/pix/e/paste_word.png similarity index 100% rename from lib/editor/atto/pix/e/paste_word.png rename to pix/e/paste_word.png diff --git a/lib/editor/atto/pix/e/paste_word.svg b/pix/e/paste_word.svg similarity index 100% rename from lib/editor/atto/pix/e/paste_word.svg rename to pix/e/paste_word.svg diff --git a/lib/editor/atto/pix/e/prevent_autolink.png b/pix/e/prevent_autolink.png similarity index 100% rename from lib/editor/atto/pix/e/prevent_autolink.png rename to pix/e/prevent_autolink.png diff --git a/lib/editor/atto/pix/e/prevent_autolink.svg b/pix/e/prevent_autolink.svg similarity index 100% rename from lib/editor/atto/pix/e/prevent_autolink.svg rename to pix/e/prevent_autolink.svg diff --git a/lib/editor/atto/pix/e/preview.png b/pix/e/preview.png similarity index 100% rename from lib/editor/atto/pix/e/preview.png rename to pix/e/preview.png diff --git a/lib/editor/atto/pix/e/preview.svg b/pix/e/preview.svg similarity index 100% rename from lib/editor/atto/pix/e/preview.svg rename to pix/e/preview.svg diff --git a/lib/editor/atto/pix/e/print.png b/pix/e/print.png similarity index 100% rename from lib/editor/atto/pix/e/print.png rename to pix/e/print.png diff --git a/lib/editor/atto/pix/e/print.svg b/pix/e/print.svg similarity index 100% rename from lib/editor/atto/pix/e/print.svg rename to pix/e/print.svg diff --git a/lib/editor/atto/pix/e/question.png b/pix/e/question.png similarity index 100% rename from lib/editor/atto/pix/e/question.png rename to pix/e/question.png diff --git a/lib/editor/atto/pix/e/question.svg b/pix/e/question.svg similarity index 100% rename from lib/editor/atto/pix/e/question.svg rename to pix/e/question.svg diff --git a/lib/editor/atto/pix/e/redo.png b/pix/e/redo.png similarity index 100% rename from lib/editor/atto/pix/e/redo.png rename to pix/e/redo.png diff --git a/lib/editor/atto/pix/e/redo.svg b/pix/e/redo.svg similarity index 100% rename from lib/editor/atto/pix/e/redo.svg rename to pix/e/redo.svg diff --git a/lib/editor/atto/pix/e/remove_link.png b/pix/e/remove_link.png similarity index 100% rename from lib/editor/atto/pix/e/remove_link.png rename to pix/e/remove_link.png diff --git a/lib/editor/atto/pix/e/remove_link.svg b/pix/e/remove_link.svg similarity index 100% rename from lib/editor/atto/pix/e/remove_link.svg rename to pix/e/remove_link.svg diff --git a/lib/editor/atto/pix/e/resize.png b/pix/e/resize.png similarity index 100% rename from lib/editor/atto/pix/e/resize.png rename to pix/e/resize.png diff --git a/lib/editor/atto/pix/e/resize.svg b/pix/e/resize.svg similarity index 100% rename from lib/editor/atto/pix/e/resize.svg rename to pix/e/resize.svg diff --git a/lib/editor/atto/pix/e/restore_draft.png b/pix/e/restore_draft.png similarity index 100% rename from lib/editor/atto/pix/e/restore_draft.png rename to pix/e/restore_draft.png diff --git a/lib/editor/atto/pix/e/restore_draft.svg b/pix/e/restore_draft.svg similarity index 100% rename from lib/editor/atto/pix/e/restore_draft.svg rename to pix/e/restore_draft.svg diff --git a/lib/editor/atto/pix/e/restore_last_draft.png b/pix/e/restore_last_draft.png similarity index 100% rename from lib/editor/atto/pix/e/restore_last_draft.png rename to pix/e/restore_last_draft.png diff --git a/lib/editor/atto/pix/e/restore_last_draft.svg b/pix/e/restore_last_draft.svg similarity index 100% rename from lib/editor/atto/pix/e/restore_last_draft.svg rename to pix/e/restore_last_draft.svg diff --git a/lib/editor/atto/pix/e/right_to_left.png b/pix/e/right_to_left.png similarity index 100% rename from lib/editor/atto/pix/e/right_to_left.png rename to pix/e/right_to_left.png diff --git a/lib/editor/atto/pix/e/right_to_left.svg b/pix/e/right_to_left.svg similarity index 100% rename from lib/editor/atto/pix/e/right_to_left.svg rename to pix/e/right_to_left.svg diff --git a/lib/editor/atto/pix/e/row_props.png b/pix/e/row_props.png similarity index 100% rename from lib/editor/atto/pix/e/row_props.png rename to pix/e/row_props.png diff --git a/lib/editor/atto/pix/e/row_props.svg b/pix/e/row_props.svg similarity index 100% rename from lib/editor/atto/pix/e/row_props.svg rename to pix/e/row_props.svg diff --git a/lib/editor/atto/pix/e/save.png b/pix/e/save.png similarity index 100% rename from lib/editor/atto/pix/e/save.png rename to pix/e/save.png diff --git a/lib/editor/atto/pix/e/save.svg b/pix/e/save.svg similarity index 100% rename from lib/editor/atto/pix/e/save.svg rename to pix/e/save.svg diff --git a/lib/editor/atto/pix/e/search.png b/pix/e/search.png similarity index 100% rename from lib/editor/atto/pix/e/search.png rename to pix/e/search.png diff --git a/lib/editor/atto/pix/e/search.svg b/pix/e/search.svg similarity index 100% rename from lib/editor/atto/pix/e/search.svg rename to pix/e/search.svg diff --git a/lib/editor/atto/pix/e/select_all.png b/pix/e/select_all.png similarity index 100% rename from lib/editor/atto/pix/e/select_all.png rename to pix/e/select_all.png diff --git a/lib/editor/atto/pix/e/select_all.svg b/pix/e/select_all.svg similarity index 100% rename from lib/editor/atto/pix/e/select_all.svg rename to pix/e/select_all.svg diff --git a/lib/editor/atto/pix/e/show_invisible_characters.png b/pix/e/show_invisible_characters.png similarity index 100% rename from lib/editor/atto/pix/e/show_invisible_characters.png rename to pix/e/show_invisible_characters.png diff --git a/lib/editor/atto/pix/e/show_invisible_characters.svg b/pix/e/show_invisible_characters.svg similarity index 100% rename from lib/editor/atto/pix/e/show_invisible_characters.svg rename to pix/e/show_invisible_characters.svg diff --git a/lib/editor/atto/pix/e/source_code.png b/pix/e/source_code.png similarity index 100% rename from lib/editor/atto/pix/e/source_code.png rename to pix/e/source_code.png diff --git a/lib/editor/atto/pix/e/source_code.svg b/pix/e/source_code.svg similarity index 100% rename from lib/editor/atto/pix/e/source_code.svg rename to pix/e/source_code.svg diff --git a/lib/editor/atto/pix/e/special_character.png b/pix/e/special_character.png similarity index 100% rename from lib/editor/atto/pix/e/special_character.png rename to pix/e/special_character.png diff --git a/lib/editor/atto/pix/e/special_character.svg b/pix/e/special_character.svg similarity index 100% rename from lib/editor/atto/pix/e/special_character.svg rename to pix/e/special_character.svg diff --git a/lib/editor/atto/pix/e/spellcheck.png b/pix/e/spellcheck.png similarity index 100% rename from lib/editor/atto/pix/e/spellcheck.png rename to pix/e/spellcheck.png diff --git a/lib/editor/atto/pix/e/spellcheck.svg b/pix/e/spellcheck.svg similarity index 100% rename from lib/editor/atto/pix/e/spellcheck.svg rename to pix/e/spellcheck.svg diff --git a/lib/editor/atto/pix/e/split_cells.png b/pix/e/split_cells.png similarity index 100% rename from lib/editor/atto/pix/e/split_cells.png rename to pix/e/split_cells.png diff --git a/lib/editor/atto/pix/e/split_cells.svg b/pix/e/split_cells.svg similarity index 100% rename from lib/editor/atto/pix/e/split_cells.svg rename to pix/e/split_cells.svg diff --git a/lib/editor/atto/pix/e/strikethrough.png b/pix/e/strikethrough.png similarity index 100% rename from lib/editor/atto/pix/e/strikethrough.png rename to pix/e/strikethrough.png diff --git a/lib/editor/atto/pix/e/strikethrough.svg b/pix/e/strikethrough.svg similarity index 100% rename from lib/editor/atto/pix/e/strikethrough.svg rename to pix/e/strikethrough.svg diff --git a/lib/editor/atto/pix/e/styleprops.png b/pix/e/styleprops.png similarity index 100% rename from lib/editor/atto/pix/e/styleprops.png rename to pix/e/styleprops.png diff --git a/lib/editor/atto/pix/e/styleprops.svg b/pix/e/styleprops.svg similarity index 100% rename from lib/editor/atto/pix/e/styleprops.svg rename to pix/e/styleprops.svg diff --git a/lib/editor/atto/pix/e/subscript.png b/pix/e/subscript.png similarity index 100% rename from lib/editor/atto/pix/e/subscript.png rename to pix/e/subscript.png diff --git a/lib/editor/atto/pix/e/subscript.svg b/pix/e/subscript.svg similarity index 100% rename from lib/editor/atto/pix/e/subscript.svg rename to pix/e/subscript.svg diff --git a/lib/editor/atto/pix/e/superscript.png b/pix/e/superscript.png similarity index 100% rename from lib/editor/atto/pix/e/superscript.png rename to pix/e/superscript.png diff --git a/lib/editor/atto/pix/e/superscript.svg b/pix/e/superscript.svg similarity index 100% rename from lib/editor/atto/pix/e/superscript.svg rename to pix/e/superscript.svg diff --git a/lib/editor/atto/pix/e/table.png b/pix/e/table.png similarity index 100% rename from lib/editor/atto/pix/e/table.png rename to pix/e/table.png diff --git a/lib/editor/atto/pix/e/table.svg b/pix/e/table.svg similarity index 100% rename from lib/editor/atto/pix/e/table.svg rename to pix/e/table.svg diff --git a/lib/editor/atto/pix/e/table_props.png b/pix/e/table_props.png similarity index 100% rename from lib/editor/atto/pix/e/table_props.png rename to pix/e/table_props.png diff --git a/lib/editor/atto/pix/e/table_props.svg b/pix/e/table_props.svg similarity index 100% rename from lib/editor/atto/pix/e/table_props.svg rename to pix/e/table_props.svg diff --git a/lib/editor/atto/pix/e/template.png b/pix/e/template.png similarity index 100% rename from lib/editor/atto/pix/e/template.png rename to pix/e/template.png diff --git a/lib/editor/atto/pix/e/template.svg b/pix/e/template.svg similarity index 100% rename from lib/editor/atto/pix/e/template.svg rename to pix/e/template.svg diff --git a/lib/editor/atto/pix/e/text_color.png b/pix/e/text_color.png similarity index 100% rename from lib/editor/atto/pix/e/text_color.png rename to pix/e/text_color.png diff --git a/lib/editor/atto/pix/e/text_color.svg b/pix/e/text_color.svg similarity index 100% rename from lib/editor/atto/pix/e/text_color.svg rename to pix/e/text_color.svg diff --git a/lib/editor/atto/pix/e/text_highlight.png b/pix/e/text_highlight.png similarity index 100% rename from lib/editor/atto/pix/e/text_highlight.png rename to pix/e/text_highlight.png diff --git a/lib/editor/atto/pix/e/text_highlight.svg b/pix/e/text_highlight.svg similarity index 100% rename from lib/editor/atto/pix/e/text_highlight.svg rename to pix/e/text_highlight.svg diff --git a/lib/editor/atto/pix/e/tick.png b/pix/e/tick.png similarity index 100% rename from lib/editor/atto/pix/e/tick.png rename to pix/e/tick.png diff --git a/lib/editor/atto/pix/e/tick.svg b/pix/e/tick.svg similarity index 100% rename from lib/editor/atto/pix/e/tick.svg rename to pix/e/tick.svg diff --git a/lib/editor/atto/pix/e/toggle_blockquote.png b/pix/e/toggle_blockquote.png similarity index 100% rename from lib/editor/atto/pix/e/toggle_blockquote.png rename to pix/e/toggle_blockquote.png diff --git a/lib/editor/atto/pix/e/toggle_blockquote.svg b/pix/e/toggle_blockquote.svg similarity index 100% rename from lib/editor/atto/pix/e/toggle_blockquote.svg rename to pix/e/toggle_blockquote.svg diff --git a/lib/editor/atto/pix/e/underline.png b/pix/e/underline.png similarity index 100% rename from lib/editor/atto/pix/e/underline.png rename to pix/e/underline.png diff --git a/lib/editor/atto/pix/e/underline.svg b/pix/e/underline.svg similarity index 100% rename from lib/editor/atto/pix/e/underline.svg rename to pix/e/underline.svg diff --git a/lib/editor/atto/pix/e/undo.png b/pix/e/undo.png similarity index 100% rename from lib/editor/atto/pix/e/undo.png rename to pix/e/undo.png diff --git a/lib/editor/atto/pix/e/undo.svg b/pix/e/undo.svg similarity index 100% rename from lib/editor/atto/pix/e/undo.svg rename to pix/e/undo.svg diff --git a/lib/editor/atto/pix/e/visual_aid.png b/pix/e/visual_aid.png similarity index 100% rename from lib/editor/atto/pix/e/visual_aid.png rename to pix/e/visual_aid.png diff --git a/lib/editor/atto/pix/e/visual_aid.svg b/pix/e/visual_aid.svg similarity index 100% rename from lib/editor/atto/pix/e/visual_aid.svg rename to pix/e/visual_aid.svg diff --git a/lib/editor/atto/pix/e/visual_blocks.png b/pix/e/visual_blocks.png similarity index 100% rename from lib/editor/atto/pix/e/visual_blocks.png rename to pix/e/visual_blocks.png diff --git a/lib/editor/atto/pix/e/visual_blocks.svg b/pix/e/visual_blocks.svg similarity index 100% rename from lib/editor/atto/pix/e/visual_blocks.svg rename to pix/e/visual_blocks.svg