silverstripe-reports/templates/Includes/GenericDataAdmin_left.ss
Ingo Schommer 3831c9b651 bfojcapell: replacing strings with _t() calls
(merged from branches/gsoc)


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@42137 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-16 16:37:15 +00:00

28 lines
627 B
Scheme
Executable File

<style>
#left_separator {
border-bottom: 3px solid #d4d0c8;
}
#SearchFrom_holder{
border-bottom: 1px solid #808080;
}
</style>
<div id="LeftPane">
<h2><% _t('ADDLISTING','Add Listing') %></h2>
<div id="SearchForm_holder" class="lefttop" style="overflow:auto">
$AddForm
</div>
<h2><% _t('SEARCHLISTINGS','Search Listings') %></h2>
<div id="SearchForm_holder" class="leftbottom" style="overflow:auto">
$SearchForm
</div>
<div id="left_separator">
&nbsp;
</div>
<h2><% _t('SEARCHRESULTS','Search Results') %></h2>
<div id="ResultTable_holder" class="leftbottom" style="overflow:auto">
$Results
</div>
</div>