Horizontal items in sidebar.tpl

vasiliyb

Joined: 2006-07-18
Posts: 41
Posted: Wed, 2006-07-26 11:20

Hello!
I use matrix template.
I see source of sidebar.tpl

Quote:
{* Show the sidebar blocks chosen for this theme *}
{foreach from=$theme.params.sidebarBlocks item=block}
{g->block type=$block.0 params=$block.1 class="gbBlock"}
{/foreach}

and result HTML

Quote:
<div class="block-core-ItemLinks gbBlock">
<a href="" class="gbAdminLink gbAdminLink gbLink-core_ItemAdmin-core_ItemAddAlbum">Add Album</a>
<a href="" class="gbAdminLink gbAdminLink gbLink-cart_AddToCart">Add Album To Cart</a>
<a href="" class="gbAdminLink gbAdminLink gbLink-comment_AddComment">Add Comment</a>
<a href="" class="gbAdminLink gbAdminLink gbLink-core_ItemAdmin-core_ItemAdd">Add Items</a>
<a href="" class="gbAdminLink gbAdminLink gbLink-core_ItemAdmin-core_ItemDelete-album gbLink-core_ItemAdmin-core_ItemDelete">Delete Album</a>
<a href="" class="gbAdminLink gbAdminLink gbLink-core_ItemAdmin-core_ItemEdit-album gbLink-core_ItemAdmin-core_ItemEdit">Edit Album</a>
<a href="" class="gbAdminLink gbAdminLink gbLink-core_ItemAdmin-core_ItemEditCaptions">Edit Captions</a>
<a href="" class="gbAdminLink gbAdminLink gbLink-core_ItemAdmin-core_ItemPermissions">Edit Permissions</a>
<a href="" class="gbAdminLink gbAdminLink gbLink-core_ItemAdmin-core_ItemMakeHighlight">Make Highlight</a>
<a href="" class="gbAdminLink gbAdminLink gbLink-core_ItemAdmin-core_ItemMove-album gbLink-core_ItemAdmin-core_ItemMove">Move Album</a>
<a href="" class="gbAdminLink gbAdminLink gbLink-rss_SimpleRender">RSS Feed for this Album</a>
<a href="" class="gbAdminLink gbAdminLink gbLink-debug_ShowTree">Show Debug Tree</a>
<a href="" class="gbAdminLink gbAdminLink gbLink-comment_ShowAllComments">View Latest Comments</a>
<a href="" class="gbAdminLink gbAdminLink gbLink-slideshow_Slideshow">View Slideshow</a>
<a href="" class="gbAdminLink gbAdminLink gbLink-slideshowapplet_SlideshowApplet">View Slideshow (Fullscreen)</a>
</div>

and does not see, how i can control item locations in block?