-Jeff- Posted October 18, 2007 Share Posted October 18, 2007 I'm using OSCRC1 + STS contribution. I'm not using any STS templates for the boxes right now. Here's my problem: I want to have two similar right-aligned drop-down menus, one for manufacturers and one for categories. The Categories dropdown is great - just a simple select menu. However the Manufacturers' dropdown is being generated with a <table><tr><td>Manufacturers: then the select list, and then </tr></td></table> But under includes/boxes/ manufacturers.php has only the opening and closing tr and td tags, not the opening and closing table tags. Can anyone help me find where OSC is adding these opening and closing table tags to the manufacturer's dropdown box to eliminate them so I can have the simple select dropdown to work with, without the table I don't want there? Link to comment Share on other sites More sharing options...
Gauravs Posted October 18, 2007 Share Posted October 18, 2007 index.php calls column_left.php column_left.php populates the boxes that are stored in \includes\boxes\(filename).php So you have to check in files mentioned above to identify where is table starting from. cheers GS Best Regards,Gaurav Link to comment Share on other sites More sharing options...
-Jeff- Posted October 18, 2007 Author Share Posted October 18, 2007 Looks like it must be in the STS contribution's boxes.php file... In the OSC admin cp under modules I have STS "Use template for infoboxes Do you want to use templates for infoboxes?" set to "false" However the opening and closing <table> tags are not being generated in column_left which calls \boxes\manufacturers.php with no html code, nor is it being generated directly by manufacturers.php. Hmmm Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.