Skip to content

Commit

Permalink
fix for moderation breaking threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
paulej72 committed Feb 11, 2016
1 parent 9fd0dd9 commit dda1289
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion themes/default/templates/printCommComments;misc;default
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ __template__
[% END %]
[% END %]
</div>
[% IF moderate_form %] </form>[% END %]
</form>
[% PROCESS collapsibleCommentsJS %]
__seclev__
10000
Expand Down
4 changes: 2 additions & 2 deletions themes/default/templates/printCommentsMain;misc;default
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ en_US
__name__
printCommentsMain
__template__
<form action="[% gSkin.rootdir %]/comments.pl#post_comment">
[% stripped_title = title | strip_title %]
[% stripped_link = link | strip_urlattr %]
[% IF parent.type == 'journal' %]
Expand Down Expand Up @@ -115,7 +116,7 @@ __template__
</div>

<div class="commentBoxForm" id="commentControlBox">
<form action="[% gSkin.rootdir %]/comments.pl#post_comment">

<fieldset>
<legend>Display Options</legend>

Expand Down Expand Up @@ -145,7 +146,6 @@ __template__
}) %]</b></p></span>
[% END %]
</fieldset>
</form>
<div class="commentBox">
<small><b>The Fine Print:</b> [% fineprint %]</small>
</div>
Expand Down

0 comments on commit dda1289

Please sign in to comment.