mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
MDL-44927 Atto: Fix bad merge of MDL-44760 (missing menu entry)
This commit is contained in:
parent
0734383d63
commit
92810c07f7
@ -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"
|
||||
}
|
||||
}
|
||||
];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user