4 lines
No EOL
227 B
HTML
4 lines
No EOL
227 B
HTML
<div class="input-group mb-2">
|
|
<span class="input-group-text col-3-label">${label}</span>
|
|
<input type="${type}" class="form-control col-9" id="${group}:${key}" name="${group}:${key}" $value>
|
|
</div> |