psychobunny 9 years ago
commit cc363cc877

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

@ -48,6 +48,11 @@
</label> </label>
</div> </div>
<p class="help-block">[[user:topic_search_help]]</p> <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> </div>
<h4>[[global:privacy]]</h4> <h4>[[global:privacy]]</h4>

@ -67,6 +67,7 @@
<span class="counter" component="notifications/icon" data-content="0"></span> <span class="counter" component="notifications/icon" data-content="0"></span>
</h3> </h3>
<ul class="menu-section-list notification-list-mobile" component="notifications/list"></ul> <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>
<section class="menu-section" data-section="chats"> <section class="menu-section" data-section="chats">
@ -86,4 +87,4 @@
</div> </div>
</nav> </nav>
<div class="container" id="content"> <div class="container" id="content">
<!-- IMPORT partials/noscript/warning.tpl --> <!-- IMPORT partials/noscript/warning.tpl -->

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