<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
  <title>aC forum: Indicating visibility of an item right in the list</title>
  <link>http://www.activecollab.com/forums/topic/2347/</link>
  <description>Recent posts on topic: Indicating visibility of an item right in the list</description>
  <dc:language>en-us</dc:language>
  <pubDate>Sat, 05 Jul 2008 08:49:00 CDT</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/12786/#post12786</link>
    <guid>http://www.activecollab.com/forums/post/12786/#post12786</guid>
    <title>Post #9 by ralph_rapport</title>
    <dc:creator>ralph_rapport</dc:creator>
    <description><![CDATA[<p>Is there anywhere to put this to make it global in 1.1?</p>]]></description>
    <pubDate>Wed, 21 May 2008 07:09:23 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/12167/#post12167</link>
    <guid>http://www.activecollab.com/forums/post/12167/#post12167</guid>
    <title>Post #8 by mdesign</title>
    <dc:creator>mdesign</dc:creator>
    <description><![CDATA[<p>Thank for that bit of code, Ilija.</p>]]></description>
    <pubDate>Tue, 25 Mar 2008 13:11:39 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/11640/#post11640</link>
    <guid>http://www.activecollab.com/forums/post/11640/#post11640</guid>
    <title>Post #7 by sccrwoohoo</title>
    <dc:creator>sccrwoohoo</dc:creator>
    <description><![CDATA[<p>Where would you put this?<br />
<br />
<br />
</p>]]></description>
    <pubDate>Sun, 03 Feb 2008 11:24:44 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/11625/#post11625</link>
    <guid>http://www.activecollab.com/forums/post/11625/#post11625</guid>
    <title>Post #6 by davidm</title>
    <dc:creator>davidm</dc:creator>
    <description><![CDATA[<p>Great, I was just looking of this, and IMHO it should be in 1.1 as default...<br />
<br />
I'll update views accordingly !</p>]]></description>
    <pubDate>Fri, 01 Feb 2008 11:39:45 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/11179/#post11179</link>
    <guid>http://www.activecollab.com/forums/post/11179/#post11179</guid>
    <title>Post #5 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Every object has a visibility flag with two possible values:<br />
<br />
VISIBILITY_PRIVATE - object is visible only to the members of owner company<br />
VISIBILITY_NORMAL - object is visible to member of owner company and to the clients<br />
<br />
Here is a simple piece of code that you can use:<br />
<br />
<pre name="code" class="html">{if $object-&gt;getVisibility() == VISIBILITY_PRIVATE}
  &lt;img src=&quot;{image_url name=locked.gif}&quot; alt=&quot;Locked&quot; /&gt;
{else}
  &lt;img src=&quot;{image_url name=unlocked.gif}&quot; alt=&quot;Unlocked&quot; /&gt;
{/if}</pre></p>]]></description>
    <pubDate>Thu, 20 Dec 2007 01:22:21 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/11166/#post11166</link>
    <guid>http://www.activecollab.com/forums/post/11166/#post11166</guid>
    <title>Post #4 by cyandesign</title>
    <dc:creator>cyandesign</dc:creator>
    <description><![CDATA[<p>That would be handy.</p>]]></description>
    <pubDate>Wed, 19 Dec 2007 02:31:53 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/11159/#post11159</link>
    <guid>http://www.activecollab.com/forums/post/11159/#post11159</guid>
    <title>Post #3 by Leon</title>
    <dc:creator>Leon</dc:creator>
    <description><![CDATA[<p>nice idea- I'd also be interested in a solution for this...</p>]]></description>
    <pubDate>Tue, 18 Dec 2007 23:30:16 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/11158/#post11158</link>
    <guid>http://www.activecollab.com/forums/post/11158/#post11158</guid>
    <title>Post #2 by tinycg</title>
    <dc:creator>tinycg</dc:creator>
    <description><![CDATA[<p>I'd agree that would be a nice addition, I can look at it in the next couple days.</p>]]></description>
    <pubDate>Tue, 18 Dec 2007 21:20:48 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/11150/#post11150</link>
    <guid>http://www.activecollab.com/forums/post/11150/#post11150</guid>
    <title>Post #1 by preclick</title>
    <dc:creator>preclick</dc:creator>
    <description><![CDATA[<p>Right now, when you are looking at a list of items like Discussions, Files, etc. you cannot tell what is visible to a client and what is private. To find that out,  you need to open the item.<br />
<br />
I would like to modify the code to show some type of indication of visibility in the list of items (e.g. a &quot;lock&quot; icon in front of item) Has anyone done this?<br />
<br />
To save me some time, perhaps someone could point me to the relevant section of code. Thanks.<br />
<br />
..tony..</p>]]></description>
    <pubDate>Tue, 18 Dec 2007 12:02:13 CST</pubDate>
  </item>
</channel>
</rss>