Cleaned markup, added styles, and aria roles for Refresh Content pages
This commit is contained in:
parent
ff8c14a725
commit
a54e24779d
2 changed files with 3 additions and 3 deletions
|
@ -13,11 +13,11 @@
|
|||
|
||||
<form action="${actionUrl}" method="POST">
|
||||
<p>
|
||||
<input type="submit" name="update" value="Update">
|
||||
<input class="submit" type="submit" name="update" value="Update" role="button" />
|
||||
Add the latest changes to the index.
|
||||
</p>
|
||||
<p>
|
||||
<input type="submit" name="rebuild" value="Rebuild">
|
||||
<input class="submit" type="submit" name="rebuild" value="Rebuild" role="button" />
|
||||
Start with an empty index and build it completely.
|
||||
</p>
|
||||
</form>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<#if formAction?has_content>
|
||||
<form method="post" action="${formAction}">
|
||||
<input type="submit" value="Recompute Inferences" name="submit"/>
|
||||
<input class="submit" type="submit" value="Recompute Inferences" name="submit" role="input" />
|
||||
</form>
|
||||
</#if>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue