diff options
author | Sarven Capadisli <csarven@status.net> | 2010-03-03 12:55:01 -0500 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-03-03 12:55:01 -0500 |
commit | 15574c59def8160020d367bd441a55f2d0afe6b6 (patch) | |
tree | 22a485d0ee348d5b5e8bf3c7a953633a7a023845 /EVENTS.txt | |
parent | 11750e832f994013b2fbce860bd24d24f49a14db (diff) |
Added event hooks at the start and end of groups mini list
Diffstat (limited to 'EVENTS.txt')
-rw-r--r-- | EVENTS.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/EVENTS.txt b/EVENTS.txt index 2c3863f22..47c67512a 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -790,6 +790,12 @@ StartShowSubscriptionsMiniList: at the start of subscriptions mini list EndShowSubscriptionsMiniList: at the end of subscriptions mini list - $action: the current action +StartShowGroupsMiniList: at the start of groups mini list +- $action: the current action + +EndShowGroupsMiniList: at the end of groups mini list +- $action: the current action + StartDeleteUserForm: starting the data in the form for deleting a user - $action: action being shown - $user: user being deleted |