Content Search

A place to discuss the testing process in beta cycles or against SVN for the CMS Made Simple CORE package.
Locked
cnymike
Power Poster
Power Poster
Posts: 446
Joined: Sun Jan 22, 2006 3:24 am

Content Search

Post 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;" />
Wiedmann
Forum Members
Forum Members
Posts: 233
Joined: Wed Mar 26, 2008 1:49 am
Location: Stuttgart / Germany

Re: Content Search

Post by Wiedmann »

In CMSMS backend go to:
Extensions --> Search -> tab "Search Template"

and insert a space after "{$hogan}". (and save the template)
cnymike
Power Poster
Power Poster
Posts: 446
Joined: Sun Jan 22, 2006 3:24 am

Re: Content Search

Post by cnymike »

Thanks.

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

Re: Content Search

Post 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:
Locked

Return to “[locked] Quality Assurance”