File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed
java/de/symeda/sormas/api/i18n
sormas-ui/src/main/java/de/symeda/sormas/ui/login Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -3127,8 +3127,8 @@ public interface Captions {
3127
3127
String versionIsMissing = "versionIsMissing" ;
3128
3128
String view = "view" ;
3129
3129
String View_actions = "View.actions" ;
3130
- String View_adverseeventinvestigations = "View.adverseeventinvestigations" ;
3131
3130
String View_adverseevents = "View.adverseevents" ;
3131
+ String View_adverseevents_investigations = "View.adverseevents.investigations" ;
3132
3132
String View_aggregatereports = "View.aggregatereports" ;
3133
3133
String View_aggregatereports_aggregatereporting = "View.aggregatereports.aggregatereporting" ;
3134
3134
String View_aggregatereports_reportdata = "View.aggregatereports.reportdata" ;
Original file line number Diff line number Diff line change @@ -3122,7 +3122,7 @@ View.samples.sub=
3122
3122
View.travelEntries =Travel Entries Directory
3123
3123
View.immunizations =Immunization Directory
3124
3124
View.adverseevents =Adverse Events Directory
3125
- View.adverseeventinvestigations =AEFI Investigations Directory
3125
+ View.adverseevents.investigations =AEFI Investigations Directory
3126
3126
View.statistics =Statistics
3127
3127
View.statistics.database-export =Database export
3128
3128
View.tasks =Task Management
Original file line number Diff line number Diff line change @@ -315,12 +315,6 @@ private Layout buildLoginSidebarLayout() {
315
315
imgSormasFoundation .setWidth (isCustomBranding ? CUSTOM_BRANDING_LOGO_WIDTH : LOGO_WIDTH , Unit .PIXELS );
316
316
poweredByLayout .addComponent (imgSormasFoundation );
317
317
318
- if (!isCustomBranding ) {
319
- Image imgGiz = new Image (null , new ThemeResource ("img/giz-logo.png" ));
320
- imgGiz .setWidth (isCustomBranding ? CUSTOM_BRANDING_LOGO_WIDTH : LOGO_WIDTH , Unit .PIXELS );
321
- poweredByLayout .addComponent (imgGiz );
322
- }
323
-
324
318
loginSidebarLayout .addComponent (poweredByLayout );
325
319
326
320
Label customSidebarLabel = new Label ();
You can’t perform that action at this time.
0 commit comments