mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
(merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@59925 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
038bcbb8d9
commit
e858222ce1
@ -127,7 +127,6 @@ abstract class ModelAdmin extends LeftAndMain {
|
|||||||
new FormAction('add', _t('GenericDataAdmin.CREATE'))
|
new FormAction('add', _t('GenericDataAdmin.CREATE'))
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
return $form;
|
return $form;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -5,13 +5,15 @@
|
|||||||
</div>
|
</div>
|
||||||
<h2><% _t('SEARCHLISTINGS','Search Listings') %></h2>
|
<h2><% _t('SEARCHLISTINGS','Search Listings') %></h2>
|
||||||
<div id="SearchForm_holder" class="leftbottom">
|
<div id="SearchForm_holder" class="leftbottom">
|
||||||
<ul>
|
<ul class="tabstrip">
|
||||||
<% control SearchForms %>
|
<% control SearchForms %>
|
||||||
<li><a href="#$Form.Name">$Title</a></li>
|
<li class="first"><a href="#$Form.Name">$Title</a></li>
|
||||||
<% end_control %>
|
<% end_control %>
|
||||||
</ul>
|
</ul>
|
||||||
<% control SearchForms %>
|
<% control SearchForms %>
|
||||||
|
<div class="tab" id="$Form.Name">
|
||||||
$Form
|
$Form
|
||||||
|
</div>
|
||||||
<% end_control %>
|
<% end_control %>
|
||||||
</div>
|
</div>
|
||||||
<h2><% _t('SEARCHRESULTS','Search Results') %></h2>
|
<h2><% _t('SEARCHRESULTS','Search Results') %></h2>
|
||||||
|
Loading…
Reference in New Issue
Block a user