From a42fef1621a69cefe0cfa7b9ee75df61b09a1526 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 14 Jan 2009 01:17:17 -0500 Subject: Move nudge form to its own class --- lib/util.php | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'lib/util.php') diff --git a/lib/util.php b/lib/util.php index 13117f8b1..9dd0ba84d 100644 --- a/lib/util.php +++ b/lib/util.php @@ -1638,16 +1638,6 @@ function common_session_token() return $_SESSION['token']; } -function common_nudge_form($profile) -{ - common_element_start('form', array('id' => 'nudge', 'method' => 'post', - 'action' => common_local_url('nudge', array('nickname' => $profile->nickname)))); - common_hidden('token', common_session_token()); - common_element('input', array('type' => 'submit', - 'class' => 'submit', - 'value' => _('Send a nudge'))); - common_element_end('form'); -} function common_nudge_response() { common_element('p', array('id' => 'nudge_response'), _('Nudge sent!')); -- cgit v1.2.3-54-g00ecf