Closed GoogleCodeExporter closed 9 years ago
I figured this out. I didn't actually remove the function per say but I was
able to hide the buttons by adding the following under the "user_is_read_only"
section in the items.load.php class.
$("#menu_button_edit_item").hide();
$("#menu_button_del_item").hide();
$("#menu_button_copy_item").hide();
Original comment by hexxamil...@gmail.com
on 5 Apr 2012 at 9:33
This has been corrected in 2.1.7
Original comment by nils.cpa...@gmail.com
on 15 Apr 2012 at 7:07
Original issue reported on code.google.com by
hexxamil...@gmail.com
on 5 Apr 2012 at 6:46