View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000757 | CATS.cacert.org | User Interface | public | 2009-07-24 18:40 | 2011-07-27 21:19 |
Reporter | J Steijlen | Assigned To | Ted | ||
Priority | low | Severity | feature | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Fixed in Version | production | ||||
Summary | 0000757: For some reason I really expect the CAcert logo to be hyperlinked to de website. | ||||
Description | For some reason I really expect the CAcert logo to be hyperlinked to the website. Similar to the mantis image in the upper left of this bugtracker links back to the homepage of the mantis project. Attached patch links that image to https://www.CAcert.org | ||||
Tags | No tags attached. | ||||
Attached Files | link_cacert_logo.patch (994 bytes)
For some reason I really expect the CAcert logo to be hyperlinked to the website. Index: CATS/index.php.template =================================================================== --- CATS/index.php.template (revision 1641) +++ CATS/index.php.template (working copy) @@ -51,7 +51,7 @@ <body> <?php // Banner ?><div id="banner"> - <div id="cacertlogo"><img class="img" src="images/cacert.png" alt="CAcert.org logo" /></div> + <div id="cacertlogo"><a href="https://www.CAcert.org/"><img class="img" src="images/cacert.png" alt="CAcert.org logo" /></a></div> <?php // Sprachauswahl ?><div id="language"> <form action="index.php" method="post"> Index: CATS/design/design.css =================================================================== --- CATS/design/design.css (revision 1641) +++ CATS/design/design.css (working copy) @@ -31,6 +31,9 @@ #cacertlogo { float:left; } + #cacertlogo a img { + border-width:0px; + } #language{ float:right; | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2009-07-24 18:40 | J Steijlen | New Issue | |
2009-07-24 18:40 | J Steijlen | File Added: link_cacert_logo.patch | |
2009-07-28 20:21 | Ted | Note Added: 0001465 | |
2009-07-28 20:21 | Ted | Assigned To | => Ted |
2009-07-28 20:21 | Ted | Status | new => solved? |
2009-07-28 20:21 | Ted | Resolution | open => fixed |
2011-07-27 21:19 | Ted | Status | solved? => closed |
2011-07-27 21:19 | Ted | Fixed in Version | => production |