File: anonymous_comment.tmpl

package info (click to toggle)
movabletype-opensource 4.2.3-1%2Blenny3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 21,268 kB
  • ctags: 15,862
  • sloc: perl: 178,892; php: 26,178; sh: 161; makefile: 82
file content (5 lines) | stat: -rw-r--r-- 833 bytes parent folder | download
1
2
3
4
5
<p><input type="checkbox" id="allow_unreg_comments" name="allow_unreg_comments" value="1" onclick="toggleSubPrefs(this); return true"<mt:if name="allow_unreg_comments"> checked="checked"</mt:if> /> <label for="allow_unreg_comments"><__trans phrase="Anonymous Comments"></label></p>
<div id="allow_unreg_comments_prefs"<mt:unless name="allow_unreg_comments"> class="hidden"</mt:unless>>
  <p style="margin-left: 25px;"><input type="checkbox" value="1" id="require_comment_emails" name="require_comment_emails"<mt:if name="REQUIRE_COMMENT_EMAILS"> checked="checked"</mt:if> class="cb" /> <label for="require_comment_emails"><__trans phrase="Require E-mail Address for Anonymous Comments"></label><br />
  <span class="hint"><__trans phrase="If enabled, visitors must provide a valid e-mail address when commenting."></span></p>
</div>