mirror of
https://github.com/documize/community.git
synced 2025-08-07 14:35:28 +02:00
Support for ARIA
This commit is contained in:
parent
45f216b8a1
commit
6b3cdb5033
42 changed files with 159 additions and 148 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
<div class="space-admin">
|
||||
<div class="categories">
|
||||
<form class="form" onsubmit={{action "onAdd"}}>
|
||||
<form class="form" onsubmit={{action "onAdd"}} role="form">
|
||||
<div class="form-group">
|
||||
{{focus-input id="new-category-name" type="text" class="form-control mousetrap" placeholder="Category name" value=newCategory}}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue