diff options
author | millette <millette@controlyourself.ca> | 2008-11-18 12:48:57 -0500 |
---|---|---|
committer | millette <millette@controlyourself.ca> | 2008-11-18 12:48:57 -0500 |
commit | 7c2c1855ba77f4f0d6a68fb57a020bdf7d1ae25b (patch) | |
tree | fef2461410b79acd608fe6dd9fa98de759ff0188 /lib/util.php | |
parent | 7557079012aeda7d5e31c54bbdc6835af9644bff (diff) |
more ajax coming (un-sub)
darcs-hash:20081118174857-099f7-bb67199062174a41433c34434f4832a8f48898ee.gz
Diffstat (limited to 'lib/util.php')
-rw-r--r-- | lib/util.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/util.php b/lib/util.php index c8ccf63ff..8fff5f605 100644 --- a/lib/util.php +++ b/lib/util.php @@ -1896,6 +1896,14 @@ function common_nudge_form($profile) { common_element_end('form'); } +function common_subscribe_response() { + common_element('p', array('id' => 'subscribe_response'), _('Subscribed')); +} + +function common_unsubscribe_response() { + common_element('p', array('id' => 'unsubscribe_response'), _('Unsubscribed')); +} + function common_nudge_response() { common_element('p', array('id' => 'nudge_response'), _('Nudge sent!')); } |