mirror of
https://github.com/symbiote/silverstripe-gridfieldextensions.git
synced 2024-10-22 15:05:39 +00:00
ENH Make it clear how to add records.
Currently there is no immediate indication that clicking a record will add it to the list.
This commit is contained in:
parent
ec93c994f8
commit
e5ae483ea4
@ -3,6 +3,7 @@ en:
|
||||
ADD: Add
|
||||
ADDEXISTING: 'Add Existing'
|
||||
BACK: Back
|
||||
CLICKTOADD: 'Click a record to add it'
|
||||
CURRENT: (current)
|
||||
NOITEMS: 'There are no items.'
|
||||
Next: Next
|
||||
|
@ -1,6 +1,6 @@
|
||||
$SearchForm
|
||||
|
||||
<h3><%t GridFieldExtensions.RESULTS "Results" %></h3>
|
||||
<h3><%t GridFieldExtensions.RESULTS "Results" %> - <%t GridFieldExtensions.CLICKTOADD "Click a record to add it" %></h3>
|
||||
<div class="add-existing-search-results">
|
||||
<% if $Items %>
|
||||
<ul class="list-group add-existing-search-items" data-add-link="$Link('add')">
|
||||
|
Loading…
x
Reference in New Issue
Block a user