nodebb-theme-persona 12.1.14 → 12.1.16
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,11 +1,11 @@
|
|
|
1
|
-
<!-- IF ../isSection -->
|
|
2
|
-
{../name}
|
|
3
|
-
<!-- ELSE -->
|
|
4
|
-
<!-- IF ../link -->
|
|
5
|
-
<a href="{../link}" itemprop="url">
|
|
6
|
-
<!-- ELSE -->
|
|
7
|
-
<a href="{config.relative_path}/category/{../slug}" itemprop="url">
|
|
8
|
-
<!-- ENDIF ../link -->
|
|
9
|
-
{../name}
|
|
10
|
-
</a>
|
|
1
|
+
<!-- IF ../isSection -->
|
|
2
|
+
{../name}
|
|
3
|
+
<!-- ELSE -->
|
|
4
|
+
<!-- IF ../link -->
|
|
5
|
+
<a href="{../link}" itemprop="url">
|
|
6
|
+
<!-- ELSE -->
|
|
7
|
+
<a href="{config.relative_path}/category/{../slug}" itemprop="url">
|
|
8
|
+
<!-- ENDIF ../link -->
|
|
9
|
+
{../name}
|
|
10
|
+
</a>
|
|
11
11
|
<!-- ENDIF ../isSection -->
|
package/templates/post-queue.tpl
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
<!-- IMPORT partials/breadcrumbs.tpl -->
|
|
2
|
+
|
|
3
|
+
{{{ if !singlePost }}}
|
|
2
4
|
<div class="btn-toolbar">
|
|
3
5
|
<!-- IMPORT partials/category-filter-right.tpl -->
|
|
4
6
|
|
|
5
|
-
{{{ if !singlePost }}}
|
|
6
7
|
<div class="btn-group pull-right bottom-sheet" component="post-queue/bulk-actions">
|
|
7
8
|
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" autocomplete="off" aria-haspopup="true" aria-expanded="false">
|
|
8
9
|
<i class="fa fa-clone"></i> [[post-queue:bulk-actions]] <span class="caret"></span>
|
|
@@ -15,17 +16,25 @@
|
|
|
15
16
|
<li><a href="#" data-action="reject-selected">[[post-queue:reject-selected]]</a></li>
|
|
16
17
|
</ul>
|
|
17
18
|
</div>
|
|
18
|
-
{{{ end }}}
|
|
19
19
|
</div>
|
|
20
|
+
|
|
20
21
|
<hr/>
|
|
22
|
+
{{{ end }}}
|
|
23
|
+
|
|
21
24
|
<div class="row">
|
|
22
25
|
<div class="col-xs-12">
|
|
23
26
|
<div class="post-queue preventSlideout posts-list">
|
|
24
|
-
{{{ if !posts.length }}}
|
|
25
|
-
{{{ if
|
|
26
|
-
<
|
|
27
|
-
[[post-queue:
|
|
28
|
-
|
|
27
|
+
{{{ if (!posts.length && isAdmin) }}}
|
|
28
|
+
{{{ if !singlePost }}}
|
|
29
|
+
<div class="alert alert-info">
|
|
30
|
+
<p>[[post-queue:no-queued-posts]]</p>
|
|
31
|
+
{{{ if !enabled }}}<p>[[post-queue:enabling-help, {config.relative_path}/admin/settings/post#post-queue]]</p>{{{ end }}}
|
|
32
|
+
</div>
|
|
33
|
+
{{{ else }}}
|
|
34
|
+
<div class="alert alert-info">
|
|
35
|
+
<p>[[post-queue:no-single-post]]</p>
|
|
36
|
+
<p><a href=".">[[post-queue:back-to-list]]</a></p>
|
|
37
|
+
</div>
|
|
29
38
|
{{{ end }}}
|
|
30
39
|
{{{ end }}}
|
|
31
40
|
|
|
@@ -21,7 +21,9 @@
|
|
|
21
21
|
</div>
|
|
22
22
|
</div>
|
|
23
23
|
|
|
24
|
-
<form role="form" method="post" action="{config.relative_path}/register/complete
|
|
24
|
+
<form role="form" method="post" action="{config.relative_path}/register/complete" enctype="multipart/form-data">
|
|
25
|
+
<input type="hidden" name="csrf_token" value="{config.csrf_token}" />
|
|
26
|
+
|
|
25
27
|
{{{each sections}}}
|
|
26
28
|
<div class="row">
|
|
27
29
|
<div class="col-xs-12 col-sm-8 col-sm-offset-2">
|
|
@@ -38,7 +40,7 @@
|
|
|
38
40
|
<div class="col-xs-12 col-sm-8 col-sm-offset-2">
|
|
39
41
|
<div class="btn-group btn-block">
|
|
40
42
|
<button class="btn btn-block btn-primary">[[topic:composer.submit]]</button>
|
|
41
|
-
<button class="btn btn-block btn-link" formaction="{config.relative_path}/register/abort
|
|
43
|
+
<button class="btn btn-block btn-link" formaction="{config.relative_path}/register/abort">{{{ if register }}}[[register:cancel_registration]]{{{ else }}}[[modules:bootbox.cancel]]{{{ end }}}</button>
|
|
42
44
|
</div>
|
|
43
45
|
</div>
|
|
44
46
|
</div>
|
package/theme.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "nodebb-theme-persona",
|
|
3
|
-
"name": "Persona",
|
|
4
|
-
"description": "The default theme for NodeBB. Uses a standard approach to forum design.",
|
|
5
|
-
"url": "https://github.com/psychobunny/nodebb-theme-persona",
|
|
6
|
-
"screenshot": "screenshot.png"
|
|
1
|
+
{
|
|
2
|
+
"id": "nodebb-theme-persona",
|
|
3
|
+
"name": "Persona",
|
|
4
|
+
"description": "The default theme for NodeBB. Uses a standard approach to forum design.",
|
|
5
|
+
"url": "https://github.com/psychobunny/nodebb-theme-persona",
|
|
6
|
+
"screenshot": "screenshot.png"
|
|
7
7
|
}
|