[ic] Button problem

Jonathan Clark interchange-users@interchange.redhat.com
Fri Sep 14 14:38:01 2001


> I'm having a very strange problem when using the button tag. A catalog I'm
> building for the last few weeks seems to be displaying any button
> tag now as
> a text box and not an image. If for example I use the following code
>
> [button
>                   text="Checkout"
>                   src="__THEME__/checkout_button.gif"
>                   hidetext=1
>                   form=basket
>                   getsize=1
>                   ]
>                         mv_todo=return
>                         mv_nextpage=ord/checkout
>                 [/button]
>
> a text Checkout button is created. Now from what I can remember
> this problem
> occured when I upgraded from 4.7 to 4.8 .

Can you show us what the html is that is created? (for each one)

imho the __THEME__ is a simple substitution which occurs very early in the
interpolation and is not likely to be the cause of the problem. More likely
the file is not where the generated html is pointing..

Jonathan
Webmaint.