Ver Mensaje Individual
  #3 (permalink)  
Antiguo 07/05/2010, 10:35
maxwellxp
 
Fecha de Ingreso: abril-2010
Mensajes: 143
Antigüedad: 14 años
Puntos: 0
Respuesta: textbox busqueda

mira, ya estuve sacando cosas...
Código PHP:
Ver original
  1. <?php
  2.   $info_box_contents = array();
  3.   $info_box_contents[] = array('text' => BOX_HEADING_SEARCH);
  4.  
  5.   new infoBoxHeading($info_box_contents, false, false);
  6.  
  7.   $info_box_contents = array();
  8.   $info_box_contents[] = array('form' => tep_draw_form('quick_find', tep_href_link(FILENAME_ADVANCED_SEARCH_RESULT, '', 'NONSSL', false), 'get'),
  9.                                'align' => 'center',
  10.                                'text' => '
  11. <table>
  12. <tr>
  13.  <td>'. tep_draw_input_field('keywords', '', 'size="10" maxlength="30" class="form_total form_2"') . '' . tep_hide_session_id() .  '</td>
  14. </tr>
  15. </table>
  16.                        
  17.                         ');
  18.  
  19.   new infoBox($info_box_contents);
  20. ?>
lo q me gustaria sacarle ahora es el texto "Busqueda rapida" y la imagen naranja chiquita q tiene al lado, como tambien esas lineas de abajo "-----------------" en blanco.