small fixes yet again
authorzapata <zapata>
Thu, 19 Dec 2002 20:13:46 +0000 (20:13 +0000)
committerzapata <zapata>
Thu, 19 Dec 2002 20:13:46 +0000 (20:13 +0000)
templates/admin/commentlist.template

index b8df175..4848747 100755 (executable)
       <td>
         published
       </td>
+<comment>      
       <td>
         status
       </td>
+</comment>      
       <td>
         order
       </td>
@@ -51,7 +53,7 @@
             <option value="1" <if searchispublished=="1"> selected</if>>${lang("commentlist.published")}</option>
           </select>
       </td>
-<!--      
+<comment>
       <td>
           <select name="searchstatus">
             <option value="">--</option>
@@ -59,7 +61,7 @@
             <option value="1" <if searchstatus=="1"> selected</if>>${lang("commentlist.published")}</option>
           </select>
       </td>
- -->      
+</comment>
       <td>
           <select name="searchorder">
             <option value="datedesc" <if searchorder=="datedesc"> selected</if>>${lang("commentlist.order.datedesc")}</option>
                     <b>${entry.title}</b><br>
       
                 <if entry.creator>${lang("comment.creator")}: ${entry.creator}<br></if>
-                <span class="small">${entry.description}</span>
+                <span>${utility.encodeHTML(entry.description)}</span>
                 <if entry.main_url><br>URL: ${entry.main_url}</if>
                 <br>
                 <if config["Mir.Localizer.Admin.ListOperationsFlavor"]=="0">