Project

General

Profile

« Previous | Next » 

Revision 51030

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

View differences:

SelectGuidelinesWidget.java
87 87
            counter++;
88 88
        }
89 89

  
90
        showAdvanced.setText("Show Advanced");
90
        showAdvanced.setText("Show Content and Usage Rules");
91 91
        showAdvanced.setIcon(IconType.ANGLE_DOWN);
92 92
        showAdvanced.setIconPosition(IconPosition.LEFT);
93 93
        showAdvanced.addStyleName("showAdvanced");
......
97 97
            public void onClick(ClickEvent event) {
98 98
                if(areRulesShown) {
99 99
                    areRulesShown = false;
100
                    showAdvanced.setText("Show Advanced");
100
                    showAdvanced.setText("Show Content and Usage Rules");
101 101
                    showAdvanced.setIcon(IconType.ANGLE_DOWN);
102 102
                    selectGuidelinesWidgetPanel.remove(selectRulesPanel);
103 103
                } else {
104 104
                    areRulesShown = true;
105
                    showAdvanced.setText("Hide Advanced");
105
                    showAdvanced.setText("Hide Content and Usage Rules");
106 106
                    showAdvanced.setIcon(IconType.ANGLE_UP);
107 107
                    selectGuidelinesWidgetPanel.add(selectRulesPanel);
108 108
                }

Also available in: Unified diff