* add bottom margin to the pager.
This commit is contained in:
@@ -283,7 +283,7 @@ class pager
|
||||
public function get($align = 'right', $type = 'full')
|
||||
{
|
||||
/* If the RecTotal is zero, return with no record. */
|
||||
if($this->recTotal == 0) { return "<div style='float:$align; clear:none'>{$this->lang->pager->noRecord}</div>"; }
|
||||
if($this->recTotal == 0) { return "<div style='float:$align; clear:none; margin-bottom:30px'>{$this->lang->pager->noRecord}</div>"; }
|
||||
|
||||
/* Set the params. */
|
||||
$this->setParams();
|
||||
@@ -307,7 +307,7 @@ class pager
|
||||
$pager .= $this->createRecPerPageJS();
|
||||
}
|
||||
|
||||
return "<div style='float:$align; clear:none'>$pager</div>";
|
||||
return "<div style='float:$align; clear:none; margin-bottom:30px'>$pager</div>";
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user