Author: chatellier Date: 2010-12-03 13:32:19 +0000 (Fri, 03 Dec 2010) New Revision: 353 Log: Add author and comment in summary Modified: trunk/coser-ui/src/main/java/fr/ifremer/coser/ui/project/ProjectSummaryView.jaxx Modified: trunk/coser-ui/src/main/java/fr/ifremer/coser/ui/project/ProjectSummaryView.jaxx =================================================================== --- trunk/coser-ui/src/main/java/fr/ifremer/coser/ui/project/ProjectSummaryView.jaxx 2010-12-03 13:13:30 UTC (rev 352) +++ trunk/coser-ui/src/main/java/fr/ifremer/coser/ui/project/ProjectSummaryView.jaxx 2010-12-03 13:32:19 UTC (rev 353) @@ -40,6 +40,14 @@ </row> <row> <cell anchor="west"> + <JLabel text="coser.ui.project.projectauthor" /> + </cell> + <cell anchor="west"> + <JLabel text="{getProject().getAuthor()}" /> + </cell> + </row> + <row> + <cell anchor="west"> <JLabel text="coser.ui.project.summary.catchFileName" /> </cell> <cell anchor="west"> @@ -71,6 +79,19 @@ </cell> </row> <row> + <cell anchor="northwest"> + <JLabel text="coser.ui.project.projectcomment" /> + </cell> + <cell anchor="west" fill="horizontal"> + <JTextArea text="{getProject().getComment()}" editable="false" rows="3" /> + </cell> + </row> + <row> + <cell weightx="1" columns="2" fill="horizontal"> + <JSeparator /> + </cell> + </row> + <row> <cell anchor="west"> <JLabel text="coser.ui.project.summary.validated" /> </cell>
participants (1)
-
chatellierï¼ users.labs.libre-entreprise.org