[vhffs-dev] [1398] Tags are now displayed as links in group details view.

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Revision: 1398
Author:   beuss
Date:     2009-05-22 23:19:52 +0200 (Fri, 22 May 2009)

Log Message:
-----------
Tags are now displayed as links in group details view.

Modified Paths:
--------------
    branches/vhffs-design/vhffs-public/templates/content/group-details.tt


Modified: branches/vhffs-design/vhffs-public/templates/content/group-details.tt
===================================================================
--- branches/vhffs-design/vhffs-public/templates/content/group-details.tt	2009-05-16 22:22:09 UTC (rev 1397)
+++ branches/vhffs-design/vhffs-public/templates/content/group-details.tt	2009-05-22 21:19:52 UTC (rev 1398)
@@ -17,7 +17,7 @@
 [% FOREACH cat = tag_categories %]
 	<li>[% cat.label %]:
 [% FOREACH t = cat.tags %]
-	[% t.label %][% ',' UNLESS loop.last %]
+	<a class="ajax" href="/groupsearch.pl?included_tags=[% t.tag_id %]">[% t.label %]</a>[% ',' UNLESS loop.last %]
 [% END %]
 	</li>
 [% END %]


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/