Skip to content

Commit

Permalink
AS/ATK search form: add input field hints
Browse files Browse the repository at this point in the history
  • Loading branch information
Misty De Meo committed Aug 5, 2015
1 parent 559d9e5 commit 9dfd688
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dashboard/src/templates/ingest/as/_search_form.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
 <form action='' method='GET'>
<input name='query' type='text' value='{{ query }}' />
<input name='identifier' type='identifier' value='{{ identifier }}' />
<input name='query' type='text' value='{{ query }}' placeholder='Title' />
<input name='identifier' type='identifier' value='{{ identifier }}' placeholder='Identifier' />
<input type='submit' value='Search' class='btn' />
</form>

0 comments on commit 9dfd688

Please sign in to comment.