From: x2003bruneau Date: Sun, 16 Jul 2006 08:43:24 +0000 (+0000) Subject: Add space between the action icons X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=4e524eb1415fd554192e805cb1cd36e40a38fa62;p=banana.git Add space between the action icons git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@113 9869982d-c50d-0410-be91-f2a2ec7c7c7b --- diff --git a/banana/post.inc.php b/banana/post.inc.php index a7921ae..1da8783 100644 --- a/banana/post.inc.php +++ b/banana/post.inc.php @@ -415,14 +415,15 @@ class BananaPost . makeImgLink(Array('group' => $banana->state['group'], 'action' => 'new'), 'post.gif', - _b_('Nouveau message')) + _b_('Nouveau message')) . ' ' . makeImgLink(Array('group' => $banana->state['group'], 'artid' => $this->id, 'action' => 'new'), 'reply.gif', _b_('RĂ©pondre')); if ($this->checkCancel()) { - $res .= makeImgLink(Array('group' => $banana->state['group'], + $res .= ' ' + . makeImgLink(Array('group' => $banana->state['group'], 'artid' => $this->id, 'action' => 'cancel'), 'cancel.gif',