HSAdmin Backend Domains, E-Mail, Datenbanken
Peter Hormanns
2012-10-31 1ecb675c95fd44bfb182ac67da455b2ba492dad9
format text
1 files modified
4 ■■■ changed files
hsarweb/src/de/hsadmin/web/AbstractModule.java 4 ●●● patch | view | raw | blame | history
hsarweb/src/de/hsadmin/web/AbstractModule.java
@@ -151,7 +151,9 @@
                application.setRunAs(property.getValue().toString());
            }
        });
        toolbar.addComponent(new Label(application.getLocaleConfig().getText("runas")));
        Label lbl = new Label(" " + application.getLocaleConfig().getText("runas") + " ", Label.CONTENT_XHTML);
        lbl.setSizeFull();
        toolbar.addComponent(lbl);
        toolbar.addComponent(selRunAs);
    }