Changeset 806 for trunk/app/views/elements
- Timestamp:
- 10/10/08 21:03:41 (8 weeks ago)
- Files:
-
- 1 modified
-
trunk/app/views/elements/search.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/elements/search.ctp
r404 r806 25 25 <?php 26 26 echo $form->create('Entry', array('action'=>'search', 'onsubmit'=>"return chkSearch()")); 27 echo $form->input('Entry.terms', array('label'=>'', 'size' =>12, 'value' => "Search...", "maxlength"=> 40,27 echo $form->input('Entry.terms', array('label'=>'', 'size' =>12, 'value' => 'Search...', 'maxlength' => 40, 28 28 "onblur" => "if(this.value=='') this.value='Search...';", 29 29 "onfocus"=>"if(this.value=='Search...') this.value='';"));
