diff options
author | canyonknight <canyonknight@gmail.com> | 2012-09-09 15:02:34 -0400 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2012-09-18 00:59:00 +0200 |
commit | 36abb9efb9b41e07c86d9ab9f817833f49abe8fa (patch) | |
tree | 812a1a432273d5c5f2654e5860784c8d62db1e18 /web/template/stats/updates_table.php | |
parent | 66fe10df633275beaaf405452dd3fa061e2946ae (diff) |
Use the "new" icon from archweb for the recent updates table
Signed-off-by: canyonknight <canyonknight@gmail.com>
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/template/stats/updates_table.php')
-rw-r--r-- | web/template/stats/updates_table.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/stats/updates_table.php b/web/template/stats/updates_table.php index 93eb44f..e7ceec7 100644 --- a/web/template/stats/updates_table.php +++ b/web/template/stats/updates_table.php @@ -8,7 +8,7 @@ <td> <a href="<?php echo get_pkg_uri($row["Name"]); ?>"><?php print htmlspecialchars($row["Name"]) . ' ' . htmlspecialchars($row["Version"]); ?></a> <?php if ($row["ModifiedTS"] === $row["SubmittedTS"]): ?> - <img src="images/new.gif" alt="New!" /> + <img src="images/new.png" alt="New!" /> <?php endif; ?> </td> <td> |