]> source.dussan.org Git - nextcloud-server.git/commitdiff
Change the save credentials button label and the mail_settings input class 16980/head
authorGreta Doci <gretadoci@gmail.com>
Tue, 3 Sep 2019 13:25:17 +0000 (15:25 +0200)
committerGreta Doci <gretadoci@gmail.com>
Tue, 3 Sep 2019 13:25:17 +0000 (15:25 +0200)
Signed-off-by: Greta Doci <gretadoci@gmail.com>
settings/css/settings.scss
settings/templates/settings/admin/additional-mail.php

index 0c85cb1dd43ddd00299f7d6722e1cf6144181196..02c85b5a34fb80bcc08a9c2ee5d38cfa3befaaec 100644 (file)
@@ -1193,7 +1193,7 @@ table.grid td.date {
                text-align: right;
        }
        select:nth-child(2),
-       input {
+       input:not([type='button']) {
                width: 143px;
        }
 }
index 362c301281d1f2aaadab78b72c93a977e555caf0..609aa3222d5172c64ace619652ecbc9efd54bd25 100644 (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>