From e240386e2a697b5cecd24c2a03360d87846e143b Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Sun, 16 Jul 2006 08:43:24 +0000 Subject: [PATCH] Add space between the action icons git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@113 9869982d-c50d-0410-be91-f2a2ec7c7c7b --- banana/post.inc.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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', -- 2.1.4