From 7c2c1855ba77f4f0d6a68fb57a020bdf7d1ae25b Mon Sep 17 00:00:00 2001 From: millette Date: Tue, 18 Nov 2008 12:48:57 -0500 Subject: more ajax coming (un-sub) darcs-hash:20081118174857-099f7-bb67199062174a41433c34434f4832a8f48898ee.gz --- lib/util.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib/util.php') 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!')); } -- cgit v1.2.3-54-g00ecf