<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
  <title>aC forum: Adding to each tab an icon</title>
  <link>http://www.activecollab.com/forums/topic/2604/</link>
  <description>Recent posts on topic: Adding to each tab an icon</description>
  <dc:language>en-us</dc:language>
  <pubDate>Mon, 13 Feb 2012 14:56:19 CET</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/20429/#post20429</link>
    <guid>http://www.activecollab.com/forums/post/20429/#post20429</guid>
    <title>Post #5 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Not a problem :) I just wanted to point it out to avoid any confusion if someone stumbles upon this topic in the future.</p>]]></description>
    <pubDate>Wed, 27 May 2009 10:56:33 CEST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/20428/#post20428</link>
    <guid>http://www.activecollab.com/forums/post/20428/#post20428</guid>
    <title>Post #4 by [user deleted]</title>
    <dc:creator>[user deleted]</dc:creator>
    <description><![CDATA[<p>Ah. That I did not realise. Thanks. :-)</p>]]></description>
    <pubDate>Wed, 27 May 2009 10:26:15 CEST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/20427/#post20427</link>
    <guid>http://www.activecollab.com/forums/post/20427/#post20427</guid>
    <title>Post #3 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Hi Chris,<br />
<br />
Thanks for sharing. Original question is for activeCollab 0.7.1 and the solution you proposed will work only with activeCollab 1.0 and later.</p>]]></description>
    <pubDate>Wed, 27 May 2009 10:10:45 CEST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/20426/#post20426</link>
    <guid>http://www.activecollab.com/forums/post/20426/#post20426</guid>
    <title>Post #2 by [user deleted]</title>
    <dc:creator>[user deleted]</dc:creator>
    <description><![CDATA[<p>Hi cansado,<br />
<br />
Do you need to insert an image or a class here? My quick and dirty approach would have been trying to use css attribute selectors, but in fact the system makes it even easier than that since each of the tabs has an ID. Therefore you can style each one individually anyway in the CSS file without editing any of the php, such as…<br />
<pre name="code" class="brush: php">
li#page_tab_tickets { background-image: url(tab_image.gif) };
</pre><br />
… if you want it on the list item, or… <br />
<pre name="code" class="brush: php">
li#page_tab_tickets a { background-image: url(tab_image.gif) };
</pre><br />
… if you want it on the link element itself.<br />
<br />
Hope that helps.</p>]]></description>
    <pubDate>Wed, 27 May 2009 10:07:08 CEST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/12159/#post12159</link>
    <guid>http://www.activecollab.com/forums/post/12159/#post12159</guid>
    <title>Post #1 by cansado</title>
    <dc:creator>cansado</dc:creator>
    <description><![CDATA[<p>I need to apply one CSS CLASS to each tab instead 1 for all. I think that I have to modify &quot;helpers/proyect_website.php adding a CSS in:<br />
<br />
<pre name="code" class="brush: php">add_tabbed_navigation_item(new TabbedNavigationItem(
  PROJECT_TAB_OVERVIEW, 
  lang('overview'), 
  get_url('project')
));</pre><br />
<br />
But i dont know how. Maybe inserting an image directly?<br />
<br />
Thanks,</p>]]></description>
    <pubDate>Mon, 24 Mar 2008 12:08:27 CET</pubDate>
  </item>
</channel>
</rss>
