-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added field description via the title attribute and set to "required" the search terms, as there is no reason to look up an emtpy string.
- Loading branch information
Showing
3 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<form class="navbar-form form-search pull-right" $FormAttributes> | ||
<div class="input-append"> | ||
<input name="Search" type="text" class="search-query input-medium" value="$SearchQuery"> | ||
<input name="Search" type="text" title="<%t Silverstrap.SearchTitle %>" required class="search-query input-medium" value="$SearchQuery"> | ||
<button type="submit" class="btn btn-primary"><%t Silverstrap.Search %></button> | ||
</div> | ||
</form> |