FIX Ticket #8318 Append the HTML used for expanding/collapsing the site tree column in template instead of creating it on the fly with js

This commit is contained in:
jean 2013-03-18 08:57:13 +13:00
parent b5725c7ace
commit 59e66f39b7
1 changed files with 5 additions and 1 deletions

View File

@ -7,4 +7,8 @@
<div class="cms-panel-content-collapsed">
<h3 class="cms-panel-header">$SiteConfig.Title</h3>
</div>
</div>
<div class="cms-panel-toggle south">
<a class="toggle-expand" href="#"><span>&raquo;</span></a>
<a class="toggle-collapse" href="#"><span>&laquo;</span></a>
</div>
</div>