@@ -254,11 +254,11 @@ |
||
| 254 | 254 | } |
| 255 | 255 | |
| 256 | 256 | return '<ul class="pagination">' . |
| 257 | - $this->_renderListItem($this->_currentPage - 1, $this->_getFirstPageUrl(), $this->_firstPageSymbol) . |
|
| 258 | - $this->_renderListItem($this->_currentPage - 1, $this->_getPreviousPageUrl(), $this->_previousPageSymbol) . |
|
| 259 | - $this->_renderPageList() . |
|
| 260 | - $this->_renderListItem($this->_currentPage + 1, $this->_getNextPageUrl(), $this->_nextPageSymbol) . |
|
| 261 | - $this->_renderListItem($this->_currentPage + 1, $this->_getLastPageUrl(), $this->_lastPageSymbol) . |
|
| 262 | - '</ul>'; |
|
| 257 | + $this->_renderListItem($this->_currentPage - 1, $this->_getFirstPageUrl(), $this->_firstPageSymbol) . |
|
| 258 | + $this->_renderListItem($this->_currentPage - 1, $this->_getPreviousPageUrl(), $this->_previousPageSymbol) . |
|
| 259 | + $this->_renderPageList() . |
|
| 260 | + $this->_renderListItem($this->_currentPage + 1, $this->_getNextPageUrl(), $this->_nextPageSymbol) . |
|
| 261 | + $this->_renderListItem($this->_currentPage + 1, $this->_getLastPageUrl(), $this->_lastPageSymbol) . |
|
| 262 | + '</ul>'; |
|
| 263 | 263 | } |
| 264 | 264 | } |
| 265 | 265 | \ No newline at end of file |
@@ -136,8 +136,8 @@ |
||
| 136 | 136 | public function render(): string |
| 137 | 137 | { |
| 138 | 138 | return '<form method="get" action="' . $this->_buildSearchUrl() . |
| 139 | - '"><div class="row"><div class="col-md-10"><input name="search" class="form-control data-scout-input" placeholder="' . |
|
| 140 | - $this->_placeholder . '"/></div><div class="col-md-2"><button type="submit" class="btn btn-primary">' . |
|
| 141 | - $this->_buttonText . '</button></div></div></form>'; |
|
| 139 | + '"><div class="row"><div class="col-md-10"><input name="search" class="form-control data-scout-input" placeholder="' . |
|
| 140 | + $this->_placeholder . '"/></div><div class="col-md-2"><button type="submit" class="btn btn-primary">' . |
|
| 141 | + $this->_buttonText . '</button></div></div></form>'; |
|
| 142 | 142 | } |
| 143 | 143 | } |
| 144 | 144 | \ No newline at end of file |