|
I don't see anything in the editproduct.tmpl template that would control the display of the current category nor supress the change options.
I was able to eliminate this by changing the input style to "hidden" for "category" thus eliminating the problem with the missing/change category issue that was creating the other issue with the file type error.
If I missed a standard feature to control this, please let me know.
<!--
<tr>
<td class="alt1" width="50%">{$pp_phrase['catchange']}</span></td>
<td class="alt1"><select name="category">{$catoptions}</select></td>
</tr>
-->
<input class="bginput "type="hidden" name="category" value="$pcat">
|