MDL-43842 Atto: Move pix-icons into core pix folder.
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
Before Width: | Height: | Size: 316 B After Width: | Height: | Size: 316 B |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 180 B After Width: | Height: | Size: 180 B |
Before Width: | Height: | Size: 787 B After Width: | Height: | Size: 787 B |
Before Width: | Height: | Size: 316 B After Width: | Height: | Size: 316 B |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 149 B After Width: | Height: | Size: 149 B |
Before Width: | Height: | Size: 705 B After Width: | Height: | Size: 705 B |
Before Width: | Height: | Size: 159 B After Width: | Height: | Size: 159 B |
Before Width: | Height: | Size: 751 B After Width: | Height: | Size: 751 B |
Before Width: | Height: | Size: 151 B After Width: | Height: | Size: 151 B |
Before Width: | Height: | Size: 751 B After Width: | Height: | Size: 751 B |
Before Width: | Height: | Size: 151 B After Width: | Height: | Size: 151 B |
Before Width: | Height: | Size: 751 B After Width: | Height: | Size: 751 B |
Before Width: | Height: | Size: 209 B After Width: | Height: | Size: 209 B |
Before Width: | Height: | Size: 722 B After Width: | Height: | Size: 722 B |
Before Width: | Height: | Size: 230 B After Width: | Height: | Size: 230 B |
Before Width: | Height: | Size: 928 B After Width: | Height: | Size: 928 B |
Before Width: | Height: | Size: 309 B After Width: | Height: | Size: 309 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 203 B After Width: | Height: | Size: 203 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 166 B After Width: | Height: | Size: 166 B |
Before Width: | Height: | Size: 822 B After Width: | Height: | Size: 822 B |
Before Width: | Height: | Size: 285 B After Width: | Height: | Size: 285 B |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 313 B After Width: | Height: | Size: 313 B |
Before Width: | Height: | Size: 940 B After Width: | Height: | Size: 940 B |
Before Width: | Height: | Size: 381 B After Width: | Height: | Size: 381 B |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 249 B After Width: | Height: | Size: 249 B |
Before Width: | Height: | Size: 791 B After Width: | Height: | Size: 791 B |
Before Width: | Height: | Size: 389 B After Width: | Height: | Size: 389 B |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 205 B After Width: | Height: | Size: 205 B |
Before Width: | Height: | Size: 767 B After Width: | Height: | Size: 767 B |
Before Width: | Height: | Size: 310 B After Width: | Height: | Size: 310 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 211 B After Width: | Height: | Size: 211 B |
Before Width: | Height: | Size: 769 B After Width: | Height: | Size: 769 B |
Before Width: | Height: | Size: 200 B After Width: | Height: | Size: 200 B |
Before Width: | Height: | Size: 761 B After Width: | Height: | Size: 761 B |
Before Width: | Height: | Size: 303 B After Width: | Height: | Size: 303 B |
Before Width: | Height: | Size: 1022 B After Width: | Height: | Size: 1022 B |
Before Width: | Height: | Size: 369 B After Width: | Height: | Size: 369 B |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 373 B After Width: | Height: | Size: 373 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 396 B After Width: | Height: | Size: 396 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 398 B After Width: | Height: | Size: 398 B |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 209 B After Width: | Height: | Size: 209 B |
Before Width: | Height: | Size: 832 B After Width: | Height: | Size: 832 B |
Before Width: | Height: | Size: 343 B After Width: | Height: | Size: 343 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 314 B After Width: | Height: | Size: 314 B |
Before Width: | Height: | Size: 889 B After Width: | Height: | Size: 889 B |
Before Width: | Height: | Size: 378 B After Width: | Height: | Size: 378 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 211 B After Width: | Height: | Size: 211 B |
Before Width: | Height: | Size: 769 B After Width: | Height: | Size: 769 B |
Before Width: | Height: | Size: 315 B After Width: | Height: | Size: 315 B |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 203 B After Width: | Height: | Size: 203 B |
Before Width: | Height: | Size: 773 B After Width: | Height: | Size: 773 B |
Before Width: | Height: | Size: 209 B After Width: | Height: | Size: 209 B |
Before Width: | Height: | Size: 779 B After Width: | Height: | Size: 779 B |
Before Width: | Height: | Size: 179 B After Width: | Height: | Size: 179 B |
Before Width: | Height: | Size: 878 B After Width: | Height: | Size: 878 B |
Before Width: | Height: | Size: 298 B After Width: | Height: | Size: 298 B |
Before Width: | Height: | Size: 934 B After Width: | Height: | Size: 934 B |
Before Width: | Height: | Size: 345 B After Width: | Height: | Size: 345 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 264 B After Width: | Height: | Size: 264 B |
Before Width: | Height: | Size: 818 B After Width: | Height: | Size: 818 B |
Before Width: | Height: | Size: 350 B After Width: | Height: | Size: 350 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 134 B After Width: | Height: | Size: 134 B |
Before Width: | Height: | Size: 689 B After Width: | Height: | Size: 689 B |
Before Width: | Height: | Size: 187 B After Width: | Height: | Size: 187 B |
Before Width: | Height: | Size: 729 B After Width: | Height: | Size: 729 B |
Before Width: | Height: | Size: 213 B After Width: | Height: | Size: 213 B |
Before Width: | Height: | Size: 777 B After Width: | Height: | Size: 777 B |