mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
MDL-44234 atto_table: Reduce the size of the caption field
This commit is contained in:
parent
814f40ba31
commit
dfd5127531
4 changed files with 5 additions and 5 deletions
|
@ -37,7 +37,7 @@ var COMPONENT = 'atto_table',
|
|||
TEMPLATE = '' +
|
||||
'<form class="atto_form">' +
|
||||
'<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/>' +
|
||||
'<label for="{{elementid}}_atto_table_headers" class="sameline">{{get_string "headers" component}}</label>' +
|
||||
'<select class="headers" id="{{elementid}}_atto_table_headers">' +
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -37,7 +37,7 @@ var COMPONENT = 'atto_table',
|
|||
TEMPLATE = '' +
|
||||
'<form class="atto_form">' +
|
||||
'<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/>' +
|
||||
'<label for="{{elementid}}_atto_table_headers" class="sameline">{{get_string "headers" component}}</label>' +
|
||||
'<select class="headers" id="{{elementid}}_atto_table_headers">' +
|
||||
|
|
|
@ -35,7 +35,7 @@ var COMPONENT = 'atto_table',
|
|||
TEMPLATE = '' +
|
||||
'<form class="atto_form">' +
|
||||
'<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/>' +
|
||||
'<label for="{{elementid}}_atto_table_headers" class="sameline">{{get_string "headers" component}}</label>' +
|
||||
'<select class="headers" id="{{elementid}}_atto_table_headers">' +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue