nodebb-theme-harmony 1.1.72 → 1.1.74

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 (64) 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/mobile-footer.tpl +66 -63
  39. package/templates/partials/notifications_list.tpl +1 -1
  40. package/templates/partials/post_bar.tpl +1 -1
  41. package/templates/partials/search-results.tpl +1 -1
  42. package/templates/partials/sidebar/chats.tpl +3 -3
  43. package/templates/partials/sidebar/drafts.tpl +1 -1
  44. package/templates/partials/sidebar/logged-out-menu.tpl +1 -1
  45. package/templates/partials/sidebar/notifications.tpl +2 -2
  46. package/templates/partials/topic/navigator-mobile.tpl +1 -1
  47. package/templates/partials/topic/post-editor.tpl +1 -1
  48. package/templates/partials/topic/post-menu-list.tpl +1 -1
  49. package/templates/partials/topic/post.tpl +2 -2
  50. package/templates/partials/topic/quickreply.tpl +1 -1
  51. package/templates/partials/topic/sort.tpl +7 -7
  52. package/templates/partials/topic/tools.tpl +1 -1
  53. package/templates/partials/topic/topic-menu-list.tpl +14 -14
  54. package/templates/partials/topic-list-bar.tpl +1 -1
  55. package/templates/partials/topics_list.tpl +1 -1
  56. package/templates/partials/users_list_menu.tpl +3 -3
  57. package/templates/popular.tpl +1 -1
  58. package/templates/post-queue.tpl +8 -8
  59. package/templates/recent.tpl +1 -1
  60. package/templates/register.tpl +8 -8
  61. package/templates/tag.tpl +2 -2
  62. package/templates/tags.tpl +1 -1
  63. package/templates/top.tpl +1 -1
  64. package/templates/unread.tpl +2 -2
@@ -35,11 +35,11 @@
35
35
  <li class="dropdown-divider"></li>
36
36
  <li>
37
37
  <div class="d-flex justify-content-center gap-1 flex-wrap">
38
- <a component="chats/mark-all-read" role="button" href="#" class="btn btn-sm btn-light mark-all-read flex-fill text-nowrap text-truncate ff-secondary"><i class="fa fa-check-double"></i> [[modules:chat.mark_all_read]]</a>
38
+ <a component="chats/mark-all-read" role="button" href="#" class="btn btn-sm btn-light mark-all-read flex-fill text-nowrap text-truncate ff-secondary"><i class="fa fa-check-double"></i> [[modules:chat.mark-all-read]]</a>
39
39
  <!-- on md and up see all chats button goes to last room -->
40
- <a class="d-none d-md-inline btn btn-sm btn-primary flex-fill text-nowrap text-truncate ff-secondary" href="{relative_path}/user/{user.userslug}/chats{{{ if user.lastRoomId }}}/{user.lastRoomId}{{{ end }}}"><i class="fa fa-list"></i> [[modules:chat.see_all]]</a>
40
+ <a class="d-none d-md-inline btn btn-sm btn-primary flex-fill text-nowrap text-truncate ff-secondary" href="{relative_path}/user/{user.userslug}/chats{{{ if user.lastRoomId }}}/{user.lastRoomId}{{{ end }}}"><i class="fa fa-list"></i> [[modules:chat.see-all]]</a>
41
41
  <!-- on xs&sm the see all chats button goes to the list of chats -->
42
- <a class="d-inline d-md-none btn btn-sm btn-primary flex-fill text-nowrap text-truncate ff-secondary" href="{relative_path}/user/{user.userslug}/chats"><i class="fa fa-list"></i> [[modules:chat.see_all]]</a>
42
+ <a class="d-inline d-md-none btn btn-sm btn-primary flex-fill text-nowrap text-truncate ff-secondary" href="{relative_path}/user/{user.userslug}/chats"><i class="fa fa-list"></i> [[modules:chat.see-all]]</a>
43
43
  </div>
44
44
  </li>
45
45
  </ul>
@@ -37,7 +37,7 @@
37
37
  {{{ end }}}
38
38
 
39
39
  {{{ if (./action == "posts.reply") }}}
40
- <div class="text text-xs fw-semibold line-clamp-2 text-break">[[topic:composer.replying_to, "{./title}"]]</div>
40
+ <div class="text text-xs fw-semibold line-clamp-2 text-break">[[topic:composer.replying-to, "{./title}"]]</div>
41
41
  {{{ end }}}
42
42
 
43
43
  {{{ if (./action == "posts.edit") }}}
@@ -12,7 +12,7 @@
12
12
  <hr class="my-2 mx-2 visible-open">
13
13
  {{{ if allowRegistration }}}
14
14
  <li class="nav-item mx-2" title="[[global:register]]">
15
- <span class="text-xs visible-open">[[login:dont_have_account]]</span>
15
+ <span class="text-xs visible-open">[[login:dont-have-account]]</span>
16
16
  <a class="nav-link nav-btn" href="{relative_path}/register">
17
17
  <span class="d-flex gap-2 align-items-center text-nowrap truncate-open">
18
18
  <span class="position-relative">
@@ -42,8 +42,8 @@
42
42
  <li class="dropdown-divider"></li>
43
43
  <li>
44
44
  <div class="d-flex justify-content-center gap-1 flex-wrap">
45
- <a role="button" href="#" class="btn btn-sm btn-light mark-all-read flex-fill text-nowrap text-truncate ff-secondary"><i class="fa fa-check-double"></i> [[notifications:mark_all_read]]</a>
46
- <a class="btn btn-sm btn-primary flex-fill text-nowrap text-truncate ff-secondary" href="{relative_path}/notifications"><i class="fa fa-list"></i> [[notifications:see_all]]</a>
45
+ <a role="button" href="#" class="btn btn-sm btn-light mark-all-read flex-fill text-nowrap text-truncate ff-secondary"><i class="fa fa-check-double"></i> [[notifications:mark-all-read]]</a>
46
+ <a class="btn btn-sm btn-primary flex-fill text-nowrap text-truncate ff-secondary" href="{relative_path}/notifications"><i class="fa fa-list"></i> [[notifications:see-all]]</a>
47
47
  </div>
48
48
  </li>
49
49
  </ul>
@@ -52,7 +52,7 @@
52
52
  <button id="myNextPostBtn" class="btn btn-outline-secondary form-control text-truncate" disabled>[[topic:go-to-my-next-post]]</button>
53
53
  </div>
54
54
  <div class="col-6">
55
- <input type="number" class="form-control" id="indexInput" placeholder="[[global:pagination.enter_index]]">
55
+ <input type="number" class="form-control" id="indexInput" placeholder="[[global:pagination.enter-index]]">
56
56
  </div>
57
57
  </div>
58
58
  </li>
@@ -1 +1 @@
1
- <span data-editor="{editor.userslug}" component="post/editor" class="visually-hidden">[[global:last_edited_by, {editor.username}]] <span class="timeago" title="{editedISO}"></span></span>
1
+ <span data-editor="{editor.userslug}" component="post/editor" class="visually-hidden">[[global:last-edited-by, {editor.username}]] <span class="timeago" title="{editedISO}"></span></span>
@@ -92,7 +92,7 @@
92
92
 
93
93
  {{{ if postSharing.length }}}
94
94
  {{{ if config.loggedIn }}}<li class="dropdown-divider"></li>{{{ end }}}
95
- <li class="dropdown-header">[[topic:share_this_post]]</li>
95
+ <li class="dropdown-header">[[topic:share-this-post]]</li>
96
96
  {{{ end }}}
97
97
  {{{ each postSharing }}}
98
98
  <li>
@@ -47,7 +47,7 @@
47
47
  </span>
48
48
 
49
49
  <i component="post/edit-indicator" class="fa fa-edit text-muted{{{ if privileges.posts:history }}} pointer{{{ end }}} edit-icon {{{ if !posts.editor.username }}}hidden{{{ end }}}" title="[[global:edited-timestamp, {./editedISO}]]"></i>
50
- <span data-editor="{posts.editor.userslug}" component="post/editor" class="visually-hidden">[[global:last_edited_by, {posts.editor.username}]] <span class="timeago" title="{posts.editedISO}"></span></span>
50
+ <span data-editor="{posts.editor.userslug}" component="post/editor" class="visually-hidden">[[global:last-edited-by, {posts.editor.username}]] <span class="timeago" title="{posts.editedISO}"></span></span>
51
51
  </div>
52
52
 
53
53
  <div>
@@ -90,7 +90,7 @@
90
90
  </span>
91
91
 
92
92
  <span class="ms-2 replies-count fw-semibold" component="post/reply-count/text" data-replies="{posts.replies.count}">{posts.replies.text}</span>
93
- <span class="ms-2 replies-last hidden-xs fw-semibold">[[topic:last_reply_time]] <span class="timeago" title="{posts.replies.timestampISO}"></span></span>
93
+ <span class="ms-2 replies-last hidden-xs fw-semibold">[[topic:last-reply-time]] <span class="timeago" title="{posts.replies.timestampISO}"></span></span>
94
94
 
95
95
  <i class="fa fa-fw fa-chevron-down" component="post/replies/open"></i>
96
96
  <i class="fa fa-fw fa-chevron-up hidden" component="post/replies/close"></i>
@@ -11,7 +11,7 @@
11
11
  <input type="hidden" name="_csrf" value="{config.csrf_token}" />
12
12
  <div class="quickreply-message position-relative">
13
13
  <textarea rows="4" name="content" component="topic/quickreply/text" class="form-control mousetrap" placeholder="[[modules:composer.textarea.placeholder]]"></textarea>
14
- <div class="imagedrop"><div>[[topic:composer.drag_and_drop_images]]</div></div>
14
+ <div class="imagedrop"><div>[[topic:composer.drag-and-drop-images]]</div></div>
15
15
  </div>
16
16
  <div>
17
17
  <div class="d-flex justify-content-end gap-2">
@@ -2,23 +2,23 @@
2
2
  <button class="btn-ghost-sm d-flex gap-2 dropdown-toggle" data-bs-toggle="dropdown" type="button">
3
3
  <span class="d-flex gap-2 align-items-center">
4
4
  <i class="fa fa-fw fa-arrow-down-wide-short text-primary"></i>
5
- <span class="d-none d-md-inline fw-semibold">[[topic:sort_by]]</span>
5
+ <span class="d-none d-md-inline fw-semibold">[[topic:sort-by]]</span>
6
6
  </span>
7
7
  </button>
8
8
  <ul class="dropdown-menu p-1 text-sm">
9
9
  <li><a class="dropdown-item rounded-1 d-flex align-items-center gap-2" href="#" class="oldest_to_newest" data-sort="oldest_to_newest">
10
- <span class="flex-grow-1">[[topic:oldest_to_newest]]</span>
11
- <i class="flex-shrink-0 fa fa-fw"></i>
10
+ <span class="flex-grow-1">[[topic:oldest-to-newest]]</span>
11
+ <i class="flex-shrink-0 fa fa-fw"></i>
12
12
  </a>
13
13
  </li>
14
14
  <li><a class="dropdown-item rounded-1 d-flex align-items-center gap-2" href="#" class="newest_to_oldest" data-sort="newest_to_oldest">
15
- <span class="flex-grow-1">[[topic:newest_to_oldest]]</span>
16
- <i class="flex-shrink-0 fa fa-fw"></i>
15
+ <span class="flex-grow-1">[[topic:newest-to-oldest]]</span>
16
+ <i class="flex-shrink-0 fa fa-fw"></i>
17
17
  </a>
18
18
  </li>
19
19
  <li><a class="dropdown-item rounded-1 d-flex align-items-center gap-2" href="#" class="most_votes" data-sort="most_votes">
20
- <span class="flex-grow-1">[[topic:most_votes]]</span>
21
- <i class="flex-shrink-0 fa fa-fw"></i>
20
+ <span class="flex-grow-1">[[topic:most-votes]]</span>
21
+ <i class="flex-shrink-0 fa fa-fw"></i>
22
22
  </a>
23
23
  </li>
24
24
  </ul>
@@ -2,7 +2,7 @@
2
2
  <div class="btn-group thread-tools bottom-sheet">
3
3
  <button class="btn-ghost-sm d-flex gap-2 dropdown-toggle" data-bs-toggle="dropdown" type="button">
4
4
  <i class="fa fa-fw fa-gear link-primary"></i>
5
- <span class="d-none d-md-inline fw-semibold">[[topic:thread_tools.title]]</span>
5
+ <span class="d-none d-md-inline fw-semibold">[[topic:thread-tools.title]]</span>
6
6
  </button>
7
7
  <ul class="dropdown-menu p-1 text-sm">
8
8
  <li class="placeholder-wave"><a class="dropdown-item d-flex gap-2" href="#"><div class="placeholder bg-secondary rounded-1" style="width: 1em;"></div><div class="placeholder bg-secondary rounded-1 col-8"></div></a></li>
@@ -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 }}}
@@ -105,7 +105,7 @@
105
105
  <div class="lastpost border-start border-2 lh-sm h-100 d-flex flex-column gap-1" style="border-color: {./category.bgColor}!important;">
106
106
  {{{ if ./unreplied }}}
107
107
  <div class="ps-2 text-xs">
108
- [[category:no_replies]]
108
+ [[category:no-replies]]
109
109
  </div>
110
110
  {{{ else }}}
111
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 }}}