Author: ssthkjer Date: 2007-04-03 16:04:06 +0200 (Tue, 03 Apr 2007) New Revision: 4723
Modified: trunk/core-api/src/main/java/no/schibstedsok/searchportal/view/velocity/AccountingDirective.java Log: https://jira.sesam.no/jira/browse/GULD-340 - N?\195?\165r man f?\195?\165r opp regnskapstall eks. Hegna Transport s?\195?\165 vises ikke logoen til Lindorff Modified: trunk/core-api/src/main/java/no/schibstedsok/searchportal/view/velocity/AccountingDirective.java =================================================================== --- trunk/core-api/src/main/java/no/schibstedsok/searchportal/view/velocity/AccountingDirective.java 2007-04-03 11:43:37 UTC (rev 4722) +++ trunk/core-api/src/main/java/no/schibstedsok/searchportal/view/velocity/AccountingDirective.java 2007-04-03 14:04:06 UTC (rev 4723) @@ -134,7 +134,7 @@ } html += "</table>"; html += "<div class=\"lindorff\">* Regnskapet viser kun hovedtall, og er levert av Lindorff Decision.</div>"; - html += "<div style=\"clear:both; padding-top:4px;\"><a href=\"" + lpUrl + "\" target=\"_blank\"><img src=\"../images/lindorff_logo.gif\" alt=\"Linforff logo\" /></a></div>"; + html += "<div style=\"clear:both; padding-top:4px;\"><a href=\"" + lpUrl + "\" target=\"_blank\"><img src=\"/images/lindorff_logo.gif\" alt=\"Linforff logo\" /></a></div>"; writer.write(html); final Token lastToken = node.getLastToken(); _______________________________________________ Kernel-commits mailing list [email protected] http://sesat.no/mailman/listinfo/kernel-commits
