View Single Post
  #7  
Old 10-06-2008, 07:48 PM
 
ladybird ladybird is offline
 

Advanced Member
  
Join Date: Sep 2008
Posts: 93
 

Default Re: Putting column text inside the menu border

Hi Yurij,


http://www.makeuwell.com.au/images/%09with%20your%20code.JPG

this is what I am trying to achieve

http://www.makeuwell.com.au/images/vertmenu.JPG

Here is the authbox.tpl

{* $Id: authbox.tpl,v 1.25 2005/11/17 15:08:15 max Exp $ *}
{capture name=menu}
<form action="{$xcart_web_dir}/include/login.php" method="post" name="loginform">
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td>&nbsp;&nbsp;&nbsp;</td>
<td class="VertMenuItems" valign="top">
{$login}<br />{$lng.txt_logged_in}<br />
<br />
{include file="buttons/logout_menu.tpl"}
<br />
</td>
</tr>
{if $usertype eq "C"}
<tr>
<td class="VertMenuItems" colspan="2" align="right">
<br />
{if $js_enabled}
<a href="{$js_update_link|amp}" class="SmallNote">{$lng.txt_javascript_disabled}</a>
{else}
<a href="{$js_update_link|amp}" class="SmallNote">{$lng.txt_javascript_enabled}</a>
{/if}
</td>
</tr>
{/if}
</table>
<input type="hidden" name="mode" value="logout" />
<input type="hidden" name="redirect" value="{$redirect}" />
</form>
{/capture}
{ include file="menu.tpl" dingbats="dingbats_authentification.gif" menu_title=$lng.lbl_authentication menu_content=$smarty.capture.menu }

Thanks
__________________
x-cart gold 4.1.9
x-cart gold 4.1.5
www.makeuwell.com.au
www.amberbebe.com
Sydney Australia
Reply With Quote