From: Sean Murphy Date: Sat, 7 Feb 2009 16:02:10 +0000 (-0500) Subject: Merge commit 'upstream/0.7.x' into 0.7.x X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a3d5e00f64b3c166e34a8d36fcb4f5b757394e9b;p=quix0rs-gnu-social.git Merge commit 'upstream/0.7.x' into 0.7.x Conflicts: actions/showstream.php --- a3d5e00f64b3c166e34a8d36fcb4f5b757394e9b diff --cc actions/showstream.php index 3b4c97865b,28bb8453f8..6bed700c2d --- a/actions/showstream.php +++ b/actions/showstream.php @@@ -335,16 -338,17 +347,16 @@@ class ShowstreamAction extends Actio $sf = new SubscribeForm($this, $this->profile); $sf->show(); } + $this->elementEnd('li'); } } else { + $this->elementStart('li', 'entity_subscribe'); $this->showRemoteSubscribeLink(); + $this->elementEnd('li'); } - $this->elementEnd('li'); - - // common_profile_new_message_nudge($cur, $this->user, $this->profile); - $user = User::staticGet('id', $this->profile->id); if ($cur && $cur->id != $user->id && $cur->mutuallySubscribed($user)) { - $this->elementStart('li', array('class' => 'entity_send-a-message')); + $this->elementStart('li', 'entity_send-a-message'); $this->element('a', array('href' => common_local_url('newmessage', array('to' => $user->id)), 'title' => _('Send a direct message to this user')), _('Message'));