PDA

View Full Version : Just a very little bug


pascal
10-29-2004, 02:43 AM
Hello

I've choosen the template "ice" as it seems to be more light than the others.

The pbm is that when you go into your siteworx account

https://www.carat-hosting.com:2443/siteworx/?domain=www.carat-hosting.com

the domaine name is not entered in the field domain automaticly

I think that you forget to do something as

<input xxxx value="<? echo $_get['domaine']; ?>">

Pascal

IWorx-Chris
10-29-2004, 06:56 AM
Just change the input textbox for the domain to have:

value="{$domain}"

in it Pascal:

<input class="textbox" type="text" name="domain" size="30" value="{$domain}">

Chris