Add a hint for login page.
[gpl/argeo-suite.git] / org.argeo.suite.workbench.rap / src / org / argeo / suite / workbench / rap / AsSecureEntryPoint.java
index eaf2b19d418434ac73d7958f3e79e55c808139db..abae312413ab1213608dbf09af7de139ddbc01f8 100644 (file)
@@ -36,6 +36,7 @@ public class AsSecureEntryPoint extends RapWorkbenchLogin {
                // Logo
                Label headerLbl = new Label(bodyCmp, SWT.WRAP);
                CmsUtils.markup(headerLbl);
+               // Images are declared via the resources extension point in plugin.xml
                String headerStr = "<a href=\"http://argeo.org\" "
                                + "title=\"Smart Data Productivity Suite, by Argeo\" target=\"_blank\"> "
                                + "<img src=\"/ui/suite/img/logo.jpg\" width=\"200\" height=\"140\"></img> " + "</a>";