View Single Post
Old March 11th, 2010, 10:45 AM   #3 (permalink)
GateKeeper
Member
Verified Customer
 
Join Date: May 2006
Posts: 240
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">
GateKeeper is offline   Reply With Quote