Page 1 of 1

Content Search

Posted: Thu Jun 12, 2008 3:27 pm
by cnymike
I ran the source code of a CMSMS 1.3 generated page through BBEDIT and checked the document syntax markup and the following code was flagged as not conforming to specifications because of the lack of a space before the closing tag.

   

Code: Select all

<label for="cntnt01searchinput">Search</label>: <input type="text" name="cntnt01searchinput" size="20" maxlength="50" onfocus="if(this.value==this.defaultValue) this.value='';" onblur="if(this.value=='') this.value=this.defaultValue;"/>
It should be

Code: Select all

<label for="cntnt01searchinput">Search</label>: <input type="text" name="cntnt01searchinput" size="20" maxlength="50" onfocus="if(this.value==this.defaultValue) this.value='';" onblur="if(this.value=='') this.value=this.defaultValue;" />

Re: Content Search

Posted: Thu Jun 12, 2008 3:39 pm
by Wiedmann
In CMSMS backend go to:
Extensions --> Search -> tab "Search Template"

and insert a space after "{$hogan}". (and save the template)

Re: Content Search

Posted: Thu Jun 12, 2008 3:59 pm
by cnymike
Thanks.

However since this a "bug" it should be fixed in the released code provided by CMSMS.

Re: Content Search

Posted: Sat Jun 21, 2008 12:28 pm
by mike-r
There is another Bug in the searchtemplate of 1.3 too that is missing the ID of the input for labeling, right one should be: