[vhffs-dev] [2007] fixed tag removal from groups, fixed bug #273 |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 2007
Author: gradator
Date: 2012-02-12 19:37:03 +0100 (Sun, 12 Feb 2012)
Log Message:
-----------
fixed tag removal from groups, fixed bug #273
Modified Paths:
--------------
trunk/vhffs-panel/templates/group/tags.tt
Modified: trunk/vhffs-panel/templates/group/tags.tt
===================================================================
--- trunk/vhffs-panel/templates/group/tags.tt 2012-02-12 18:05:06 UTC (rev 2006)
+++ trunk/vhffs-panel/templates/group/tags.tt 2012-02-12 18:37:03 UTC (rev 2007)
@@ -5,7 +5,7 @@
[% FOREACH c IN current_tag_categories %]
<li>[% c.label | html %]:
[% FOREACH t IN c.tags %]
-<a href="?group=[% group.get_groupname | html %];delete_tag_submit=true;tag_id=[% t.tag_id %]#tags">[% t.label | html %]</a>[% ', ' UNLESS loop.last %]
+<a href="?do=groupprefs;group=[% group.get_groupname | html %];delete_tag_submit=true;tag_id=[% t.tag_id %]#tags">[% t.label | html %]</a>[% ', ' UNLESS loop.last %]
[% END # t IN c.tags %]
[% ';' UNLESS loop.last() %]
</li>