mirror of
https://github.com/documize/community.git
synced 2025-08-05 05:25:27 +02:00
Support for ARIA
This commit is contained in:
parent
45f216b8a1
commit
6b3cdb5033
42 changed files with 159 additions and 148 deletions
|
@ -25,7 +25,7 @@
|
|||
{{ui/ui-button color=constants.Color.Green icon=constants.Icon.Person light=true label=constants.Label.Add onClick=(action "onAddUser")}}
|
||||
<Ui::UiSpacer @size="300" />
|
||||
</form>
|
||||
<form onsubmit={{action "onAddUser"}}>
|
||||
<form onsubmit={{action "onAddUser"}} role="form">
|
||||
<div class="form-group">
|
||||
<label for="edit-group-desc">Bulk Upload</label>
|
||||
{{textarea id="bulkUsers" value=bulkUsers class="form-control" rows="5" placeholder="firstname, lastname, email"}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue