Pithos header on top is a link to root
[pithos] / web_client / src / gr / grnet / pithos / web / client / TopPanel.java
index e1915d2..24968cf 100644 (file)
@@ -98,7 +98,7 @@ public class TopPanel extends Composite {
                inner.setWidth("75%");
                inner.setVerticalAlignment(HasVerticalAlignment.ALIGN_BOTTOM);
                
-               HTML logos = new HTML("<table><tr><td>" + AbstractImagePrototype.create(images.pithosLogo()).getHTML() + "</td></tr></table>");
+               HTML logos = new HTML("<table><tr><td><a href='/'>" + AbstractImagePrototype.create(images.pithosLogo()).getHTML() + "</a></td></tr></table>");
                logos.addStyleName("pithos-logo");
                inner.add(logos);