* Add an icon for PDFs.

[?]
May 7, 2009, 1:15 PM
MFHM3RLCHZHHEMUBVQI2MNLHZTGJV6AURHZI5T5LTVZYV7RPM4VAC

Dependencies

  • [2] D5QIOJGP * Move everything up one directory.
  • [3] JFZNAYJX * Showing releases.
  • [4] Y35C6GHH * One-click installs.
  • [5] SMM4HQTP * Put actions related to builds under /build (e.g. /log/<buildid>
  • [6] M3WSK4CB

Change contents

  • replacement in src/root/product-list.tt at line 149
    [3.6339][3.6339:6362]()
    [% CASE "doc" %]
    [3.6339]
    [3.6362]
    [% CASE ["doc", "doc-pdf"] %]
  • replacement in src/root/product-list.tt at line 153
    [3.2591][3.6451:6518](),[3.6451][3.6451:6518]()
    <img src="/static/images/document.png" alt="Document" />
    [3.2591]
    [3.6518]
    [% IF product.type == "doc-pdf" %]
    <img src="/static/images/pdf.png" alt="PDF document" />
    [% ELSE %]
    <img src="/static/images/document.png" alt="Document" />
    [% END %]
  • file addition: pdf.png (----------)
    [2.2196]