fix css class name
authorMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 16 Aug 2010 17:25:03 +0000 (13:25 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 16 Aug 2010 17:25:03 +0000 (13:25 -0400)
horde/lib/Block/fb_stream.php
horde/lib/Block/twitter_timeline.php

index 4b7bf50..7a04ac4 100644 (file)
@@ -189,7 +189,7 @@ EOT;
 
        // Build the stream feed.
         $html .= '<div id="' . $instance . '_fbcontent" style="height:' . (empty($this->_params['height']) ? 300 : $this->_params['height']) . 'px;overflow-y:auto;"></div>';
-        $html .= '<div class="fbgetmore"><input type="button" id="' . $instance . '_getmore" class="button"  value="' . _("Get More") . '"></div>';
+        $html .= '<div class="hordeSmGetmore"><input type="button" id="' . $instance . '_getmore" class="button"  value="' . _("Get More") . '"></div>';
 
         $html .= '</div>'; // fbbody end
 
index c97270d..c730a31 100644 (file)
@@ -169,7 +169,7 @@ EOT;
         $html .= '<div style="height:' . (empty($this->_params['height']) ? 350 : $this->_params['height']) . 'px;overflow-y:auto;" id="' . $instance . '_twitter_body">';
         $filter = $GLOBALS['injector']->getInstance('Horde_Text_Filter')->getFilter('Text2html', array('parselevel' => Horde_Text_Filter_Text2html::MICRO));
         $html .= '</div>';
-        $html .= '<div class="fbgetmore"><input type="button" class="button" id="' . $instance . '_getmore" value="' . _("Get More") . '"></div>';
+        $html .= '<div class="hordeSmGetmore"><input type="button" class="button" id="' . $instance . '_getmore" value="' . _("Get More") . '"></div>';
         $html .= '</div>';
 
         return $html;