MDL-44927 Atto: Fix bad merge of MDL-44760 (missing menu entry)

This commit is contained in:
Damyon Wiese 2014-04-10 13:24:28 +08:00
parent 0734383d63
commit 92810c07f7
4 changed files with 17 additions and 2 deletions

View File

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

View File

@ -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"
}
}
];

View File

@ -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"
}
}
];