silverstripe-framework/admin/templates/ModelSidebar.ss
Ingo Schommer 6ee0d53f40 Fixed merge error (mainly new translation entity format in templates)
Merge error from 2a35f2f928,
which was then further regressed by Sam running the text collector
on those faulty templates: 750b5b4079
2013-08-09 15:27:28 +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 %>