Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

boxes?


MoisesZaragoza

Recommended Posts

Posted

I want to take out a background out of 1 of my boxes

I know that it happed in a function called

 

infoBox but i cant find the function

 

Thanksd

at the end of the day the code will be good

Posted

wouldnt it be easier to add a new class in the stylesheet and then go to the whateverbox.php and change it to the new style

Posted

Ok here is the code of my box

 

<!-- search //-->

<?php
 #$info_box_contents = array();
 #$info_box_contents[] = array('text' => BOX_HEADING_SEARCH);

 # new infoBoxHeading($info_box_contents, true, true);

 $info_box_contents = array();
 $info_box_contents[] = array('form' => tep_draw_form('quick_find', tep_href_link(FILENAME_ADVANCED_SEARCH_RESULT, '', 'NONSSL', false), 'get'),
						   'align' => 'right',							  
						   'text' => tep_draw_input_field('keywords', '', 'size="20" maxlength="30" style="width: ' . (BOX_WIDTH+100) . 'px"') . ' ' . tep_hide_session_id() .''. tep_image_submit('button_quick_find.gif', BOX_HEADING_SEARCH) . '<br> ' . BOX_SEARCH_TEXT);

 new infoBox($info_box_contents);
?>

<!-- search_eof //-->

 

were is the class set?

at the end of the day the code will be good

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...