full support for comment status in admin
[mir.git] / templates / admin / commentlist.template
index 3d35d34..151a381 100755 (executable)
@@ -93,7 +93,7 @@
           </a>
           <br>
             <a name="${entry.id}"></a>
-          <if entry.title><b>${entry.title}</b><br></if>
+          <if entry.status>${entry.status.name} - </if> <b>${entry.title}</b><br>
 
           <if entry.creator>${lang("comment.creator")}: ${entry.creator}<br></if>
           <span class="small">${entry.description}</span>