nodebb-theme-persona 12.1.0 → 12.1.2
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/less/chats.less +0 -4
- package/less/header.less +3 -1
- package/less/mixins.less +1 -1
- package/package.json +1 -1
- package/templates/account/edit/email.tpl +0 -30
package/less/chats.less
CHANGED
package/less/header.less
CHANGED
package/less/mixins.less
CHANGED
package/package.json
CHANGED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
<div class="account">
|
|
2
|
-
<!-- IMPORT partials/account/header.tpl -->
|
|
3
|
-
|
|
4
|
-
<form class="form-horizontal edit-form">
|
|
5
|
-
<div class="control-group">
|
|
6
|
-
<label class="control-label" for="inputNewEmail">[[user:email]]</label>
|
|
7
|
-
<div class="controls">
|
|
8
|
-
<input class="form-control" type="text" id="inputNewEmail" placeholder="[[user:email]]" value="{email}">
|
|
9
|
-
</div>
|
|
10
|
-
</div>
|
|
11
|
-
|
|
12
|
-
<!-- disables autocomplete on FF --><input type="password" style="display:none">
|
|
13
|
-
|
|
14
|
-
<!-- IF isSelf -->
|
|
15
|
-
<div class="control-group">
|
|
16
|
-
<label class="control-label" for="inputCurrentPassword">[[user:current_password]]</label>
|
|
17
|
-
<div class="controls">
|
|
18
|
-
<input autocomplete="off" class="form-control" type="password" id="inputCurrentPassword" placeholder="[[user:current_password]]" value=""<!-- IF !hasPassword --> disabled<!-- ENDIF !hasPassword -->>
|
|
19
|
-
</div>
|
|
20
|
-
</div>
|
|
21
|
-
<!-- ENDIF isSelf -->
|
|
22
|
-
|
|
23
|
-
<input type="hidden" name="uid" id="inputUID" value="{uid}" />
|
|
24
|
-
|
|
25
|
-
<br/>
|
|
26
|
-
<div class="form-actions">
|
|
27
|
-
<button id="submitBtn" class="btn btn-primary btn-block"><i class="hide fa fa-spinner fa-spin"></i> [[user:change_email]]</button>
|
|
28
|
-
</div>
|
|
29
|
-
</form>
|
|
30
|
-
</div>
|