[Comoblog-commit] comoblog/templates add_comment.tpl.htm,1.1.1.1,1.2
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2005-12-01 14:58:08
|
Update of /cvsroot/comoblog/comoblog/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9398/comoblog/templates Modified Files: add_comment.tpl.htm Log Message: REASON added the option to allow html in comments this is turned off by default for security reasons POSSIBLE UPDATES add filter to only allow certain tags TODO still needs translations in all other languages works on a fresh install, not tested with a web based updgrade ---------------------------------------------------------------------- Enter Log. Lines beginning with `CVS:' are removed automatically Committing in . Modified Files: comoblog/add_comment.php comoblog/_install/comoblog_preferences.xml comoblog/include/libraries.inc.php comoblog/lang/english.inc.php comoblog/templates/add_comment.tpl.htm ---------------------------------------------------------------------- Index: add_comment.tpl.htm =================================================================== RCS file: /cvsroot/comoblog/comoblog/templates/add_comment.tpl.htm,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- add_comment.tpl.htm 16 Aug 2005 05:49:47 -0000 1.1.1.1 +++ add_comment.tpl.htm 1 Dec 2005 14:57:55 -0000 1.2 @@ -20,6 +20,20 @@ <textarea name="comment_text" id="comment_text" class="comment_form">{FORM.comment_text}</textarea> </p> + +<!-- BEGIN: html_comments --> +{TXT.comment_convert}<br /> +<input type="checkbox" name="comment_convert" id="comment_convert" class="comment_form" value="noconvert"> +<!-- END: html_comments --> +</p> + + + +<p> + + + + <p> <input type="submit" name="submit" value="{TXT.submit}" /> </p> |