JJS
Joined: 19 Jan 2006
Posts: 10
|
| Posted: Fri Sep 01, 2006 1:30 pm Post subject: option for Disable option edit and delete in filter listview |
|
|
Hello everybody.
I make a little change in filters for 4 version
I don't enable edit and delete filter for no admin user.
I only add something like that in listview.php
if (is_admin($current_user)
....
else
.....
Better is add option for user ?
Can you add that in 5 Version (or 5.1)
Thanks in advance
JJS |
|