Project

General

Profile

« Previous | Next » 

Revision 50367

Styling changes in the datasource registration wizard (select repository page)

View differences:

modules/uoa-repository-manager-gui/trunk/src/main/java/eu/dnetlib/repo/manager/client/datasources/utils/SelectRepositoryWidget.java
176 176
            }
177 177
        });
178 178

  
179
        form.add(new MyFormGroup(false, "Select repository's country", countriesListBox));
179
        form.add(new MyFormGroup(false, "Country", countriesListBox));
180 180

  
181 181
        autocomplete.setValueChangeHandler(new ValueChangeHandler() {
182 182
            @Override
......
205 205
            }
206 206
        });
207 207
        autocomplete.setEnabled(false);
208
        form.add(new MyFormGroup(false, "Start typing in the name of your repository to narrow down the view", autocomplete));
208
        form.add(new MyFormGroup(false, "Search by repository name", autocomplete));
209 209

  
210 210
        selectRepositoryPanel.add(form);
211 211

  

Also available in: Unified diff