im looking for the product import input field in the admincp.
I have located
Code:
print_upload_row($vbphrase['upload_xml_file'], 'productfile', 999999999);
in plugin.php but i cant find the actual <input
Anyone know where this is?
--------------- Added [DATE]1461783002[/DATE] at [TIME]1461783002[/TIME] ---------------
found it hanging out in the adminfunctions.php
Code:
<div id=\"ctrl_$name\"><input type=\"file\"" . ($use_bginput ? ' class="bginput"' : '') . " name=\"$name\" size=\"$size\" tabindex=\"1\"" . iif($vbulletin->debug, " title=\"name="$name"\"") . " /></div>