From 9c98523494a9f533cc2a8ee873c96db02a1a6d4e Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sat, 12 Dec 2015 12:55:37 +0100 Subject: [PATCH] Replace new package icon Use a flat icon from the Open Iconic collection to mark new packages. Signed-off-by: Lukas Fleischer --- web/html/images/new.png | Bin 378 -> 0 bytes web/html/images/new.svg | 3 +++ web/html/index.php | 2 +- web/template/stats/updates_table.php | 2 +- 4 files changed, 5 insertions(+), 2 deletions(-) delete mode 100644 web/html/images/new.png create mode 100644 web/html/images/new.svg diff --git a/web/html/images/new.png b/web/html/images/new.png deleted file mode 100644 index 6a9bf0370708a165d3e49047c09e110e02074a53..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 378 zcmV-=0fqjFP)Q51$RwCw?WgWe;0fi^vY%UagXRhyB(O=1wVPFJlYqlK$kNFcaSBrLFKHcpU( zVj5rP+%se7wuRup#~J3_|C@8?jsx6(aN8gV+_?~^wID=7QAmWo&=P9GzK~Bj7P?xU z4^LybJ-~;P$nL)ri2Lx-f?f?uyKtX3G(76UWeycgm{0H$eX9nWr+ASHH8>r~vom;o zFz$}vYpDI9TZYLgxm?Z}9nS!RQHI8Y*b~3AE}I>k|Ynq_|_kL0z^} zg`YWG?`i*VRiHt=)+fle*{;CjiLD9r5bPAPFRr!h8&+rODTKm>mjte|vSwTU#7zr+ Y0SIdSJYsEaB>(^b07*qoM6N<$g6XKB5dZ)H diff --git a/web/html/images/new.svg b/web/html/images/new.svg new file mode 100644 index 00000000..87f1a4cc --- /dev/null +++ b/web/html/images/new.svg @@ -0,0 +1,3 @@ + + + diff --git a/web/html/index.php b/web/html/index.php index 817c20b3..8b5cb621 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -165,7 +165,6 @@ if (!empty($tokens[1]) && '/' . $tokens[1] == get_pkg_route()) { readfile("./$path"); break; case "/css/archnavbar/archlogo.gif": - case "/images/new.png": header("Content-Type: image/png"); readfile("./$path"); break; @@ -182,6 +181,7 @@ if (!empty($tokens[1]) && '/' . $tokens[1] == get_pkg_route()) { case "/images/pin.min.svg": case "/images/unpin.min.svg": case "/images/rss.svg": + case "/images/new.svg": header("Content-Type: image/svg+xml"); readfile("./$path"); break; diff --git a/web/template/stats/updates_table.php b/web/template/stats/updates_table.php index b783bd85..7cad3fa4 100644 --- a/web/template/stats/updates_table.php +++ b/web/template/stats/updates_table.php @@ -11,7 +11,7 @@ - New! + New!