MDL-44234 atto_table: Reduce the size of the caption field

This commit is contained in:
Frederic Massart 2014-03-25 14:41:04 +08:00
parent 814f40ba31
commit dfd5127531
4 changed files with 5 additions and 5 deletions

View file

@ -37,7 +37,7 @@ var COMPONENT = 'atto_table',
TEMPLATE = '' + TEMPLATE = '' +
'<form class="atto_form">' + '<form class="atto_form">' +
'<label for="{{elementid}}_atto_table_caption">{{get_string "caption" component}}</label>' + '<label for="{{elementid}}_atto_table_caption">{{get_string "caption" component}}</label>' +
'<textarea class="caption" id="{{elementid}}_atto_table_caption" rows="4" class="fullwidth" required></textarea>' + '<input class="caption fullwidth" id="{{elementid}}_atto_table_caption" required />' +
'<br/>' + '<br/>' +
'<label for="{{elementid}}_atto_table_headers" class="sameline">{{get_string "headers" component}}</label>' + '<label for="{{elementid}}_atto_table_headers" class="sameline">{{get_string "headers" component}}</label>' +
'<select class="headers" id="{{elementid}}_atto_table_headers">' + '<select class="headers" id="{{elementid}}_atto_table_headers">' +

File diff suppressed because one or more lines are too long

View file

@ -37,7 +37,7 @@ var COMPONENT = 'atto_table',
TEMPLATE = '' + TEMPLATE = '' +
'<form class="atto_form">' + '<form class="atto_form">' +
'<label for="{{elementid}}_atto_table_caption">{{get_string "caption" component}}</label>' + '<label for="{{elementid}}_atto_table_caption">{{get_string "caption" component}}</label>' +
'<textarea class="caption" id="{{elementid}}_atto_table_caption" rows="4" class="fullwidth" required></textarea>' + '<input class="caption fullwidth" id="{{elementid}}_atto_table_caption" required />' +
'<br/>' + '<br/>' +
'<label for="{{elementid}}_atto_table_headers" class="sameline">{{get_string "headers" component}}</label>' + '<label for="{{elementid}}_atto_table_headers" class="sameline">{{get_string "headers" component}}</label>' +
'<select class="headers" id="{{elementid}}_atto_table_headers">' + '<select class="headers" id="{{elementid}}_atto_table_headers">' +

View file

@ -35,7 +35,7 @@ var COMPONENT = 'atto_table',
TEMPLATE = '' + TEMPLATE = '' +
'<form class="atto_form">' + '<form class="atto_form">' +
'<label for="{{elementid}}_atto_table_caption">{{get_string "caption" component}}</label>' + '<label for="{{elementid}}_atto_table_caption">{{get_string "caption" component}}</label>' +
'<textarea class="caption" id="{{elementid}}_atto_table_caption" rows="4" class="fullwidth" required></textarea>' + '<input class="caption fullwidth" id="{{elementid}}_atto_table_caption" required />' +
'<br/>' + '<br/>' +
'<label for="{{elementid}}_atto_table_headers" class="sameline">{{get_string "headers" component}}</label>' + '<label for="{{elementid}}_atto_table_headers" class="sameline">{{get_string "headers" component}}</label>' +
'<select class="headers" id="{{elementid}}_atto_table_headers">' + '<select class="headers" id="{{elementid}}_atto_table_headers">' +