psychobunny 9 years ago
commit cc363cc877

@ -1,6 +1,6 @@
{
"name": "nodebb-theme-persona",
"version": "4.0.98",
"version": "4.0.100",
"nbbpm": {
"compatibility": "^0.8.2 || ^0.9.0 || ^1.0.0"
},

@ -48,6 +48,11 @@
</label>
</div>
<p class="help-block">[[user:topic_search_help]]</p>
<div class="checkbox">
<label>
<input type="checkbox" data-property="scrollToMyPost" <!-- IF settings.scrollToMyPost -->checked<!-- ENDIF settings.scrollToMyPost -->/> <strong>[[user:scroll_to_my_post]]</strong>
</label>
</div>
</div>
<h4>[[global:privacy]]</h4>

@ -67,6 +67,7 @@
<span class="counter" component="notifications/icon" data-content="0"></span>
</h3>
<ul class="menu-section-list notification-list-mobile" component="notifications/list"></ul>
<p class="menu-section-list"><a href="{relative_path}/notifications">[[notifications:see_all]]</a></p>
</section>
<section class="menu-section" data-section="chats">

@ -4,6 +4,7 @@
</div><br />
<table component="groups/members" class="table table-striped table-hover" data-nextstart="{group.membersNextStart}">
<tbody>
<!-- BEGIN members -->
<tr data-uid="{group.members.uid}">
<td>
@ -32,4 +33,5 @@
</td>
</tr>
<!-- END members -->
</tbody>
</table>
Loading…
Cancel
Save