nodebb-theme-persona 13.3.36 → 13.3.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-theme-persona",
3
- "version": "13.3.36",
3
+ "version": "13.3.37",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.7.0"
6
6
  },
@@ -4,22 +4,22 @@
4
4
  <!-- disables autocomplete on FF --><input type="password" style="display:none">
5
5
 
6
6
  <!-- IF isSelf -->
7
- <div class="mb-2">
7
+ <div class="mb-3">
8
8
  <label class="form-label fw-bold" for="inputCurrentPassword">[[user:current-password]]</label>
9
9
  <input autocomplete="off" class="form-control" type="password" id="inputCurrentPassword" placeholder="[[user:current-password]]" value=""<!-- IF !hasPassword --> disabled<!-- ENDIF !hasPassword -->>
10
10
  </div>
11
11
  <!-- ENDIF isSelf -->
12
12
 
13
- <div class="mb-2">
13
+ <div class="mb-3">
14
14
  <label class="form-label fw-bold" for="inputNewPassword">[[user:new-password]]</label>
15
15
  <input class="form-control" type="password" id="inputNewPassword" placeholder="[[user:password]]" value="">
16
- <span class="form-feedback" id="password-notify"></span>
16
+ <span class="form-text" id="password-notify"></span>
17
17
  </div>
18
18
 
19
- <div class="mb-2">
19
+ <div class="mb-3">
20
20
  <label class="form-label fw-bold" for="inputNewPasswordAgain">[[user:confirm-password]]</label>
21
21
  <input class="form-control" type="password" id="inputNewPasswordAgain" placeholder="[[user:confirm-password]]" value="">
22
- <span class="form-feedback" id="password-confirm-notify"></span>
22
+ <span class="form-text" id="password-confirm-notify"></span>
23
23
  </div>
24
24
 
25
25
  <div class="form-actions">
@@ -1,7 +1,7 @@
1
1
  <!-- IMPORT partials/account/header.tpl -->
2
2
 
3
3
  <form class="form-horizontal edit-form">
4
- <div class="mb-2">
4
+ <div class="mb-3">
5
5
  <label class="form-label fw-bold" for="inputNewUsername">[[user:username]]</label>
6
6
  <input class="form-control" type="text" id="inputNewUsername" placeholder="[[user:username]]" value="{username}">
7
7
  </div>
@@ -9,7 +9,7 @@
9
9
  <!-- disables autocomplete on FF --><input type="password" style="display:none">
10
10
 
11
11
  <!-- IF isSelf -->
12
- <div class="mb-2">
12
+ <div class="mb-3">
13
13
  <label class="form-label fw-bold" for="inputCurrentPassword">[[user:current-password]]</label>
14
14
  <input autocomplete="off" class="form-control" type="password" id="inputCurrentPassword" placeholder="[[user:current-password]]" value=""<!-- IF !hasPassword --> disabled<!-- ENDIF !hasPassword -->>
15
15
  </div>
@@ -17,7 +17,6 @@
17
17
 
18
18
  <input type="hidden" name="uid" id="inputUID" value="{uid}" />
19
19
 
20
- <br/>
21
20
  <div class="form-actions">
22
21
  <button id="submitBtn" class="btn btn-primary btn-block"><i class="hide fa fa-spinner fa-spin"></i> [[user:change-username]]</button>
23
22
  </div>