nodebb-theme-harmony 1.1.71 → 1.1.73

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.
Files changed (63) hide show
  1. package/package.json +1 -1
  2. package/templates/account/blocks.tpl +3 -3
  3. package/templates/account/categories.tpl +1 -1
  4. package/templates/account/consent.tpl +15 -15
  5. package/templates/account/edit/password.tpl +7 -7
  6. package/templates/account/edit/username.tpl +4 -4
  7. package/templates/account/edit.tpl +7 -7
  8. package/templates/account/followers.tpl +1 -1
  9. package/templates/account/following.tpl +1 -1
  10. package/templates/account/groups.tpl +1 -1
  11. package/templates/account/info.tpl +4 -4
  12. package/templates/account/profile.tpl +1 -1
  13. package/templates/account/settings.tpl +31 -31
  14. package/templates/account/theme.tpl +1 -1
  15. package/templates/category.tpl +1 -1
  16. package/templates/chat.tpl +1 -1
  17. package/templates/chats.tpl +1 -1
  18. package/templates/flags/detail.tpl +7 -7
  19. package/templates/groups/details.tpl +2 -2
  20. package/templates/groups/list.tpl +9 -9
  21. package/templates/login.tpl +5 -5
  22. package/templates/notifications.tpl +1 -1
  23. package/templates/partials/account/admin-menu.tpl +8 -8
  24. package/templates/partials/account/header.tpl +1 -1
  25. package/templates/partials/account/session-list.tpl +1 -1
  26. package/templates/partials/account/sidebar-left.tpl +3 -3
  27. package/templates/partials/buttons/newTopic.tpl +1 -1
  28. package/templates/partials/categories/lastpost.tpl +1 -1
  29. package/templates/partials/category/filter-dropdown-content.tpl +2 -2
  30. package/templates/partials/category/selector-dropdown-content.tpl +1 -1
  31. package/templates/partials/category/sort.tpl +6 -6
  32. package/templates/partials/category/tools.tpl +13 -13
  33. package/templates/partials/chats/dropdown.tpl +1 -1
  34. package/templates/partials/chats/message-window.tpl +1 -1
  35. package/templates/partials/flags/filters.tpl +1 -1
  36. package/templates/partials/groups/admin.tpl +10 -10
  37. package/templates/partials/groups/pending.tpl +2 -2
  38. package/templates/partials/notifications_list.tpl +1 -1
  39. package/templates/partials/post_bar.tpl +1 -1
  40. package/templates/partials/search-results.tpl +1 -1
  41. package/templates/partials/sidebar/chats.tpl +3 -3
  42. package/templates/partials/sidebar/drafts.tpl +1 -1
  43. package/templates/partials/sidebar/logged-out-menu.tpl +1 -1
  44. package/templates/partials/sidebar/notifications.tpl +2 -2
  45. package/templates/partials/topic/navigator-mobile.tpl +1 -1
  46. package/templates/partials/topic/post-editor.tpl +1 -1
  47. package/templates/partials/topic/post-menu-list.tpl +1 -1
  48. package/templates/partials/topic/post.tpl +2 -2
  49. package/templates/partials/topic/quickreply.tpl +1 -1
  50. package/templates/partials/topic/sort.tpl +7 -7
  51. package/templates/partials/topic/tools.tpl +1 -1
  52. package/templates/partials/topic/topic-menu-list.tpl +14 -14
  53. package/templates/partials/topic-list-bar.tpl +1 -1
  54. package/templates/partials/topics_list.tpl +6 -5
  55. package/templates/partials/users_list_menu.tpl +3 -3
  56. package/templates/popular.tpl +1 -1
  57. package/templates/post-queue.tpl +8 -8
  58. package/templates/recent.tpl +1 -1
  59. package/templates/register.tpl +8 -8
  60. package/templates/tag.tpl +2 -2
  61. package/templates/tags.tpl +1 -1
  62. package/templates/top.tpl +1 -1
  63. package/templates/unread.tpl +2 -2
@@ -1,30 +1,30 @@
1
1
  {{{ if privileges.editable }}}
2
- <li {{{ if locked }}}hidden{{{ end }}}><a component="topic/lock" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2 {{{ if locked }}}hidden{{{ end }}}"><i class="fa fa-fw text-muted fa-lock"></i> [[topic:thread_tools.lock]]</a></li>
3
- <li {{{ if !locked }}}hidden{{{ end }}}><a component="topic/unlock" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2 {{{ if !locked }}}hidden{{{ end }}}"><i class="fa fa-fw text-muted fa-unlock"></i> [[topic:thread_tools.unlock]]</a></li>
4
- <li {{{ if pinned }}}hidden{{{ end }}}><a component="topic/pin" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2 {{{ if pinned }}}hidden{{{ end }}}"><i class="fa fa-fw text-muted fa-thumb-tack"></i> [[topic:thread_tools.pin]]</a></li>
5
- <li {{{ if !pinned }}}hidden{{{ end }}}><a component="topic/unpin" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2 {{{ if !pinned }}}hidden{{{ end }}}"><i class="fa fa-fw text-muted fa-thumb-tack fa-rotate-90"></i> [[topic:thread_tools.unpin]]</a></li>
2
+ <li {{{ if locked }}}hidden{{{ end }}}><a component="topic/lock" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2 {{{ if locked }}}hidden{{{ end }}}"><i class="fa fa-fw text-muted fa-lock"></i> [[topic:thread-tools.lock]]</a></li>
3
+ <li {{{ if !locked }}}hidden{{{ end }}}><a component="topic/unlock" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2 {{{ if !locked }}}hidden{{{ end }}}"><i class="fa fa-fw text-muted fa-unlock"></i> [[topic:thread-tools.unlock]]</a></li>
4
+ <li {{{ if pinned }}}hidden{{{ end }}}><a component="topic/pin" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2 {{{ if pinned }}}hidden{{{ end }}}"><i class="fa fa-fw text-muted fa-thumb-tack"></i> [[topic:thread-tools.pin]]</a></li>
5
+ <li {{{ if !pinned }}}hidden{{{ end }}}><a component="topic/unpin" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2 {{{ if !pinned }}}hidden{{{ end }}}"><i class="fa fa-fw text-muted fa-thumb-tack fa-rotate-90"></i> [[topic:thread-tools.unpin]]</a></li>
6
6
 
7
- <li><a component="topic/move" class="dropdown-item rounded-1 d-flex align-items-center gap-2" href="#"><i class="fa fa-fw text-muted fa-arrows"></i> [[topic:thread_tools.move]]</a></li>
8
- <li><a component="topic/merge" class="dropdown-item rounded-1 d-flex align-items-center gap-2" href="#"><i class="fa fa-fw text-muted fa-code-fork"></i> [[topic:thread_tools.merge]]</a></li>
9
- <li><a component="topic/fork" class="dropdown-item rounded-1 d-flex align-items-center gap-2" href="#"><i class="fa fa-fw text-muted fa-code-fork"></i> [[topic:thread_tools.fork]]</a></li>
10
- <li><a component="topic/tag" class="dropdown-item rounded-1 d-flex align-items-center gap-2" href="#"><i class="fa fa-fw text-muted fa-tag"></i> [[topic:thread_tools.tag]]</a></li>
7
+ <li><a component="topic/move" class="dropdown-item rounded-1 d-flex align-items-center gap-2" href="#"><i class="fa fa-fw text-muted fa-arrows"></i> [[topic:thread-tools.move]]</a></li>
8
+ <li><a component="topic/merge" class="dropdown-item rounded-1 d-flex align-items-center gap-2" href="#"><i class="fa fa-fw text-muted fa-code-fork"></i> [[topic:thread-tools.merge]]</a></li>
9
+ <li><a component="topic/fork" class="dropdown-item rounded-1 d-flex align-items-center gap-2" href="#"><i class="fa fa-fw text-muted fa-code-fork"></i> [[topic:thread-tools.fork]]</a></li>
10
+ <li><a component="topic/tag" class="dropdown-item rounded-1 d-flex align-items-center gap-2" href="#"><i class="fa fa-fw text-muted fa-tag"></i> [[topic:thread-tools.tag]]</a></li>
11
11
  {{{ if !scheduled }}}
12
- <li><a component="topic/move-posts" class="dropdown-item rounded-1 d-flex align-items-center gap-2" href="#"><i class="fa fa-fw text-muted fa-arrows"></i> [[topic:thread_tools.move-posts]]</a></li>
12
+ <li><a component="topic/move-posts" class="dropdown-item rounded-1 d-flex align-items-center gap-2" href="#"><i class="fa fa-fw text-muted fa-arrows"></i> [[topic:thread-tools.move-posts]]</a></li>
13
13
  {{{ end }}}
14
- <li><a component="topic/mark-unread-for-all" class="dropdown-item rounded-1 d-flex align-items-center gap-2" href="#"><i class="fa fa-fw text-muted fa-inbox"></i> [[topic:thread_tools.markAsUnreadForAll]]</a></li>
14
+ <li><a component="topic/mark-unread-for-all" class="dropdown-item rounded-1 d-flex align-items-center gap-2" href="#"><i class="fa fa-fw text-muted fa-inbox"></i> [[topic:thread-tools.markAsUnreadForAll]]</a></li>
15
15
  <li class="dropdown-divider"></li>
16
16
  {{{ end }}}
17
17
 
18
18
  {{{ if privileges.deletable }}}
19
- <li {{{ if deleted }}}hidden{{{ end }}}><a component="topic/delete" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2 {{{ if deleted }}}hidden{{{ end }}}"><i class="fa fa-fw text-muted fa-trash-o"></i> [[topic:thread_tools.delete]]</a></li>
19
+ <li {{{ if deleted }}}hidden{{{ end }}}><a component="topic/delete" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2 {{{ if deleted }}}hidden{{{ end }}}"><i class="fa fa-fw text-muted fa-trash-o"></i> [[topic:thread-tools.delete]]</a></li>
20
20
  {{{ if !scheduled }}}
21
- <li {{{ if !deleted }}}hidden{{{ end }}}><a component="topic/restore" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2 {{{ if !deleted }}}hidden{{{ end }}}"><i class="fa fa-fw text-muted fa-history"></i> [[topic:thread_tools.restore]]</a></li>
21
+ <li {{{ if !deleted }}}hidden{{{ end }}}><a component="topic/restore" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2 {{{ if !deleted }}}hidden{{{ end }}}"><i class="fa fa-fw text-muted fa-history"></i> [[topic:thread-tools.restore]]</a></li>
22
22
  {{{ end }}}
23
23
  {{{ if privileges.purge }}}
24
- <li {{{ if !deleted }}}hidden{{{ end }}}><a component="topic/purge" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2 {{{ if !deleted }}}hidden{{{ end }}}"><i class="fa fa-fw text-muted fa-eraser"></i> [[topic:thread_tools.purge]]</a></li>
24
+ <li {{{ if !deleted }}}hidden{{{ end }}}><a component="topic/purge" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2 {{{ if !deleted }}}hidden{{{ end }}}"><i class="fa fa-fw text-muted fa-eraser"></i> [[topic:thread-tools.purge]]</a></li>
25
25
  {{{ end }}}
26
26
  {{{ if privileges.isAdminOrMod }}}
27
- <li><a component="topic/delete/posts" class="dropdown-item rounded-1 d-flex align-items-center gap-2" href="#"><i class="fa fa-fw text-muted fa-trash-o"></i> [[topic:thread_tools.delete-posts]]</a></li>
27
+ <li><a component="topic/delete/posts" class="dropdown-item rounded-1 d-flex align-items-center gap-2" href="#"><i class="fa fa-fw text-muted fa-trash-o"></i> [[topic:thread-tools.delete-posts]]</a></li>
28
28
  {{{ end }}}
29
29
 
30
30
  {{{ each thread_tools }}}
@@ -38,7 +38,7 @@
38
38
  <div class="d-flex gap-1 align-items-center">
39
39
  {{{ if template.category }}}
40
40
  {{{ if privileges.topics:create }}}
41
- <a href="{config.relative_path}/compose?cid={cid}" component="category/post" id="new_topic" class="btn btn-primary btn-sm text-nowrap" data-ajaxify="false" role="button">[[category:new_topic_button]]</a>
41
+ <a href="{config.relative_path}/compose?cid={cid}" component="category/post" id="new_topic" class="btn btn-primary btn-sm text-nowrap" data-ajaxify="false" role="button">[[category:new-topic-button]]</a>
42
42
  {{{ end }}}
43
43
  {{{ else }}}
44
44
  {{{ if canPost }}}
@@ -30,21 +30,22 @@
30
30
  <span component="topic/labels" class="d-flex flex-wrap gap-1 w-100">
31
31
  <span component="topic/scheduled" class="badge border border-gray-300 text-body {{{ if !./scheduled }}}hidden{{{ end }}}">
32
32
  <i class="fa fa-clock-o"></i>
33
- <span class="d-none d-md-inline">[[topic:scheduled]]</span>
33
+ <span>[[topic:scheduled]]</span>
34
34
  </span>
35
35
  <span component="topic/pinned" class="badge border border-gray-300 text-body {{{ if (./scheduled || !./pinned) }}}hidden{{{ end }}}">
36
36
  <i class="fa fa-thumb-tack"></i>
37
- <span class="d-none d-md-inline">{{{ if !./pinExpiry }}}[[topic:pinned]]{{{ else }}}[[topic:pinned-with-expiry, {isoTimeToLocaleString(./pinExpiryISO)}]]{{{ end }}}</span>
37
+ <span>{{{ if !./pinExpiry }}}[[topic:pinned]]{{{ else }}}[[topic:pinned-with-expiry, {isoTimeToLocaleString(./pinExpiryISO)}]]{{{ end }}}</span>
38
38
  </span>
39
39
  <span component="topic/locked" class="badge border border-gray-300 text-body {{{ if !./locked }}}hidden{{{ end }}}">
40
40
  <i class="fa fa-lock"></i>
41
- <span class="d-none d-md-inline">[[topic:locked]]</span>
41
+ <span>[[topic:locked]]</span>
42
42
  </span>
43
43
  <span class="badge border border-gray-300 text-body {{{ if !./oldCid }}}hidden{{{ end }}}">
44
44
  <i class="fa fa-arrow-circle-right"></i>
45
- <span class="d-none d-md-inline">[[topic:moved]]</span>
45
+ <span>[[topic:moved]]</span>
46
46
  </span>
47
47
  {{{each ./icons}}}<span class="lh-1">{@value}</span>{{{end}}}
48
+
48
49
  {{{ if !template.category }}}
49
50
  {function.buildCategoryLabel, ./category, "a", "border"}
50
51
  {{{ end }}}
@@ -104,7 +105,7 @@
104
105
  <div class="lastpost border-start border-2 lh-sm h-100 d-flex flex-column gap-1" style="border-color: {./category.bgColor}!important;">
105
106
  {{{ if ./unreplied }}}
106
107
  <div class="ps-2 text-xs">
107
- [[category:no_replies]]
108
+ [[category:no-replies]]
108
109
  </div>
109
110
  {{{ else }}}
110
111
  {{{ if ./teaser.pid }}}
@@ -1,14 +1,14 @@
1
1
  <div component="user/list/menu" class="text-sm d-flex flex-wrap align-items-center gap-2">
2
2
  <a class="btn-ghost fw-semibold" href="{config.relative_path}/users?section=online">[[global:online]]</a>
3
3
 
4
- <a class="btn-ghost fw-semibold" href="{config.relative_path}/users?section=sort-posts">[[users:top_posters]]</a>
4
+ <a class="btn-ghost fw-semibold" href="{config.relative_path}/users?section=sort-posts">[[users:top-posters]]</a>
5
5
 
6
6
  {{{ if !reputation:disabled }}}
7
- <a class="btn-ghost fw-semibold" href="{config.relative_path}/users?section=sort-reputation">[[users:most_reputation]]</a>
7
+ <a class="btn-ghost fw-semibold" href="{config.relative_path}/users?section=sort-reputation">[[users:most-reputation]]</a>
8
8
  {{{ end }}}
9
9
 
10
10
  {{{ if isAdminOrGlobalMod }}}
11
- <a class="btn-ghost fw-semibold" href="{config.relative_path}/users?section=flagged">[[users:most_flags]]</a>
11
+ <a class="btn-ghost fw-semibold" href="{config.relative_path}/users?section=flagged">[[users:most-flags]]</a>
12
12
 
13
13
  <a class="btn-ghost fw-semibold" href="{config.relative_path}/users?section=banned">[[user:banned]]</a>
14
14
  {{{ end }}}
@@ -11,7 +11,7 @@
11
11
  <!-- IMPORT partials/topic-list-bar.tpl -->
12
12
  <div class="category">
13
13
  {{{ if !topics.length }}}
14
- <div class="alert alert-info" id="category-no-topics">[[recent:no_popular_topics]]</div>
14
+ <div class="alert alert-info" id="category-no-topics">[[recent:no-popular-topics]]</div>
15
15
  {{{ end }}}
16
16
 
17
17
  <!-- IMPORT partials/topics_list.tpl -->
@@ -63,20 +63,20 @@
63
63
  <button href="#" class="btn btn-outline-sm text-xs dropdown-toggle" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">[[global:actions]]</button>
64
64
  <ul class="dropdown-menu p-1 text-sm">
65
65
  {{{ if privileges.view:users:info }}}
66
- <li><a class="dropdown-item rounded-1" href="{config.relative_path}/user/{./user.userslug}/info">[[user:account_info]]</a></li>
66
+ <li><a class="dropdown-item rounded-1" href="{config.relative_path}/user/{./user.userslug}/info">[[user:account-info]]</a></li>
67
67
  {{{ end }}}
68
68
  {{{ if privileges.ban }}}
69
- <li class="{{{ if target.user.banned }}}hidden{{{ end }}}"><a class="dropdown-item rounded-1" href="#" data-action="ban">[[user:ban_account]]</a></li>
70
- <li class="{{{ if !target.user.banned }}}hidden{{{ end }}}"><a class="dropdown-item rounded-1" href="#" data-action="unban">[[user:unban_account]]</a></li>
69
+ <li class="{{{ if target.user.banned }}}hidden{{{ end }}}"><a class="dropdown-item rounded-1" href="#" data-action="ban">[[user:ban-account]]</a></li>
70
+ <li class="{{{ if !target.user.banned }}}hidden{{{ end }}}"><a class="dropdown-item rounded-1" href="#" data-action="unban">[[user:unban-account]]</a></li>
71
71
  {{{ end }}}
72
72
  {{{ if privileges.mute}}}
73
- <li class="{{{ if target.user.muted }}}hidden{{{ end }}}"><a class="dropdown-item rounded-1" href="#" data-action="mute">[[user:mute_account]]</a></li>
74
- <li class="{{{ if !target.user.muted }}}hidden{{{ end }}}"><a class="dropdown-item rounded-1" href="#" data-action="unmute">[[user:unmute_account]]</a></li>
73
+ <li class="{{{ if target.user.muted }}}hidden{{{ end }}}"><a class="dropdown-item rounded-1" href="#" data-action="mute">[[user:mute-account]]</a></li>
74
+ <li class="{{{ if !target.user.muted }}}hidden{{{ end }}}"><a class="dropdown-item rounded-1" href="#" data-action="unmute">[[user:unmute-account]]</a></li>
75
75
  {{{ end }}}
76
76
  {{{ if privileges.admin:users }}}
77
- <li><a class="dropdown-item rounded-1" href="#" data-action="delete-account">[[user:delete_account_as_admin]]</a></li>
78
- <li><a class="dropdown-item rounded-1" href="#" data-action="delete-content">[[user:delete_content]]</a></li>
79
- <li><a class="dropdown-item rounded-1" href="#" data-action="delete-all">[[user:delete_all]]</a></li>
77
+ <li><a class="dropdown-item rounded-1" href="#" data-action="delete-account">[[user:delete-account-as-admin]]</a></li>
78
+ <li><a class="dropdown-item rounded-1" href="#" data-action="delete-content">[[user:delete-content]]</a></li>
79
+ <li><a class="dropdown-item rounded-1" href="#" data-action="delete-all">[[user:delete-all]]</a></li>
80
80
  {{{ end }}}
81
81
  </ul>
82
82
  </div>
@@ -12,7 +12,7 @@
12
12
 
13
13
  <div class="category">
14
14
  {{{ if !topics.length }}}
15
- <div class="alert alert-info" id="category-no-topics">[[recent:no_recent_topics]]</div>
15
+ <div class="alert alert-info" id="category-no-topics">[[recent:no-recent-topics]]</div>
16
16
  {{{ end }}}
17
17
 
18
18
  <!-- IMPORT partials/topics_list.tpl -->
@@ -19,18 +19,18 @@
19
19
  <div class="mb-2 d-flex flex-column gap-2">
20
20
  <label for="username">[[register:username]]</label>
21
21
  <div class="d-flex flex-column">
22
- <input class="form-control" type="text" placeholder="[[register:username_placeholder]]" name="username" id="username" autocorrect="off" autocapitalize="off" autocomplete="off" />
22
+ <input class="form-control" type="text" placeholder="[[register:username-placeholder]]" name="username" id="username" autocorrect="off" autocapitalize="off" autocomplete="off" />
23
23
  <span class="register-feedback text-xs text-danger" id="username-notify"></span>
24
- <span class="form-text text-xs">[[register:help.username_restrictions, {minimumUsernameLength}, {maximumUsernameLength}]]</span>
24
+ <span class="form-text text-xs">[[register:help.username-restrictions, {minimumUsernameLength}, {maximumUsernameLength}]]</span>
25
25
  </div>
26
26
  </div>
27
27
 
28
28
  <div class="mb-2 d-flex flex-column gap-2">
29
29
  <label for="password">[[register:password]]</label>
30
30
  <div class="d-flex flex-column">
31
- <input class="form-control" type="password" placeholder="[[register:password_placeholder]]" name="password" id="password" />
31
+ <input class="form-control" type="password" placeholder="[[register:password-placeholder]]" name="password" id="password" />
32
32
  <span class="register-feedback text-xs text-danger" id="password-notify"></span>
33
- <span class="form-text text-xs">[[register:help.minimum_password_length, {minimumPasswordLength}]]</span>
33
+ <span class="form-text text-xs">[[register:help.minimum-password-length, {minimumPasswordLength}]]</span>
34
34
  <p id="caps-lock-warning" class="text-danger hidden">
35
35
  <i class="fa fa-exclamation-triangle"></i> [[login:caps-lock-enabled]]
36
36
  </p>
@@ -38,9 +38,9 @@
38
38
  </div>
39
39
 
40
40
  <div class="mb-2 d-flex flex-column gap-2">
41
- <label for="password-confirm">[[register:confirm_password]]</label>
41
+ <label for="password-confirm">[[register:confirm-password]]</label>
42
42
  <div>
43
- <input class="form-control" type="password" placeholder="[[register:confirm_password_placeholder]]" name="password-confirm" id="password-confirm" />
43
+ <input class="form-control" type="password" placeholder="[[register:confirm-password-placeholder]]" name="password-confirm" id="password-confirm" />
44
44
  <span class="register-feedback text-xs text-danger" id="password-confirm-notify"></span>
45
45
  </div>
46
46
  </div>
@@ -52,7 +52,7 @@
52
52
  </div>
53
53
  {{{ end }}}
54
54
 
55
- <button class="btn btn-primary" id="register" type="submit">[[register:register_now_button]]</button>
55
+ <button class="btn btn-primary" id="register" type="submit">[[register:register-now-button]]</button>
56
56
  <hr/>
57
57
 
58
58
  <span class="text-sm">[[register:already-have-account]]</span>
@@ -68,7 +68,7 @@
68
68
  {{{ if alternate_logins }}}
69
69
  <div class="col-12 col-md-5 col-lg-3 px-md-0">
70
70
  <div class="alt-register-block d-flex flex-column gap-2">
71
- <label>[[register:alternative_registration]]</label>
71
+ <label>[[register:alternative-registration]]</label>
72
72
  <ul class="alt-logins list-unstyled">
73
73
  {{{ each authentication }}}
74
74
  <li class="{./name} mb-2">
package/templates/tag.tpl CHANGED
@@ -9,11 +9,11 @@
9
9
 
10
10
  <div class="category">
11
11
  {{{ if !topics.length }}}
12
- <div class="alert alert-warning">[[tags:no_tag_topics]]</div>
12
+ <div class="alert alert-warning">[[tags:no-tag-topics]]</div>
13
13
  {{{ end }}}
14
14
 
15
15
  <!-- IMPORT partials/topics_list.tpl -->
16
- <button id="load-more-btn" class="btn btn-primary hide">[[unread:load_more]]</button>
16
+ <button id="load-more-btn" class="btn btn-primary hide">[[unread:load-more]]</button>
17
17
  {{{ if config.usePagination }}}
18
18
  <!-- IMPORT partials/paginator.tpl -->
19
19
  {{{ end }}}
@@ -27,7 +27,7 @@
27
27
  {{{ end }}}
28
28
  <hr/>
29
29
  {{{ if !tags.length }}}
30
- <div class="alert alert-warning">[[tags:no_tags]]</div>
30
+ <div class="alert alert-warning">[[tags:no-tags]]</div>
31
31
  {{{ end }}}
32
32
 
33
33
  <div class="category">
package/templates/top.tpl CHANGED
@@ -11,7 +11,7 @@
11
11
  <!-- IMPORT partials/topic-list-bar.tpl -->
12
12
  <div class="category">
13
13
  {{{ if !topics.length }}}
14
- <div class="alert alert-info" id="category-no-topics">[[top:no_top_topics]]</div>
14
+ <div class="alert alert-info" id="category-no-topics">[[top:no-top-topics]]</div>
15
15
  {{{ end }}}
16
16
 
17
17
  <!-- IMPORT partials/topics_list.tpl -->
@@ -9,10 +9,10 @@
9
9
  <div class="unread {{{if widgets.sidebar.length }}}col-lg-9 col-sm-12{{{ else }}}col-lg-12{{{ end }}}">
10
10
  <!-- IMPORT partials/topic-list-bar.tpl -->
11
11
  <div class="category">
12
- <div id="category-no-topics" class="alert alert-info {{{ if topics.length }}}hidden{{{ end }}}">[[unread:no_unread_topics]]</div>
12
+ <div id="category-no-topics" class="alert alert-info {{{ if topics.length }}}hidden{{{ end }}}">[[unread:no-unread-topics]]</div>
13
13
 
14
14
  <!-- IMPORT partials/topics_list.tpl -->
15
- <button id="load-more-btn" class="btn btn-primary hide">[[unread:load_more]]</button>
15
+ <button id="load-more-btn" class="btn btn-primary hide">[[unread:load-more]]</button>
16
16
  {{{ if config.usePagination }}}
17
17
  <!-- IMPORT partials/paginator.tpl -->
18
18
  {{{ end }}}