MDL-43842 Atto: Move pix-icons into core pix folder.

This commit is contained in:
Damyon Wiese 2014-01-28 13:58:47 +08:00
parent adca7326d8
commit 3df7cfc59a
200 changed files with 16 additions and 16 deletions

View File

@ -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',

View File

@ -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',

View File

@ -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',

View File

@ -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',

View File

@ -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',

View File

@ -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',

View File

@ -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',

View File

@ -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',

View File

@ -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',

View File

@ -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',

View File

@ -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',

View File

@ -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',

View File

@ -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',

View File

@ -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',

View File

@ -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',

View File

@ -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',

View File

Before

Width:  |  Height:  |  Size: 316 B

After

Width:  |  Height:  |  Size: 316 B

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 180 B

After

Width:  |  Height:  |  Size: 180 B

View File

Before

Width:  |  Height:  |  Size: 787 B

After

Width:  |  Height:  |  Size: 787 B

View File

Before

Width:  |  Height:  |  Size: 316 B

After

Width:  |  Height:  |  Size: 316 B

View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

Before

Width:  |  Height:  |  Size: 149 B

After

Width:  |  Height:  |  Size: 149 B

View File

Before

Width:  |  Height:  |  Size: 705 B

After

Width:  |  Height:  |  Size: 705 B

View File

Before

Width:  |  Height:  |  Size: 159 B

After

Width:  |  Height:  |  Size: 159 B

View File

Before

Width:  |  Height:  |  Size: 751 B

After

Width:  |  Height:  |  Size: 751 B

View File

Before

Width:  |  Height:  |  Size: 151 B

After

Width:  |  Height:  |  Size: 151 B

View File

Before

Width:  |  Height:  |  Size: 751 B

After

Width:  |  Height:  |  Size: 751 B

View File

Before

Width:  |  Height:  |  Size: 151 B

After

Width:  |  Height:  |  Size: 151 B

View File

Before

Width:  |  Height:  |  Size: 751 B

After

Width:  |  Height:  |  Size: 751 B

View File

Before

Width:  |  Height:  |  Size: 209 B

After

Width:  |  Height:  |  Size: 209 B

View File

Before

Width:  |  Height:  |  Size: 722 B

After

Width:  |  Height:  |  Size: 722 B

View File

Before

Width:  |  Height:  |  Size: 230 B

After

Width:  |  Height:  |  Size: 230 B

View File

Before

Width:  |  Height:  |  Size: 928 B

After

Width:  |  Height:  |  Size: 928 B

View File

Before

Width:  |  Height:  |  Size: 309 B

After

Width:  |  Height:  |  Size: 309 B

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 203 B

After

Width:  |  Height:  |  Size: 203 B

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 166 B

After

Width:  |  Height:  |  Size: 166 B

View File

Before

Width:  |  Height:  |  Size: 822 B

After

Width:  |  Height:  |  Size: 822 B

View File

Before

Width:  |  Height:  |  Size: 285 B

After

Width:  |  Height:  |  Size: 285 B

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 313 B

After

Width:  |  Height:  |  Size: 313 B

View File

Before

Width:  |  Height:  |  Size: 940 B

After

Width:  |  Height:  |  Size: 940 B

View File

Before

Width:  |  Height:  |  Size: 381 B

After

Width:  |  Height:  |  Size: 381 B

View File

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

Before

Width:  |  Height:  |  Size: 249 B

After

Width:  |  Height:  |  Size: 249 B

View File

Before

Width:  |  Height:  |  Size: 791 B

After

Width:  |  Height:  |  Size: 791 B

View File

Before

Width:  |  Height:  |  Size: 389 B

After

Width:  |  Height:  |  Size: 389 B

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 205 B

After

Width:  |  Height:  |  Size: 205 B

View File

Before

Width:  |  Height:  |  Size: 767 B

After

Width:  |  Height:  |  Size: 767 B

View File

Before

Width:  |  Height:  |  Size: 310 B

After

Width:  |  Height:  |  Size: 310 B

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 211 B

After

Width:  |  Height:  |  Size: 211 B

View File

Before

Width:  |  Height:  |  Size: 769 B

After

Width:  |  Height:  |  Size: 769 B

View File

Before

Width:  |  Height:  |  Size: 200 B

After

Width:  |  Height:  |  Size: 200 B

View File

Before

Width:  |  Height:  |  Size: 761 B

After

Width:  |  Height:  |  Size: 761 B

View File

Before

Width:  |  Height:  |  Size: 303 B

After

Width:  |  Height:  |  Size: 303 B

View File

Before

Width:  |  Height:  |  Size: 1022 B

After

Width:  |  Height:  |  Size: 1022 B

View File

Before

Width:  |  Height:  |  Size: 369 B

After

Width:  |  Height:  |  Size: 369 B

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 373 B

After

Width:  |  Height:  |  Size: 373 B

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 396 B

After

Width:  |  Height:  |  Size: 396 B

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 398 B

After

Width:  |  Height:  |  Size: 398 B

View File

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

Before

Width:  |  Height:  |  Size: 209 B

After

Width:  |  Height:  |  Size: 209 B

View File

Before

Width:  |  Height:  |  Size: 832 B

After

Width:  |  Height:  |  Size: 832 B

View File

Before

Width:  |  Height:  |  Size: 343 B

After

Width:  |  Height:  |  Size: 343 B

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 314 B

After

Width:  |  Height:  |  Size: 314 B

View File

Before

Width:  |  Height:  |  Size: 889 B

After

Width:  |  Height:  |  Size: 889 B

View File

Before

Width:  |  Height:  |  Size: 378 B

After

Width:  |  Height:  |  Size: 378 B

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 211 B

After

Width:  |  Height:  |  Size: 211 B

View File

Before

Width:  |  Height:  |  Size: 769 B

After

Width:  |  Height:  |  Size: 769 B

View File

Before

Width:  |  Height:  |  Size: 315 B

After

Width:  |  Height:  |  Size: 315 B

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 203 B

After

Width:  |  Height:  |  Size: 203 B

View File

Before

Width:  |  Height:  |  Size: 773 B

After

Width:  |  Height:  |  Size: 773 B

View File

Before

Width:  |  Height:  |  Size: 209 B

After

Width:  |  Height:  |  Size: 209 B

View File

Before

Width:  |  Height:  |  Size: 779 B

After

Width:  |  Height:  |  Size: 779 B

View File

Before

Width:  |  Height:  |  Size: 179 B

After

Width:  |  Height:  |  Size: 179 B

View File

Before

Width:  |  Height:  |  Size: 878 B

After

Width:  |  Height:  |  Size: 878 B

View File

Before

Width:  |  Height:  |  Size: 298 B

After

Width:  |  Height:  |  Size: 298 B

View File

Before

Width:  |  Height:  |  Size: 934 B

After

Width:  |  Height:  |  Size: 934 B

View File

Before

Width:  |  Height:  |  Size: 345 B

After

Width:  |  Height:  |  Size: 345 B

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

Before

Width:  |  Height:  |  Size: 264 B

After

Width:  |  Height:  |  Size: 264 B

View File

Before

Width:  |  Height:  |  Size: 818 B

After

Width:  |  Height:  |  Size: 818 B

View File

Before

Width:  |  Height:  |  Size: 350 B

After

Width:  |  Height:  |  Size: 350 B

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 134 B

After

Width:  |  Height:  |  Size: 134 B

View File

Before

Width:  |  Height:  |  Size: 689 B

After

Width:  |  Height:  |  Size: 689 B

View File

Before

Width:  |  Height:  |  Size: 187 B

After

Width:  |  Height:  |  Size: 187 B

View File

Before

Width:  |  Height:  |  Size: 729 B

After

Width:  |  Height:  |  Size: 729 B

View File

Before

Width:  |  Height:  |  Size: 213 B

After

Width:  |  Height:  |  Size: 213 B

View File

Before

Width:  |  Height:  |  Size: 777 B

After

Width:  |  Height:  |  Size: 777 B

Some files were not shown because too many files have changed in this diff Show More