Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.2
Component:
page displays
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Feb 2009 at 09:33 UTC
Updated:
16 Feb 2009 at 17:50 UTC
Hi,
I create one user management page....
In this page edit and delete link are i already created..but i can't create add new user button... i need some support for solve this issue.... please go through my attached file... i want to created as per my attached file
Regards,
Muthu.S
| Comment | File | Size | Author |
|---|---|---|---|
| user fileds.JPG | 75.01 KB | smuthu01 |
Comments
Comment #1
merlinofchaos commentedPlease don't mark support requests critical.
Buttons are part of forms, and Views aren't normally part of forms, which is why Views doesn't have any actual support for using them. I would first go back and see if you really need buttons in your design, because they're the wrong UI element here. If you do actually need buttons, you will have to do some significant amount of work to make it all happen properly, since there is no form in the view. You would start by theming the fields which provide the links.