AJAX popups for confirmation dialogs
alex.k - October 28, 2008 - 11:27
| Project: | User Relationships |
| Version: | 6.x-1.x-dev |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | alex.k |
| Status: | closed |
Jump to:
Description
Need to add AJAX options for simple confirmation forms on relationship creation, deletion, approval, rejection. This will speed up user experience, as well as performance.

#1
This has been implemented by @darren.ferguson, thanks much! Committed to 6.x branch.
#2
Hi, will this work with the code you've given me here?
http://drupal.org/node/319809
#3
Yes, you just need to add a class user_relationships_popup_link, like so:
<a href="......." class="user_relationships_popup_link">......</a>#4
Automatically closed -- issue fixed for two weeks with no activity.