Browse Source

Change the save credentials button label and the mail_settings input class

Signed-off-by: Greta Doci <gretadoci@gmail.com>
Greta Doci 4 years ago
parent
commit
fc83ca7409

+ 1 - 1
settings/css/settings.scss

@@ -1193,7 +1193,7 @@ table.grid td.date {
 		text-align: right;
 	}
 	select:nth-child(2),
-	input {
+	input:not([type='button']) {
 		width: 143px;
 	}
 }

+ 1 - 1
settings/templates/settings/admin/additional-mail.php

@@ -141,7 +141,7 @@ $mail_sendmailmode = [
 				   value="<?php p($_['mail_smtpname']) ?>" />
 			<input type="text" name="mail_smtppassword" id="mail_smtppassword" autocomplete="off"
 				   placeholder="<?php p($l->t('SMTP Password'))?>" value="<?php p($_['mail_smtppassword']) ?>" />
-			<input id="mail_credentials_settings_submit" type="button" value="<?php p($l->t('Store credentials')) ?>">
+			<input id="mail_credentials_settings_submit" type="button" value="<?php p($l->t('Save')) ?>">
 		</p>
 	</form>