mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
Merge branch 'MDL-44808-master' of git://github.com/FMCorz/moodle
This commit is contained in:
commit
de19c44c82
@ -22,7 +22,6 @@
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
$string['accessibilityhint'] = '<h3>Accessible tables recommendation</h3><p>An accessible HTML table should have :<ul><li>a caption describing the content of the table</li><li>row and/or column headers</li><li>no empty table headers</li><li>no merged table cells</li></ul>.</p>';
|
||||
$string['createtable'] = 'Create table';
|
||||
$string['pluginname'] = 'Table';
|
||||
$string['numberofcolumns'] = 'Number of columns';
|
||||
|
@ -56,8 +56,7 @@ var COMPONENT = 'atto_table',
|
||||
'<br/>' +
|
||||
'<button class="submit" type="submit">{{get_string "createtable" component}}</button>' +
|
||||
'</div>' +
|
||||
'</form>' +
|
||||
'<hr/>{{{get_string "accessibilityhint" component}}}',
|
||||
'</form>',
|
||||
CONTEXTMENUTEMPLATE = '' +
|
||||
'<ul>' +
|
||||
'<li><a href="#" data-change="addcolumnafter">{{get_string "addcolumnafter" component}}</a></li>' +
|
||||
|
File diff suppressed because one or more lines are too long
@ -56,8 +56,7 @@ var COMPONENT = 'atto_table',
|
||||
'<br/>' +
|
||||
'<button class="submit" type="submit">{{get_string "createtable" component}}</button>' +
|
||||
'</div>' +
|
||||
'</form>' +
|
||||
'<hr/>{{{get_string "accessibilityhint" component}}}',
|
||||
'</form>',
|
||||
CONTEXTMENUTEMPLATE = '' +
|
||||
'<ul>' +
|
||||
'<li><a href="#" data-change="addcolumnafter">{{get_string "addcolumnafter" component}}</a></li>' +
|
||||
|
@ -54,8 +54,7 @@ var COMPONENT = 'atto_table',
|
||||
'<br/>' +
|
||||
'<button class="submit" type="submit">{{get_string "createtable" component}}</button>' +
|
||||
'</div>' +
|
||||
'</form>' +
|
||||
'<hr/>{{{get_string "accessibilityhint" component}}}',
|
||||
'</form>',
|
||||
CONTEXTMENUTEMPLATE = '' +
|
||||
'<ul>' +
|
||||
'<li><a href="#" data-change="addcolumnafter">{{get_string "addcolumnafter" component}}</a></li>' +
|
||||
|
@ -137,7 +137,7 @@ div.editor_atto_toolbar div.atto_group {
|
||||
}
|
||||
.atto_form label {
|
||||
display: block;
|
||||
margin: 5px;
|
||||
margin: 0 0 5px 0;
|
||||
}
|
||||
|
||||
/* RTL Rules */
|
||||
|
Loading…
x
Reference in New Issue
Block a user