NIHVIVO-2280: Added role tags to forms
This commit is contained in:
parent
ce743ce79e
commit
61f5d87331
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@
|
||||||
</select>
|
</select>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<form method="POST" action="${formUrls.list}" class="customForm" role="">
|
<form method="POST" action="${formUrls.list}" class="customForm" role="search accounts">
|
||||||
<section id="search-accounts">
|
<section id="search-accounts">
|
||||||
<input type="text" name="" />
|
<input type="text" name="" />
|
||||||
<input class="submit" type="submit" value="Search accounts"/>
|
<input class="submit" type="submit" value="Search accounts"/>
|
||||||
|
@ -73,7 +73,7 @@
|
||||||
</section>
|
</section>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<form method="POST" action="${formUrls.list}" id="account-display" class="customForm" role="">
|
<form method="POST" action="${formUrls.list}" id="account-display" class="customForm" role="accounts display">
|
||||||
<@p.accountsNav />
|
<@p.accountsNav />
|
||||||
|
|
||||||
<table id="account">
|
<table id="account">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue