Ed
|
| Posted: 04/21/2002, 5:22 PM |
|
For the experts :
An administration grid with the “edit” links on each record.
How can I hide some of the “edit” buttons in the list , depending on the value of one of the fields in that record ?
Thanks already!
Ed,
|
|
|
 |
Ed
|
| Posted: 04/21/2002, 5:30 PM |
|
Forgot to tell > using PHP
|
|
|
 |
Ed
|
| Posted: 04/21/2002, 5:30 PM |
|
Forgot to tell > using PHP
|
|
|
 |
Nicole
|
| Posted: 04/22/2002, 5:09 AM |
|
Ed,
try to use buttons instead links (or create links manually the same way as buttons). Refer to following article to find how to do it. http://www.gotocode.com/art.asp?art_id=142&
Depending on any condition you can assign empty value to field thus hide Edit link (button)
|
|
|
 |
|