Merge branch 'MDL-44808-master' of git://github.com/FMCorz/moodle

This commit is contained in:
Marina Glancy 2014-03-31 16:36:12 +08:00
commit de19c44c82
6 changed files with 6 additions and 10 deletions

View File

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

View File

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

View File

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

View File

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

View File

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