scripts/mir-setup/README: update with link to new doc on wiki
[mir.git] / templates / admin / comment.template
index 0c72751..1fecf8e 100755 (executable)
           <call showButton(
             "module=Comment&do=articlecomments&articleid="+comment.to_content.id+"&returnurl="+utility.encodeURI(thisurl),
             lang("comment.allcomments"))>
+           <comment>
           <call showAbsoluteLinkButton(
             comment.publicurl,
             lang("preview"))>
+           </comment>
         </if>
 
         <list comment.operations as op>
@@ -89,6 +91,7 @@
     <call PulldownTableRow (lang("comment.language"), "to_language", languages, "id", "name", comment.to_language, "")>
     <call CheckboxTableRow       (lang("comment.html"), "is_html", comment.is_html )>
     <call TextAreaTableRow       (lang("comment.text"), "", 70, 15, "description", comment.description)>
+    <call TextAreaTableRow       (lang("comment.comment"), lang("comment.comment.info"), 70, 6, "comment", comment.comment)>
 
         <tr>
           <td colspan="2" align="right" class="table-foot" > 
 
 <tr>
 <td align="left" valign="top">
-<call showCommentAttachments(comment)>
+<call showCommentAttachments(comment, thisurl)>
 </td>
 </tr>
 </table>