]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
feed show() id and class
authorsarven <csarven@plantard.controlezvous.ca>
Thu, 15 Jan 2009 21:58:07 +0000 (21:58 +0000)
committersarven <csarven@plantard.controlezvous.ca>
Thu, 15 Jan 2009 21:58:07 +0000 (21:58 +0000)
lib/feedlist.php

index 9bc77ca15c44c264223baf36dad526e4c3d6b54c..47d909e969c1ac51986f7448e7c3996630ff4c7d 100644 (file)
@@ -59,8 +59,9 @@ class FeedList extends Widget
 
     function show($feeds)
     {
-        $this->out->elementStart('div', array('class' => 'feeds'));
-        $this->out->element('p', null, 'Feeds:');
+        $this->out->elementStart('div', array('id' => 'export_data',
+                                              'class' => 'section'));
+        $this->out->element('h2', null, _('Export data'));
         $this->out->elementStart('ul', array('class' => 'xoxo'));
 
         foreach ($feeds as $key => $value) {