Project

General

Profile

« Previous | Next » 

Revision 51030

1. Properties file changes.
2. Aggregation details / aggregation object add.
3. Other changes from stef

View differences:

SelectRepositoryOrJournalWidget.java
26 26

  
27 27
    private Form baseURLForm = new Form();
28 28

  
29
    private RadioButton chooseExistingBaseURLRadio = new RadioButton("baseURLRadio", "Choose existing base URL", false);
29
    private RadioButton chooseExistingBaseURLRadio = new RadioButton("baseURLRadio", "Select base URL from one of your registered repositories", false);
30 30
    private ListBox existingBaseURLsListBox = new ListBox();
31
    private RadioButton addManuallyRadio = new RadioButton("baseURLRadio", "or enter one manually", false);
31
    private RadioButton addManuallyRadio = new RadioButton("baseURLRadio", "or enter new", false);
32 32
    private TextBox baseURLTextBox = new TextBox();
33 33

  
34 34
    public SelectRepositoryOrJournalWidget(List<String> repositoryURLs) {

Also available in: Unified diff