From bceb2860b713133e6340128e781f6d737cb43b1c Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Thu, 12 Jan 2017 13:11:34 +1100 Subject: coverpage: Rename the static images directory to match bootstrap. --- .../static/images/Adobe_PDF_file_icon_32x32.png | Bin 979 -> 0 bytes common/coverpage/static/images/html-xxl.png | Bin 5157 -> 0 bytes .../coverpage/static/img/Adobe_PDF_file_icon_32x32.png | Bin 0 -> 979 bytes common/coverpage/static/img/html-xxl.png | Bin 0 -> 5157 bytes common/coverpage/static/rtems/js/catalogue.js | 4 ++-- 5 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 common/coverpage/static/images/Adobe_PDF_file_icon_32x32.png delete mode 100644 common/coverpage/static/images/html-xxl.png create mode 100644 common/coverpage/static/img/Adobe_PDF_file_icon_32x32.png create mode 100644 common/coverpage/static/img/html-xxl.png (limited to 'common/coverpage') diff --git a/common/coverpage/static/images/Adobe_PDF_file_icon_32x32.png b/common/coverpage/static/images/Adobe_PDF_file_icon_32x32.png deleted file mode 100644 index c24f66c..0000000 Binary files a/common/coverpage/static/images/Adobe_PDF_file_icon_32x32.png and /dev/null differ diff --git a/common/coverpage/static/images/html-xxl.png b/common/coverpage/static/images/html-xxl.png deleted file mode 100644 index d0dce0d..0000000 Binary files a/common/coverpage/static/images/html-xxl.png and /dev/null differ diff --git a/common/coverpage/static/img/Adobe_PDF_file_icon_32x32.png b/common/coverpage/static/img/Adobe_PDF_file_icon_32x32.png new file mode 100644 index 0000000..c24f66c Binary files /dev/null and b/common/coverpage/static/img/Adobe_PDF_file_icon_32x32.png differ diff --git a/common/coverpage/static/img/html-xxl.png b/common/coverpage/static/img/html-xxl.png new file mode 100644 index 0000000..d0dce0d Binary files /dev/null and b/common/coverpage/static/img/html-xxl.png differ diff --git a/common/coverpage/static/rtems/js/catalogue.js b/common/coverpage/static/rtems/js/catalogue.js index 74ccbcc..c3becf6 100644 --- a/common/coverpage/static/rtems/js/catalogue.js +++ b/common/coverpage/static/rtems/js/catalogue.js @@ -56,8 +56,8 @@ function paintCatalogue(xml) { /* * Use jquery as XMLDocument is consider not stable on Firefox's web site. */ - var pdfIcon = 'static/images/Adobe_PDF_file_icon_32x32.png'; - var htmlIcon = 'static/images/html-xxl.png'; + var pdfIcon = 'static/img/Adobe_PDF_file_icon_32x32.png'; + var htmlIcon = 'static/img/html-xxl.png'; var docs = $(xml).find('rtems-docs'); var date = $(docs).attr('date'); var title = $(docs).find('catalogue'); -- cgit v1.2.3