Skip to content

Commit

Permalink
minor translation fix, search update html on reports page.
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Feb 20, 2014
1 parent b2af30f commit 50176b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
Expand Up @@ -20,11 +20,6 @@
<wicket:extend>

<form wicket:id="searchForm" class="form-inline pull-right search-form">
<div class="form-group">
<label class="sr-only"><wicket:message key="searchForm.searchTextPlaceholder" /></label>
<input class="form-control input-sm" wicket:id="searchText"
wicket:message="placeholder:searchForm.searchTextPlaceholder">
</div>

<div class="checkbox">
<label>
Expand All @@ -33,6 +28,12 @@
</label>
</div>

<div class="form-group">
<label class="sr-only"><wicket:message key="searchForm.searchTextPlaceholder" /></label>
<input class="form-control input-sm" wicket:id="searchText"
wicket:message="placeholder:searchForm.searchTextPlaceholder">
</div>

<span class="btn-group">
<a class="btn btn-default btn-sm" wicket:id="searchButton"/>
<a class="btn btn-danger btn-sm" wicket:message="title:PageBase.button.tooltip.clearSearch" wicket:id="searchClear">
Expand Down
Expand Up @@ -41,4 +41,4 @@ PageReports.button.run=Run
PageReports.button.configure=Configure

searchForm.searchTextPlaceholder=Text
PageReports.search.showSubreports=Show Sub-reports
PageReports.search.showSubreports=Show subreports

0 comments on commit 50176b0

Please sign in to comment.