[dev] agora block cosmetic patch

Vilius Šumskas vilius at lnk.lt
Tue Aug 9 01:23:33 PDT 2005


Hello,

this patch makes agora block to look more like other blocks.

-- 
  Best Regards,

  Vilius
-------------- next part --------------
Index: threads.php
===================================================================
RCS file: /repository/agora/lib/Block/threads.php,v
retrieving revision 1.41
diff -u -r1.41 threads.php
--- threads.php	18 May 2005 10:38:59 -0000	1.41
+++ threads.php	9 Aug 2005 08:20:54 -0000
@@ -79,7 +79,7 @@
 
         if (Auth::getAuth()) {
             $url = Agora::setAgoraId($this->_params['forum_id'], null, Horde::applicationUrl('messages/edit.php'));
-            $html .= ' :: ' . Horde::link($url, _("Post message"), 'smallheader') . Horde::img('newmessage.png', _("Post message")) . ' ' . _("Post message") . '</a>';
+            $html .= ' :: ' . Horde::link($url, _("Post message"), '') . Horde::img('newmessage.png', _("Post message")) . ' ' . _("Post message") . '</a>';
         }
 
         return $html;


More information about the dev mailing list