Mercurial > hg > ismi-richfaces
comparison src/main/webapp/entry/components/misattribution.xhtml @ 136:502ae5b1a07d
fixing bugs from re-use efforts. misc cleanups.
author | casties |
---|---|
date | Thu, 02 Mar 2017 19:48:58 +0100 |
parents | 4ec8d4cfad26 |
children |
comparison
equal
deleted
inserted
replaced
135:0183b8a09717 | 136:502ae5b1a07d |
---|---|
34 | 34 |
35 <h:panelGrid columns="1"> | 35 <h:panelGrid columns="1"> |
36 <h:panelGrid columns="2"> | 36 <h:panelGrid columns="2"> |
37 | 37 |
38 <h:outputLabel value="EndNote Id" /> | 38 <h:outputLabel value="EndNote Id" /> |
39 <h:inputText | 39 <h:inputText size="80" |
40 value="#{CurrentText.misattTable.misatt.ref.endNoteId}" /> | 40 value="#{CurrentText.misattTable.misatt.ref.endNoteId}" /> |
41 | 41 |
42 <h:outputLabel value="EndNote Content" /> | 42 <h:outputLabel value="EndNote Content" /> |
43 <h:inputTextarea | 43 <h:inputTextarea |
44 value="#{CurrentText.misattTable.misatt.ref.endNoteContent}" | 44 value="#{CurrentText.misattTable.misatt.ref.endNoteContent}" |
45 rows="10" cols="200" /> | 45 rows="10" cols="80" /> |
46 | 46 |
47 <h:outputLabel value="Additional Information" /> | 47 <h:outputLabel value="Additional Information" /> |
48 <h:inputTextarea | 48 <h:inputTextarea |
49 value="#{CurrentText.misattTable.misatt.ref.addInformation}" | 49 value="#{CurrentText.misattTable.misatt.ref.addInformation}" |
50 rows="3" cols="200" /> | 50 rows="3" cols="80" /> |
51 | 51 |
52 </h:panelGrid> | 52 </h:panelGrid> |
53 <a4j:commandButton value="OK" | 53 <a4j:commandButton value="OK" |
54 actionListener="#{CurrentText.misattTable.listenerSaveRef}" | 54 actionListener="#{CurrentText.misattTable.listenerSaveRef}" |
55 render="misattArea"/> | 55 render="misattArea"/> |