? 619650.comment_upload.attachments-table-description.patch
Index: comment-upload-attachments.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/comment_upload/Attic/comment-upload-attachments.tpl.php,v
retrieving revision 1.1.2.3
diff -u -p -r1.1.2.3 comment-upload-attachments.tpl.php
--- comment-upload-attachments.tpl.php	11 Aug 2008 14:34:10 -0000	1.1.2.3
+++ comment-upload-attachments.tpl.php	17 Jan 2010 00:00:19 -0000
@@ -20,4 +20,7 @@
   <?php endforeach; ?>
   </tbody>
   </table>
+  <?php if ($attachments_description): ?>
+    <p class="comment-upload-attachments-description"><?php print $attachments_description ?></p>
+  <?php endif; ?>
 <?php endif; ?>
\ No newline at end of file
