nodebb-theme-persona 13.3.4 → 13.3.5
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,7 +1,7 @@
|
|
|
1
1
|
<div class="btn-group bottom-sheet" component="thread/sort">
|
|
2
|
-
<button class="btn btn-outline-secondary dropdown-toggle" data-bs-toggle="dropdown"
|
|
3
|
-
<
|
|
4
|
-
<span class="visible-
|
|
2
|
+
<button class="btn btn-outline-secondary dropdown-toggle" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false" aria-label="[[aria:topic-sort-option, {sortOptionLabel}]]">
|
|
3
|
+
<i class="fa fa-fw fa-sort"></i>
|
|
4
|
+
<span class="visible-sm-inline visible-md-inline visible-lg-inline">{sortOptionLabel}</span>
|
|
5
5
|
<span class="caret"></span>
|
|
6
6
|
</button>
|
|
7
7
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<div title="[[topic:sort-by]]" class="btn-group bottom-sheet hidden-xs" component="thread/sort">
|
|
2
|
-
<button class="btn btn-sm btn-outline-secondary dropdown-toggle" data-bs-toggle="dropdown"
|
|
3
|
-
<
|
|
2
|
+
<button class="btn btn-sm btn-outline-secondary dropdown-toggle" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false" aria-label="[[aria:post-sort-option, {sortOptionLabel}]]">
|
|
3
|
+
<i class="fa fa-fw fa-sort"></i></button>
|
|
4
4
|
<ul class="dropdown-menu dropdown-menu-end" role="menu">
|
|
5
5
|
<li><a class="dropdown-item" href="#" class="oldest_to_newest" data-sort="oldest_to_newest" role="menuitem"><i class="fa fa-fw"></i> [[topic:oldest-to-newest]]</a></li>
|
|
6
6
|
<li><a class="dropdown-item" href="#" class="newest_to_oldest" data-sort="newest_to_oldest" role="menuitem"><i class="fa fa-fw"></i> [[topic:newest-to-oldest]]</a></li>
|