mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
MINOR Tidied up messy template syntax in LeftAndMain.ss
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@66373 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
767a2d8538
commit
5444d65fb2
@ -13,13 +13,16 @@
|
|||||||
|
|
||||||
<div id="top">
|
<div id="top">
|
||||||
$CMSTopMenu
|
$CMSTopMenu
|
||||||
</div><div id="left" style="float:left">
|
|
||||||
$Left
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="left" style="float:left">
|
||||||
|
$Left
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="separator" style="float:left">
|
<div id="separator" style="float:left">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="right" id="right">
|
<div class="right" id="right">
|
||||||
$Right
|
$Right
|
||||||
</div>
|
</div>
|
||||||
@ -58,7 +61,6 @@
|
|||||||
<a style="display: none; margin-left: 20px;" id="viewArchivedSite" href="home/"><% _t('ARCHS','Archived Site') %></a>
|
<a style="display: none; margin-left: 20px;" id="viewArchivedSite" href="home/"><% _t('ARCHS','Archived Site') %></a>
|
||||||
<% end_if %>
|
<% end_if %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
Reference in New Issue
Block a user