Merge branch 'MDL-44927-master-fix2' of https://github.com/damyon/moodle
This commit is contained in:
Vendored
+5
@@ -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"
|
||||
}
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Vendored
+2
-2
File diff suppressed because one or more lines are too long
Vendored
+5
@@ -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"
|
||||
}
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user