Re: User Control Panel "Delete" Not Working
Posted: 27 Jul 2016, 18:41
From what I can tell it is changed in the HTML code. The code is below. It shows the Category Name "Al Stewart" to select but each time I try to select it just refreshes/defaults back to Select Category. I tried to do some research to see if could figure this out but I'm just not a javascript guru. Hopefully you'll can figure this out eventually.
</div><div style="float:right">
<select id="filter_catid_image" name="filter_catid_image" class="inputbox" size="1" onchange="document.getElementById
('phocagalleryimageform').submit();">
<option value="0" selected="selected">- Select Category -</option>
<option value="8">Al Stewart</option>
</select>
</div><div style="float:right">
<select id="filter_catid_image" name="filter_catid_image" class="inputbox" size="1" onchange="document.getElementById
('phocagalleryimageform').submit();">
<option value="0" selected="selected">- Select Category -</option>
<option value="8">Al Stewart</option>
</select>