Skip to content

Commit

Permalink
Minor fix for More Comments Link
Browse files Browse the repository at this point in the history
  • Loading branch information
tvroom committed Feb 27, 2004
1 parent b25ec8b commit 1b9125a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/slashcode/templates/listComments;users;default
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ prev_com = {};
[% IF type == "user" %]
<A HREF="[% constants.rootdir %]/users.pl?op=userinfo&amp;nick=[% useredit.nick_plain | fixparam %]&amp;min_comment=[% n %]">[% commentcount - n %] More Comments...</A>
[% ELSIF type == "netid" %]
<A HREF="[% constants.rootdir %]/users.pl?op=userinfo&amp;userfield=[% form.userfield | strip_literal %]&amp;fieldname=[% fieldname %]&amp;min_comment=[% n %]">[% commentcount - n %] More Comments...</A><P>
<A HREF="[% constants.rootdir %]/users.pl?op=userinfo&amp;userfield=[% form.userfield | strip_literal %]&amp;fieldname=[% form.fieldname | fixparam %]&amp;min_comment=[% n %]">[% commentcount - n %] More Comments...</A><P>

[% END %]
[% END %]
Expand All @@ -222,7 +222,7 @@ prev_com = {};
[% IF type=="user" %]
<A HREF="[% constants.rootdir %]/users.pl?op=userinfo&amp;nick=[% useredit.nick_plain | fixparam %]&amp;no_time_restriction=1">Go to latest comments...</A>
[% ELSIF type=="netid" %]
<A HREF="[% constants.rootdir %]/users.pl?op=userinfo&amp;userfield=[% form.userfield | strip_literal %]&amp;fieldname=[% fieldname %]&amp;min_comment=[% n %]&amp;no_time_restriction=1">Go to latest comments...</A><P>
<A HREF="[% constants.rootdir %]/users.pl?op=userinfo&amp;userfield=[% form.userfield | strip_literal %]&amp;fieldname=[% form.fieldname|fixparam %]&amp;min_comment=[% n %]&amp;no_time_restriction=1">Go to latest comments...</A><P>
[% END %]
</TD></TR>
[%- ELSIF n>0 and commentcount> 0 -%]
Expand Down

0 comments on commit 1b9125a

Please sign in to comment.