Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Commit 69e6dae

Browse files
author
Billy Clark
committed
attrbiute was redundant to default.
1 parent 7bd9586 commit 69e6dae

File tree

6 files changed

+8
-10
lines changed

6 files changed

+8
-10
lines changed

themes/material/expirychecker/about2expire.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,11 @@
4141
</p>
4242

4343
<div class="fill-parent" layout-children="row" child-spacing="space-around">
44-
<button type="submit" name="continue" class="mdl-button mdl-button--raised">
44+
<button name="continue" class="mdl-button mdl-button--raised">
4545
<?= $this->t('{material:about2expire:button_continue}') ?>
4646
</button>
4747

48-
<button type="submit" name="changepwd"
49-
class="mdl-button mdl-button--raised mdl-button--primary">
48+
<button name="changepwd" class="mdl-button mdl-button--raised mdl-button--primary">
5049
<?= $this->t('{material:about2expire:button_change}') ?>
5150
</button>
5251
</div>

themes/material/expirychecker/expired.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
<?= $this->t('{material:expired:expired}') ?>
3030
</p>
3131

32-
<button type="submit" name="changepwd"
33-
class="mdl-button mdl-button--raised mdl-button--primary">
32+
<button name="changepwd" class="mdl-button mdl-button--raised mdl-button--primary">
3433
<?= $this->t('{material:expired:button_change}') ?>
3534
</button>
3635
</form>

themes/material/mfa/must-set-up-mfa.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class="mdl-button mdl-button--primary margin">
5858
}
5959
?>
6060

61-
<button type="submit" name="setUpMfa"
61+
<button name="setUpMfa"
6262
class="mdl-button mdl-button--raised mdl-button--primary">
6363
<?= $this->t('{material:mfa:button_set_up}') ?>
6464
</button>

themes/material/mfa/nag-for-mfa.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</div>
4444

4545
<div class="mdl-card__actions" layout-children="row" child-spacing="space-around">
46-
<button type="submit" name="continue" class="mdl-button">
46+
<button name="continue" class="mdl-button">
4747
<?= $this->t('{material:mfa:button_later}') ?>
4848
</button>
4949

@@ -62,7 +62,7 @@ class="mdl-button mdl-button--primary margin">
6262
}
6363
?>
6464

65-
<button type="submit" name="setUpMfa"
65+
<button name="setUpMfa"
6666
class="mdl-button mdl-button--raised mdl-button--primary">
6767
<?= $this->t('{material:mfa:button_enable}') ?>
6868
</button>

themes/material/mfa/prompt-for-mfa-backupcode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676

7777
<div class="mdl-card__actions" layout-children="row">
7878
<span flex></span>
79-
<button type="submit" name="submitMfa"
79+
<button name="submitMfa"
8080
class="mdl-button mdl-button--raised mdl-button--primary">
8181
<?= $this->t('{material:mfa:button_verify}') ?>
8282
</button>

themes/material/mfa/prompt-for-mfa-totp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676

7777
<div class="mdl-card__actions" layout-children="row">
7878
<span flex></span>
79-
<button type="submit" name="submitMfa"
79+
<button name="submitMfa"
8080
class="mdl-button mdl-button--raised mdl-button--primary">
8181
<?= $this->t('{material:mfa:button_verify}') ?>
8282
</button>

0 commit comments

Comments
 (0)