Ignore:
Timestamp:
Jun 12, 2011, 12:29:11 AM (13 years ago)
Author:
mistic100
Message:

correct link in notification mail, add album thumbnail on comments list (both public and admin side)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Comments_on_Albums/template/admin_comments.tpl

    r11267 r11327  
    4545      <td>
    4646        <div class="comment">
    47           <a class="illustration" href="{$comment.CAT_URL}">{$comment.CAT_NAME}</a>
     47          <a class="illustration" href="{$comment.CAT_URL}"><img src="{$comment.TN_SRC}"><br/>{$comment.CAT_NAME}</a>
    4848          <p class="commentHeader"><strong>{$comment.AUTHOR}</strong> - <em>{$comment.DATE}</em></p>
    4949          <blockquote>{$comment.CONTENT}</blockquote>
Note: See TracChangeset for help on using the changeset viewer.