Change the save credentials button label and the mail_settings input class

Signed-off-by: Greta Doci <gretadoci@gmail.com>
This commit is contained in:
Greta Doci 2019-09-03 15:25:17 +02:00
parent 650e4f9f4c
commit fc83ca7409
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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>