header for the comments tab

auto-update
Zlatin Balevsky 2021-10-27 04:13:45 +01:00
parent d61e4245bd
commit e8253f82b7
No known key found for this signature in database
GPG Key ID: A72832072D525E41
2 changed files with 4 additions and 0 deletions

View File

@ -292,6 +292,7 @@ SENDER_HAS_CERTIFICATES=This sender claims to have {0} certificate(s) for this f
SENDER_HAS_COLLECTIONS=This sender claims to have {0} collection(s) containing this file.
COLLECTION_COMMENT=Comment for collection
NO_COMMENTS_FOR_FILE=There are no comments for this file.
SELECT_SENDER_COMMENT=Select a sender to see their comment
## Options pane

View File

@ -93,6 +93,9 @@ class ResultDetailsView {
}
panel(constraints: "yes-comments") {
borderLayout()
panel(constraints: BorderLayout.NORTH) {
label(text: trans("SELECT_SENDER_COMMENT"))
}
panel(constraints: BorderLayout.WEST, border: titledBorder(title: trans("SENDER"), border: etchedBorder(), titlePosition: TitledBorder.TOP)) {
borderLayout()
commentsList = list(items: model.resultsWithComments, constraints: BorderLayout.CENTER)