From: Chris W. <la...@us...> - 2005-09-22 03:14:07
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/object_tags/template In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30473/template Modified Files: tags_for_object.tmpl Log Message: make it work Index: tags_for_object.tmpl =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/object_tags/template/tags_for_object.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tags_for_object.tmpl 21 Sep 2005 04:05:58 -0000 1.1 --- tags_for_object.tmpl 22 Sep 2005 03:13:57 -0000 1.2 *************** *** 1,7 **** ! [% MSG( 'object_tags.label.tags' ) -%] ! [%- FOREACH tag_info = tag_and_count; tagged_objects_url = OI.make_url( ACTION = 'tags', TASK = 'show_tagged_objects', ! tag = tag_count.0 ); -%] ! <a href="[% tagged_objects_url %]">[% tag_count.0 %]</a> [% END -%] \ No newline at end of file --- 1,7 ---- ! [% MSG( 'object_tags.label.tags' ) %] ! [% FOREACH tag_info = tag_and_count; tagged_objects_url = OI.make_url( ACTION = 'tags', TASK = 'show_tagged_objects', ! tag = tag_info.0 ); %] ! <a href="[% tagged_objects_url %]">[% tag_info.0 %]</a> [% END -%] \ No newline at end of file |