silverstripe-framework/admin/templates/ModelSidebar.ss
Ingo Schommer dc7e2df20a Corrected translation references in templates
Were using old entity naming scheme (*.ss) instead
of underscored version which doesn't create a new YML
namespace. This means all existing translations should indeed be used.
Was already fixed in master, but not in 3.1
2013-10-06 23:25:47 +02:00

8 lines
187 B
Scheme

<h3><% _t('ModelSidebar_ss.SEARCHLISTINGS','Search') %></h3>
$SearchForm
<% if $ImportForm %>
<h3><% _t('ModelSidebar_ss.IMPORT_TAB_HEADER', 'Import') %></h3>
$ImportForm
<% end_if %>