mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 09:56:38 +02:00
Merge branch 'MDL-44808-master' of git://github.com/FMCorz/moodle
This commit is contained in:
commit
de19c44c82
6 changed files with 6 additions and 10 deletions
|
@ -22,7 +22,6 @@
|
||||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
* @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['createtable'] = 'Create table';
|
||||||
$string['pluginname'] = 'Table';
|
$string['pluginname'] = 'Table';
|
||||||
$string['numberofcolumns'] = 'Number of columns';
|
$string['numberofcolumns'] = 'Number of columns';
|
||||||
|
|
|
@ -56,8 +56,7 @@ var COMPONENT = 'atto_table',
|
||||||
'<br/>' +
|
'<br/>' +
|
||||||
'<button class="submit" type="submit">{{get_string "createtable" component}}</button>' +
|
'<button class="submit" type="submit">{{get_string "createtable" component}}</button>' +
|
||||||
'</div>' +
|
'</div>' +
|
||||||
'</form>' +
|
'</form>',
|
||||||
'<hr/>{{{get_string "accessibilityhint" component}}}',
|
|
||||||
CONTEXTMENUTEMPLATE = '' +
|
CONTEXTMENUTEMPLATE = '' +
|
||||||
'<ul>' +
|
'<ul>' +
|
||||||
'<li><a href="#" data-change="addcolumnafter">{{get_string "addcolumnafter" component}}</a></li>' +
|
'<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/>' +
|
'<br/>' +
|
||||||
'<button class="submit" type="submit">{{get_string "createtable" component}}</button>' +
|
'<button class="submit" type="submit">{{get_string "createtable" component}}</button>' +
|
||||||
'</div>' +
|
'</div>' +
|
||||||
'</form>' +
|
'</form>',
|
||||||
'<hr/>{{{get_string "accessibilityhint" component}}}',
|
|
||||||
CONTEXTMENUTEMPLATE = '' +
|
CONTEXTMENUTEMPLATE = '' +
|
||||||
'<ul>' +
|
'<ul>' +
|
||||||
'<li><a href="#" data-change="addcolumnafter">{{get_string "addcolumnafter" component}}</a></li>' +
|
'<li><a href="#" data-change="addcolumnafter">{{get_string "addcolumnafter" component}}</a></li>' +
|
||||||
|
|
|
@ -54,8 +54,7 @@ var COMPONENT = 'atto_table',
|
||||||
'<br/>' +
|
'<br/>' +
|
||||||
'<button class="submit" type="submit">{{get_string "createtable" component}}</button>' +
|
'<button class="submit" type="submit">{{get_string "createtable" component}}</button>' +
|
||||||
'</div>' +
|
'</div>' +
|
||||||
'</form>' +
|
'</form>',
|
||||||
'<hr/>{{{get_string "accessibilityhint" component}}}',
|
|
||||||
CONTEXTMENUTEMPLATE = '' +
|
CONTEXTMENUTEMPLATE = '' +
|
||||||
'<ul>' +
|
'<ul>' +
|
||||||
'<li><a href="#" data-change="addcolumnafter">{{get_string "addcolumnafter" component}}</a></li>' +
|
'<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 {
|
.atto_form label {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 5px;
|
margin: 0 0 5px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* RTL Rules */
|
/* RTL Rules */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue