diff 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
line wrap: on
line diff
--- a/src/main/webapp/entry/components/misattribution.xhtml	Fri Feb 24 20:27:44 2017 +0100
+++ b/src/main/webapp/entry/components/misattribution.xhtml	Thu Mar 02 19:48:58 2017 +0100
@@ -36,18 +36,18 @@
 								<h:panelGrid columns="2">
 
 									<h:outputLabel value="EndNote Id" />
-									<h:inputText
+									<h:inputText size="80"
 										value="#{CurrentText.misattTable.misatt.ref.endNoteId}" />
 
 									<h:outputLabel value="EndNote Content" />
 									<h:inputTextarea
 										value="#{CurrentText.misattTable.misatt.ref.endNoteContent}"
-										rows="10" cols="200" />
+										rows="10" cols="80" />
 
 									<h:outputLabel value="Additional Information" />
 									<h:inputTextarea
 										value="#{CurrentText.misattTable.misatt.ref.addInformation}"
-										rows="3" cols="200" />
+										rows="3" cols="80" />
 
 								</h:panelGrid>
 								<a4j:commandButton value="OK"