mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-69582 tool_customlang: add label to textarea
This commit is contained in:
parent
e049d30613
commit
55c0e80595
1 changed files with 2 additions and 2 deletions
|
@ -129,8 +129,8 @@
|
||||||
<strong>{{#str}}headinglocal, tool_customlang{{/str}}</strong>
|
<strong>{{#str}}headinglocal, tool_customlang{{/str}}</strong>
|
||||||
</div>
|
</div>
|
||||||
<div class="py-2 py-md-0 px-md-3">
|
<div class="py-2 py-md-0 px-md-3">
|
||||||
<textarea class="form-control w-100 border-box" name="cust[{{id}}]" cols="40" rows="3">{{{ local }}}</textarea>
|
<label for="{{id}}" class="sr-only sr-only-focusable">{{{ component }}}/{{{ stringid }}}</label>
|
||||||
|
<textarea class="form-control w-100 border-box" id="{{id}}" name="cust[{{id}}]" cols="40" rows="3">{{{ local }}}</textarea>
|
||||||
{{#checkupdated}}
|
{{#checkupdated}}
|
||||||
<div class="uptodatewrapper">
|
<div class="uptodatewrapper">
|
||||||
<div class="form-check">
|
<div class="form-check">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue