(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')) new FormAction('add', _t('GenericDataAdmin.CREATE'))
) )
); );
return $form; return $form;
} }

View File

@ -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>