This repository was archived by the owner on May 5, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
sormas-ui/src/main/java/de/symeda/sormas/ui Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,11 +119,15 @@ public AboutView() {
119119 FileDownloader dataDictionaryDownloader = new FileDownloader (new ClassResource ("/doc/SORMAS_Data_Dictionary.xlsx" ));
120120 dataDictionaryDownloader .extend (dataDictionaryButton );
121121
122- Link technicalManualLink = new Link (
123- I18nProperties .getCaption (Captions .aboutTechnicalManual ),
124- new ExternalResource ("https://github.com/hzi-braunschweig/SORMAS-Project/files/2585973/SORMAS_Technical_Manual_Webversion_20180911.pdf" ));
125- technicalManualLink .setTargetName ("_blank" );
126- documentsLayout .addComponent (technicalManualLink );
122+ // This link is hidden until an updated version of the document is provided
123+ /*
124+ * Link technicalManualLink = new Link(
125+ * I18nProperties.getCaption(Captions.aboutTechnicalManual),
126+ * new ExternalResource(
127+ * "https://github.com/hzi-braunschweig/SORMAS-Project/files/2585973/SORMAS_Technical_Manual_Webversion_20180911.pdf"));
128+ * technicalManualLink.setTargetName("_blank");
129+ * documentsLayout.addComponent(technicalManualLink);
130+ */
127131
128132 setSizeFull ();
129133 setStyleName ("about-view" );
You can’t perform that action at this time.
0 commit comments