(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:
Ingo Schommer 2008-08-06 03:36:18 +00:00
parent 038bcbb8d9
commit e858222ce1
2 changed files with 5 additions and 4 deletions

View File

@ -127,7 +127,6 @@ abstract class ModelAdmin extends LeftAndMain {
new FormAction('add', _t('GenericDataAdmin.CREATE'))
)
);
return $form;
}

View File

@ -4,14 +4,16 @@
$AddForm
</div>
<h2><% _t('SEARCHLISTINGS','Search Listings') %></h2>
<div id="SearchForm_holder" class="leftbottom">
<ul>
<div id="SearchForm_holder" class="leftbottom">
<ul class="tabstrip">
<% control SearchForms %>
<li><a href="#$Form.Name">$Title</a></li>
<li class="first"><a href="#$Form.Name">$Title</a></li>
<% end_control %>
</ul>
<% control SearchForms %>
<div class="tab" id="$Form.Name">
$Form
</div>
<% end_control %>
</div>
<h2><% _t('SEARCHRESULTS','Search Results') %></h2>