comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/map/MapPrintPanel.java @ 5755:3e2ab854d5c0

Increase acceptet print dialog input length to 30
author Andre Heinecke <aheinecke@intevation.de>
date Thu, 18 Apr 2013 11:40:22 +0200
parents 280093510e1d
children
comparison
equal deleted inserted replaced
5754:b2ea06faffbd 5755:3e2ab854d5c0
128 this.pageInstitution.setTitle(MSG.mapInstitution()); 128 this.pageInstitution.setTitle(MSG.mapInstitution());
129 this.pageSource.setTitle(MSG.mapSource()); 129 this.pageSource.setTitle(MSG.mapSource());
130 this.pageCreator.setTitle(MSG.mapCreator()); 130 this.pageCreator.setTitle(MSG.mapCreator());
131 this.pageDatePlace.setTitle(MSG.mapDate()); 131 this.pageDatePlace.setTitle(MSG.mapDate());
132 132
133 pageTitle.setLength(21); 133 pageTitle.setLength(30);
134 pageSubtitle.setLength(21); 134 pageSubtitle.setLength(30);
135 pageRange.setLength(21); 135 pageRange.setLength(30);
136 pageStretch.setLength(21); 136 pageStretch.setLength(30);
137 pageInstitution.setLength(21); 137 pageInstitution.setLength(30);
138 pageSource.setLength(21); 138 pageSource.setLength(30);
139 pageCreator.setLength(21); 139 pageCreator.setLength(30);
140 pageDatePlace.setLength(21); 140 pageDatePlace.setLength(30);
141 ButtonItem printButton = createPrintButtonItem(); 141 ButtonItem printButton = createPrintButtonItem();
142 142
143 printButton.setAlign(Alignment.RIGHT); 143 printButton.setAlign(Alignment.RIGHT);
144 144
145 DynamicForm df = new DynamicForm(); 145 DynamicForm df = new DynamicForm();

http://dive4elements.wald.intevation.org