another cosmetic fix
authorzapata <zapata>
Thu, 19 Dec 2002 19:34:26 +0000 (19:34 +0000)
committerzapata <zapata>
Thu, 19 Dec 2002 19:34:26 +0000 (19:34 +0000)
templates/admin/commentlist.template

index 8eb5548..89e5114 100755 (executable)
@@ -26,6 +26,9 @@
         published
       </td>
       <td>
+        status
+      </td>
+      <td>
         order
       </td>
     </tr>
             <option value="1" <if searchispublished=="1"> selected</if>>${lang("commentlist.published")}</option>
           </select>
       </td>
+<!--      
+      <td>
+          <select name="searchstatus">
+            <option value="">--</option>
+            <option value="0" <if searchstatus=="0"> selected</if>>${lang("commentlist.hidden")}</option>
+            <option value="1" <if searchstatus=="1"> selected</if>>${lang("commentlist.published")}</option>
+          </select>
+      </td>
+ -->      
       <td>
           <select name="searchorder">
             <option value="datedesc" <if searchorder=="datedesc"> selected</if>>${lang("commentlist.order.datedesc")}</option>
           </if>
         </td></tr>
       </if>
-      <tr class="pink">
-       <td><p class="head">${lang("comment.date")}</p></td>
-               <td><p class="head">${lang("comment.title")}/ ${lang("comment.creator")}<br>
-                                       ${lang("comment.text")}</p></td>
+      <tr class="darkgrey">
+        <td><p class="witesmall">${lang("comment.date")}</p></td>
+        <td><p class="witesmall">${lang("comment.title")}/ ${lang("comment.creator")}<br>
+            ${lang("comment.text")}</p></td>
+        <td>&nbsp;</td>
       </tr>
     
         <list comments as entry>
           <tr <if grey=="1"><assign grey="0">class="list1"<else><assign grey="1">class="list2"</if>>
         
-                       <td>${entry.creationdate.formatted["dd.MM.yyyy"]}<br>
+                       <td>${entry.creationdate.formatted["dd.MM.yyyy hh:mm"]}<br>
                  <if entry.is_published=="0"><span class="spezialtext">hidden</span><else>-</if>
                        </td>
         
             <td>
-              <span class="small">
                 ${lang("comment.article")}
                 <a href="${config.actionRoot}?module=Content&do=edit&id=${entry.to_content.id}">
                   ${utility.encodeHTML(entry.to_content.title)}
                 </a>
                 <br>
                   <a name="${entry.id}"></a>
-                  <span class="x-small">
+                  <span class="small">
                     <if entry.status>${lang("commentstatus." + entry.status.name)} - </if> 
                   </span>
                     <b>${entry.title}</b><br>
                            </if>
                 <if entry.operations>|</if>
                 <a href="${config.actionRoot}?module=Comment&do=edit&id=${entry.id}">${lang("edit")}</a>                
-                         </span>
             </td>
       
             <td>
                </tr>
         </list>
       
-        <tr class="pink">
-          <td colspan="3">${count} ${lang("records")} / ${lang("show_from_to", from, to)}</span></td>
+        <tr class="darkgrey">
+          <td colspan="3"><span class="witesmall">${count} ${lang("records")} / ${lang("show_from_to", from, to)}</span></td>
         </tr>
         <tr><td>
           <if prevurl>