View Single Post
  #3  
Old 12-12-2005, 10:12 AM
 
stephany stephany is offline
 

Member
  
Join Date: Aug 2005
Posts: 25
 

Default

thanks for your reply ...it's not quite what I'm looking for ... perhaps I'm asking for the wrong thing ...

http://pixchoice.com/images/Misa/baby.png

I need to move the "Register" button below the "Sign In" button & add some text below each button .... This is part of my anonymous_checkout.tpl page
Code:
{include file="dialog.tpl" title="`$lng.lbl_checkout`: `$lng.lbl_step` `$checkout_step` `$lng.lbl_of` `$total_checkout_steps`" content=$smarty.capture.checkout_dialog extra="width=100%"} <table border="0" height="80"><tr><td valign="top" height="50"> {$lng.txt_register_have_account} </td> <td valign="top" height="50"> {if $paypal_express_active} {include file="payments/ps_paypal_pro_express_checkout.tpl"} {/if} </td></tr> <td colspan="2"> If you would like to check out anonymously please fill out the information below and click 'Submit'. </td> </tr> </table>

from looking at the table code, i see my buttons are from {$lng.txt_register_have_account}, right ?


I just can't find the file to edit the layout of that 2 buttons ...
__________________
Amanda

Version 4.0.14 on Windows
Reply With Quote