mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:27:03 +02:00
gui fixes
This commit is contained in:
@ -91,6 +91,9 @@ class ControllerUserList extends Controller {
|
||||
|
||||
$this->data['total_pages'] = floor($this->data['total_users'] / $this->data['page_len']);
|
||||
|
||||
$this->data['querystring'] = '';
|
||||
if ($this->data['page'] != 1) { $this->data['querystring'] .= "&page=".$this->data['page']; }
|
||||
if (strlen($this->data['search']) > 0) { $this->data['querystring'] .= "&search=".$this->data['search']; }
|
||||
|
||||
$this->render();
|
||||
}
|
||||
|
Reference in New Issue
Block a user