Project

General

Profile

« Previous | Next » 

Revision a08af9f9

Added by Katja Luther about 5 years ago

fix #8148: fix login dialog problems

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/l10n/Messages.java
236 236
	public static String RemotingLoginDialog_JOB_SERVER_LAUNCH;
237 237
	public static String RemotingLoginDialog_STARTING_MGD_SERVER;
238 238
	public static String RemotingLoginDialog_TASK_LAUNCHING_SERVER;
239
	public static String RemotingLoginDialog_MISSING_PERMISSION;
239 240

  
240 241

  
241 242
    public static String SearchManager_LARGE_RESULT_EXPECTED;
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/l10n/messages.properties
140 140
RemotingLoginDialog_JOB_SERVER_LAUNCH=Managed CDM Server Launch
141 141
RemotingLoginDialog_STARTING_MGD_SERVER=Starting Managed CDM Server. This may take a while.
142 142
RemotingLoginDialog_TASK_LAUNCHING_SERVER=Launching Managed CDM Server
143
RemotingLoginDialog_MISSING_PERMISSION=Your credentials are valid but you are not permitted to use the TaxEditor with the selected data source
143 144

  
144 145
EditPasswordElement_PLEASE_CREATE_OR_SAVE_USER=Please create or save user '%s' before changing password
145 146
EditPasswordElement_USERNAME_DOES_NOT_EXIST=Username does not exist
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/l10n/messages_de.properties
141 141
RemotingLoginDialog_JOB_SERVER_LAUNCH=Starte internen CDM-Server
142 142
RemotingLoginDialog_STARTING_MGD_SERVER=Starte internen CDM-Server. Dies kann eine Weile dauern.
143 143
RemotingLoginDialog_TASK_LAUNCHING_SERVER=Starte internen CDM-Server
144
RemotingLoginDialog_MISSING_PERMISSION="Die Anmeldedaten sind korrekt, aber Sie haben nicht die Rechte auf der ausgew?hlten Instanz mit dem Editor zu arbeiten"
144 145

  
145 146
EditPasswordElement_PLEASE_CREATE_OR_SAVE_USER=Bitte erstellen oder speichern sie den Nutzer '%s', bevor Sie das Kennwort ?ndern
146 147
EditPasswordElement_USERNAME_DOES_NOT_EXIST=Nutzername existiert nicht
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/RemotingLoginDialog.java
149 149
    private final int MIN_WIDTH = 530;
150 150
    private final int MIN_HEIGHT = 220;
151 151
    private final int MIN_EXP_HEIGHT = 380;
152
    private final int MESSAGE_HEIGHT = 75;
152
    private final int MESSAGE_HEIGHT = 50;
153 153
    private Label lblEditorVersion;
154 154
    private Text txtEditorVersion;
155 155
    private Label lblServerCDMVersion;
......
385 385
        styledTxtMessage.setSelectionForeground(SWTResourceManager.getColor(SWT.COLOR_DARK_RED));
386 386
        styledTxtMessage.setDoubleClickEnabled(false);
387 387
        styledTxtMessage.setEditable(false);
388
        styledTxtMessage.setWordWrap(true);
388 389
        GridData gd_styledTxtMessage = new GridData(SWT.FILL, SWT.FILL, true, false, 1, 1);
389 390
        gd_styledTxtMessage.exclude = true;
390 391
        gd_styledTxtMessage.minimumHeight = MESSAGE_HEIGHT;

Also available in: Unified diff