* finish task #4791.

This commit is contained in:
Catouse
2018-09-21 16:39:10 +08:00
parent dacefbf844
commit e45a1e4d34
19 changed files with 33 additions and 35 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ $preLink = $hasPre ? inlink('dynamic', "type=$type&account=$account&recTotal={
$nextLink = $hasNext ? inlink('dynamic', "type=$type&account=$account&recTotal={$pager->recTotal}&date=" . strtotime($lastDate) . '&direction=next') : 'javascript:;';
?>
<?php if($hasPre or $hasNext):?>
<div id="mainActions">
<div id="mainActions" class='main-actions'>
<nav class="container">
<a id="prevPage" class="btn btn-info<?php if(!$hasNext) echo ' disabled';?>" href="<?php echo $nextLink;?>"><i class="icon icon-chevron-left"></i></a>
<a id="nextPage" class="btn btn-info<?php if(!$hasPre) echo ' disabled';?>" href="<?php echo $preLink;?>"><i class="icon icon-chevron-right"></i></a>