Blame view

framework/admin/templates/ModelSidebar.ss 187 Bytes
0084d336   Administrator   Importers CRUD
1
2
3
4
5
6
7
  <h3><% _t('ModelSidebar_ss.SEARCHLISTINGS','Search') %></h3>
  $SearchForm
  
  <% if $ImportForm %>
  	<h3><% _t('ModelSidebar_ss.IMPORT_TAB_HEADER', 'Import') %></h3>
  	$ImportForm
  <% end_if %>