Revision ecc4ef81

b/src/gr/grnet/pithos/web/client/StatusPanel.java
52 52
        final String COMPANY_NAME = otherProperties.get("COMPANY_NAME");
53 53
        final String COMPANY_URL = otherProperties.get("COMPANY_URL");
54 54
        final String COPYRIGHT_MESSAGE = otherProperties.get("COPYRIGHT_MESSAGE");
55
        final String SYNNEFO_JS_LIB_VERSION = otherProperties.get("SYNNEFO_JS_LIB_VERSION");
55
        final String SYNNEFO_VERSION = otherProperties.get("SYNNEFO_VERSION");
56 56

  
57 57
		HorizontalPanel outer = new HorizontalPanel();
58 58
		outer.setWidth("100%");
......
67 67

  
68 68
        HorizontalPanel secondLine = new HorizontalPanel();
69 69
        secondLine.add(new HTML(
70
            "<div class='software'>Powered by <a href='" + SERVICE_URL +
71
            "'>Synnefo</a> <span class='version'>v " + SYNNEFO_JS_LIB_VERSION + "</span></div>"));
70
            "<div class='software'>Powered by <a href='http://synnefo.org'>Synnefo</a> <span class='version'>v " + SYNNEFO_VERSION + "</span></div>"));
72 71
        secondLine.addStyleName("software");
73 72
        inner.add(secondLine);
74 73
        outer.add(inner);

Also available in: Unified diff