|
|
@ -563,9 +563,6 @@ public abstract class TemplateThemeProfilePane<T extends TemplateTheme> extends |
|
|
|
|
|
|
|
|
|
|
|
boolean valid = StringUtils.isEmpty(error); |
|
|
|
boolean valid = StringUtils.isEmpty(error); |
|
|
|
|
|
|
|
|
|
|
|
if (!valid) { |
|
|
|
|
|
|
|
textField.requestFocus(); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
errorLabel.setVisible(!valid); |
|
|
|
errorLabel.setVisible(!valid); |
|
|
|
if (actionButtons != null && actionButtons.length > 0) { |
|
|
|
if (actionButtons != null && actionButtons.length > 0) { |
|
|
|
for (UIButton button : actionButtons) { |
|
|
|
for (UIButton button : actionButtons) { |
|
|
|