View Issue Details

IDProjectCategoryView StatusLast Update
0000757CATS.cacert.orgUser Interfacepublic2011-07-27 21:19
ReporterJ Steijlen Assigned ToTed  
PrioritylowSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Fixed in Versionproduction 
Summary0000757: For some reason I really expect the CAcert logo to be hyperlinked to de website.
DescriptionFor 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
TagsNo tags attached.

Activities

2009-07-24 18:40

 

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;
link_cacert_logo.patch (994 bytes)   

Ted

2009-07-28 20:21

administrator   ~0001465

Patch added to svn#1648 with little modification (link opens up in new window/tab)

Issue History

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