// Context part 25
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7794 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -66,9 +66,8 @@ class AdminSlip extends AdminTab
|
||||
|
||||
public function display()
|
||||
{
|
||||
$context = Context::getContext();
|
||||
echo '<div style="float:left;width:600px">';
|
||||
$this->getList($context->language->id, !Tools::getValue($this->table.'Orderby') ? 'date_add' : NULL, !Tools::getValue($this->table.'Orderway') ? 'DESC' : NULL);
|
||||
$this->getList($this->context->language->id, !Tools::getValue($this->table.'Orderby') ? 'date_add' : NULL, !Tools::getValue($this->table.'Orderway') ? 'DESC' : NULL);
|
||||
$this->displayList();
|
||||
echo '</div>';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user