hours in article list now displayed in 24h format
authorzapata <zapata>
Sat, 21 Dec 2002 21:02:42 +0000 (21:02 +0000)
committerzapata <zapata>
Sat, 21 Dec 2002 21:02:42 +0000 (21:02 +0000)
templates/admin/contentlist.template

index 56cbedd..9406084 100755 (executable)
@@ -39,8 +39,8 @@
          <tr <if grey=="1"><assign grey="0">class="list1"<else>class="list2"<assign grey="1"></if>>
            <td>
              <span class="x-small">
-               ${entry.creationdate.formatted["dd.MM.yyyy hh:mm"]}<br>
-               ${entry.changedate.formatted["dd.MM.yyyy hh:mm"]}<br>
+               ${entry.creationdate.formatted["dd.MM.yyyy HH:mm"]}<br>
+               ${entry.changedate.formatted["dd.MM.yyyy HH:mm"]}<br>
                            <if entry.is_published!="0">F<else>-</if><if entry.is_html!="0">H<else>-</if>
                          </span>
                        </td>