Skip to content

Commit 2a94140

Browse files
authored
Merge pull request #13213 from SORMAS-Foundation/change-13126-update-default-logo-to-only-sf-logo
Change 13126 update default logo to only sf logo
2 parents 7602439 + 8439dd1 commit 2a94140

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

sormas-api/src/main/java/de/symeda/sormas/api/i18n/Captions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3127,8 +3127,8 @@ public interface Captions {
31273127
String versionIsMissing = "versionIsMissing";
31283128
String view = "view";
31293129
String View_actions = "View.actions";
3130-
String View_adverseeventinvestigations = "View.adverseeventinvestigations";
31313130
String View_adverseevents = "View.adverseevents";
3131+
String View_adverseevents_investigations = "View.adverseevents.investigations";
31323132
String View_aggregatereports = "View.aggregatereports";
31333133
String View_aggregatereports_aggregatereporting = "View.aggregatereports.aggregatereporting";
31343134
String View_aggregatereports_reportdata = "View.aggregatereports.reportdata";

sormas-api/src/main/resources/captions.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3122,7 +3122,7 @@ View.samples.sub=
31223122
View.travelEntries=Travel Entries Directory
31233123
View.immunizations=Immunization Directory
31243124
View.adverseevents=Adverse Events Directory
3125-
View.adverseeventinvestigations=AEFI Investigations Directory
3125+
View.adverseevents.investigations=AEFI Investigations Directory
31263126
View.statistics=Statistics
31273127
View.statistics.database-export=Database export
31283128
View.tasks=Task Management

sormas-ui/src/main/java/de/symeda/sormas/ui/login/LoginScreen.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -315,12 +315,6 @@ private Layout buildLoginSidebarLayout() {
315315
imgSormasFoundation.setWidth(isCustomBranding ? CUSTOM_BRANDING_LOGO_WIDTH : LOGO_WIDTH, Unit.PIXELS);
316316
poweredByLayout.addComponent(imgSormasFoundation);
317317

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-
324318
loginSidebarLayout.addComponent(poweredByLayout);
325319

326320
Label customSidebarLabel = new Label();

0 commit comments

Comments
 (0)