Merge pull request #3364 from leigh-pointer/PagerSearch
Pager Search Localization
This commit is contained in:
commit
f6c55279d1
|
@ -9,7 +9,7 @@
|
|||
@if (AllowSearch == "True")
|
||||
{
|
||||
<div class="input-group my-3">
|
||||
<input id="search" class="form-control" @bind="@_search" />
|
||||
<input id="search" class="form-control" placeholder=@string.Format(Localizer["SearchColumns"], SearchProperties) @bind="@_search" />
|
||||
<button type="button" class="btn btn-primary" @onclick="Search">@SharedLocalizer["Search"]</button>
|
||||
<button type="button" class="btn btn-secondary" @onclick="Reset">@SharedLocalizer["Reset"]</button>
|
||||
</div>
|
||||
|
|
|
@ -120,4 +120,7 @@
|
|||
<data name="PageOfPages" xml:space="preserve">
|
||||
<value>Page {0} of {1}</value>
|
||||
</data>
|
||||
<data name="SearchColumns" xml:space="preserve">
|
||||
<value>Search Columns; {0}</value>
|
||||
</data>
|
||||
</root>
|
Loading…
Reference in New Issue
Block a user