Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1358 → Rev 1359

/branches/v1.0-syrah/src/org/tela_botanica/client/vues/personne/PersonneForm.java
250,7 → 250,7
ProxyProjets<ModelData> proxyProjets = new ProxyProjets<ModelData>();
ChampComboBoxRechercheTempsReelPaginable cbProjets = new ChampComboBoxRechercheTempsReelPaginable(proxyProjets, modelTypeProjets, displayNameProjets);
cbProjets.setWidth(100, 600);
cbProjets.setWidth(100, 550);
cbProjets.getCombo().setTabIndex(tabIndex++);
cbProjets.getCombo().setFieldLabel(i18nC.personneProjet());
cbProjets.getCombo().setEmptyText(i18nC.txtListeProjetDefaut());