You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jabgui/src/main/resources/org/jabref/gui/slr/ManageStudyDefinition.fxml
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -270,8 +270,17 @@
270
270
</graphic>
271
271
</Button>
272
272
</HBox>
273
-
<Labeltext="%Note: The study directory should be empty."/>
274
273
<Labelfx:id="directoryWarning"text="%Warning: The selected directory is not empty."visible="false"styleClass="warning-message" />
274
+
<VBoxspacing="5.0"fx:id="validationContainer">
275
+
<Labelfx:id="validationHeaderLabel"text="%In order to proceed:"style="-fx-text-fill: -jr-error; -fx-font-weight: bold"visible="false"managed="false" />
0 commit comments