Hello there all!
I am currently pulling together something of a wiki site for architects.
www.archipedia-uk.com
I am trying to tweak the logon area to move the input box title into the input box, just like on the search box. Normally I would do it as follows:
However, I don't get the option for the log-in. Please could someone let me know how?
{$input_username}
I tried the following, but this also did not work:
{$input_username}
Thanks very much in advance!
David
ARCHPEDIA & Front End Users
-
- New Member
- Posts: 7
- Joined: Sun Oct 10, 2010 2:20 pm
Re: ARCHPEDIA & Front End Users
Replace
to{$input_username}
{capture assign='tmp'} onblur="if(this.value=='') this.value=this.defaultValue;" onfocus="if(this.value==this.defaultValue) this.value='';" value="{$prompt_username}"{/capture}
{$input_username|replace:'value=""':$tmp}
-
- New Member
- Posts: 7
- Joined: Sun Oct 10, 2010 2:20 pm
Re: ARCHPEDIA & Front End Users
Worked an absolute treat! Thanks very much Peciura and sorry for the delayed repsonse. only just checked this thread!
David
David