]> source.dussan.org Git - nextcloud-server.git/commitdiff
show modified date for folders
authorRobin Appelman <icewind1991@gmail.com>
Mon, 18 Apr 2011 08:50:12 +0000 (10:50 +0200)
committerRobin Appelman <icewind1991@gmail.com>
Mon, 18 Apr 2011 08:50:12 +0000 (10:50 +0200)
files/templates/part.list.php

index 1c30d5a3311b73781c1a66fecdb103ecc50404c0..0d4fcc75489ba916c01eeec8b8f5003637c5e51a 100644 (file)
@@ -3,7 +3,7 @@
                                <td class="selection"><input type="checkbox" /></td>
                                <td class="filename"><a style="background-image:url(<?php if($file["type"] == "dir") echo mimetype_icon("dir"); else echo mimetype_icon($file["mime"]); ?>)" href="<?php if($file["type"] == "dir") echo link_to("files", "index.php?dir=".$file["directory"]."/".$file["name"]); else echo link_to("files", "download.php?file=".$file["directory"]."/".$file["name"]); ?>" title=""><?php echo htmlspecialchars($file["name"]); ?></a></td>
                                <td class="filesize"><?php echo human_file_size($file["size"]); ?></td>
-                               <td class="date"><?php if($file["type"] != "dir") echo $file["date"]; ?></td>
+                               <td class="date"><?php echo $file["date"]; ?></td>
                                <td class="fileaction"><a href="" title=""><img src="images/drop-arrow.png" alt="+" /></a></td>
                        </tr>
                <?php endforeach; ?>
\ No newline at end of file