Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how to change size of textfields


huwcole

Recommended Posts

hi guys

 

i would like to change the input textfield size where you upload the images in admin/categories.php. but am not able to figure out where and how i could do that.

 

the code i found where you might have to add the size is in function/html_output.php:

 

// Output a form filefield

function tep_draw_file_field($name, $required = false) {

$field = tep_draw_input_field($name, '', '', $required, 'file');

 

return $field;

}

 

 

thanks for your help

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...