Merge branch 'MDL-44927-master-fix2' of https://github.com/damyon/moodle

This commit is contained in:
Dan Poltawski
2014-04-10 14:09:15 +08:00
4 changed files with 17 additions and 2 deletions
@@ -607,6 +607,11 @@ Y.namespace('M.atto_table').Button = Y.Base.create('button', Y.M.editor_atto.Edi
data: {
change: "deletecolumn"
}
}, {
text: M.util.get_string("edittable", COMPONENT),
data: {
change: "edittable"
}
}
];
File diff suppressed because one or more lines are too long
@@ -607,6 +607,11 @@ Y.namespace('M.atto_table').Button = Y.Base.create('button', Y.M.editor_atto.Edi
data: {
change: "deletecolumn"
}
}, {
text: M.util.get_string("edittable", COMPONENT),
data: {
change: "edittable"
}
}
];
@@ -605,6 +605,11 @@ Y.namespace('M.atto_table').Button = Y.Base.create('button', Y.M.editor_atto.Edi
data: {
change: "deletecolumn"
}
}, {
text: M.util.get_string("edittable", COMPONENT),
data: {
change: "edittable"
}
}
];