[vhffs-dev] [1300] Fixed link for group details. |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1300
Author: beuss
Date: 2008-10-31 08:01:02 +0100 (Fri, 31 Oct 2008)
Log Message:
-----------
Fixed link for group details.
Modified Paths:
--------------
branches/vhffs-design/vhffs-public/templates/parts/group-general.tt
Modified: branches/vhffs-design/vhffs-public/templates/parts/group-general.tt
===================================================================
--- branches/vhffs-design/vhffs-public/templates/parts/group-general.tt 2008-10-31 00:44:16 UTC (rev 1299)
+++ branches/vhffs-design/vhffs-public/templates/parts/group-general.tt 2008-10-31 07:01:02 UTC (rev 1300)
@@ -6,5 +6,5 @@
<div class="description">
[% g.description | html | html_para %]
</div>
-<p class="more-group"><a href="/group.pl?groupname=[% g.groupname %]">[% 'More info...' | i18n %]</a></p>
+<p class="more-group"><a href="/group.pl?name=[% g.groupname %]">[% 'More info...' | i18n %]</a></p>
</div>
\ No newline at end of file