Skip to content

Commit

Permalink
add .defined
Browse files Browse the repository at this point in the history
  • Loading branch information
paulej72 committed Feb 11, 2016
1 parent c6775b1 commit 40a6bc5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions themes/default/templates/printCommComments;misc;default
Expand Up @@ -35,10 +35,10 @@ __template__
%]
[% IF moderate_form %]
<form id="commentform" name="commentform" action="[% gSkin.rootdir %]/comments.pl" method="post">
[% IF form.threshold %]<input type="hidden" name="threshold" value="[% form.threshold %]">[% END %]
[% IF form.highlightthresh %]<input type="hidden" name="highlightthresh" value="[% form.highlightthresh %]">[% END %]
[% IF form.commentsort %]<input type="hidden" name="commentsort" value="[% form.commentsort %]">[% END %]
[% IF form.mode %]<input type="hidden" name="mode" value="[% form.mode %]">[% END %]
[% IF form.threshold.defined %]<input type="hidden" name="threshold" value="[% form.threshold %]">[% END %]
[% IF form.highlightthresh.defined %]<input type="hidden" name="highlightthresh" value="[% form.highlightthresh %]">[% END %]
[% IF form.commentsort.defined %]<input type="hidden" name="commentsort" value="[% form.commentsort %]">[% END %]
[% IF form.mode.defined %]<input type="hidden" name="mode" value="[% form.mode %]">[% END %]
[% END %]

[% IF cid %]
Expand Down

0 comments on commit 40a6bc5

Please sign in to comment.