* Finish task #45156.

This commit is contained in:
liumengyi
2021-11-29 14:33:12 +08:00
parent 43c1b047b8
commit aa840c5b9b
+1 -1
View File
@@ -53,7 +53,7 @@
<button type="button" class="btn btn-info btn-icon btn-sm dynamic-btn"><i class="icon icon-caret-down"></i></button>
</div>
<ul class="timeline timeline-tag-left <?php if($browseType == 'all') echo 'margin-l-50px';?>">
<?php if($orderBy == 'date_asc') $actions = array_reverse($actions);?>
<?php if($orderBy == 'date_asc' and $direction == 'next') $actions = array_reverse($actions);?>
<?php foreach($actions as $i => $action):?>
<?php if(empty($firstAction)) $firstAction = $action;?>
<li <?php if($action->major) echo "class='active'";?>>