mirror of https://github.com/zlatinb/muwire
header for the comments tab
parent
d61e4245bd
commit
e8253f82b7
|
@ -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
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue