commentlist fixxing
authorrk <rk>
Mon, 1 Apr 2002 21:05:06 +0000 (21:05 +0000)
committerrk <rk>
Mon, 1 Apr 2002 21:05:06 +0000 (21:05 +0000)
templates-dist/admin/commentlist.template
web/admin.css

index eb7da33..0f7bade 100755 (executable)
@@ -63,7 +63,7 @@
 
                <td>
                                <a href="${config.actionRoot}?module=Content&do=edit&id=${articleHash[entry.to_media]["id"]}">
-                               ${articleHash[entry.to_media]["title"]}</a>
+                               ${data.articleHash[entry.to_media]["title"]}</a>
                </td>
 
                <td><font size="1">&nbsp;<a href="${config.actionRoot}?module=Comment&do=delete&id=${entry.id}">${lang("delete")}</a>
index 0f4a9d9..16d0968 100755 (executable)
@@ -50,13 +50,9 @@ p.small {
 
 p.head {
                text-align:left;
-               margin-bottom:0px;
-               border-style:none;border-width:thick;
-               width:2em;
                font-weight: bold;
                font-size: 10pt;
                font-family: Verdana, Arial, Helvetica, sans-serif;
-               background-color: #DDDDDD;
                }
 
 div.headline {