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.
|
SENDER_HAS_COLLECTIONS=This sender claims to have {0} collection(s) containing this file.
|
||||||
COLLECTION_COMMENT=Comment for collection
|
COLLECTION_COMMENT=Comment for collection
|
||||||
NO_COMMENTS_FOR_FILE=There are no comments for this file.
|
NO_COMMENTS_FOR_FILE=There are no comments for this file.
|
||||||
|
SELECT_SENDER_COMMENT=Select a sender to see their comment
|
||||||
|
|
||||||
## Options pane
|
## Options pane
|
||||||
|
|
||||||
|
|
|
@ -93,6 +93,9 @@ class ResultDetailsView {
|
||||||
}
|
}
|
||||||
panel(constraints: "yes-comments") {
|
panel(constraints: "yes-comments") {
|
||||||
borderLayout()
|
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)) {
|
panel(constraints: BorderLayout.WEST, border: titledBorder(title: trans("SENDER"), border: etchedBorder(), titlePosition: TitledBorder.TOP)) {
|
||||||
borderLayout()
|
borderLayout()
|
||||||
commentsList = list(items: model.resultsWithComments, constraints: BorderLayout.CENTER)
|
commentsList = list(items: model.resultsWithComments, constraints: BorderLayout.CENTER)
|
||||||
|
|
Loading…
Reference in New Issue