themes/connections/comment.tpl
changeset 3 42d8ae8f6f71
parent 1 264ab53232f4
--- a/themes/connections/comment.tpl	Mon Dec 08 10:48:19 2008 -0500
+++ b/themes/connections/comment.tpl	Mon Dec 08 11:35:45 2008 -0500
@@ -1,33 +1,26 @@
-<div class="tblholder">
+<div class="mdg-comment tblholder" style="padding: 0px;">
   <table border="0" width="100%" cellspacing="1" cellpadding="4">
     <tr>
       <th colspan="2" style="text-align: left;">{DATETIME}</th>
     </tr>
     <tr>
-      <td style="width: 120px; height: 100%;" rowspan="4" valign="top" class="row1<!-- BEGIN is_friend --> row1_green<!-- END is_friend --><!-- BEGIN is_foe --> row1_red<!-- END is_foe -->">
+      <td style="width: 120px; height: 100%;" rowspan="4" valign="top" class="row1">
         <table border="0" width="100%" style="height: 100%;" cellspacing="0" cellpadding="0">
           <tr>
-            <td valign="top" class="row1<!-- BEGIN is_friend --> row1_green<!-- END is_friend --><!-- BEGIN is_foe --> row1_red<!-- END is_foe -->">
+            <td valign="top" class="row1">
               <b>{NAME}</b><br />
               <small>{USER_LEVEL}</small>
-              <!-- BEGIN user_has_avatar -->
-              <div class="avatar">
-                <a href="{USERPAGE_LINK}">
-                  <img alt="{AVATAR_ALT}" src="{AVATAR_URL}" style="border-width: 0px;" />
-                </a>
-              </div>
-              <!-- END user_has_avatar -->
             </td>
           </tr>
           <tr>
-            <td valign="bottom" class="row1<!-- BEGIN is_friend --> row1_green<!-- END is_friend --><!-- BEGIN is_foe --> row1_red<!-- END is_foe -->">
+            <td valign="bottom" class="row1">
               {SEND_PM_LINK} {ADD_BUDDY_LINK}
             </td>
           </tr>
         </table>
       </td>
       <td class="row2">
-        <b>{lang:comment_lbl_subject}</b> <span id="subject_{ID}">{SUBJECT}</span>
+        <b>Subject:</b> <span id="subject_{ID}">{SUBJECT}</span>
       </td>
     </tr>
     <tr>
@@ -49,7 +42,7 @@
     <!-- BEGIN auth_mod -->
     <tr>
       <td class="row1">
-        <b>{lang:comment_lbl_mod_options}</b> {MOD_APPROVE_LINK} {MOD_DELETE_LINK} | {MOD_IP_LINK}
+        <b>Moderation options:</b> {MOD_APPROVE_LINK} {MOD_DELETE_LINK}
       </td>
     </tr>
     <!-- END auth_mod -->