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:
Guy Sartorelli 2022-03-22 15:48:50 +13:00
parent ec93c994f8
commit e5ae483ea4
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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')">