// rename $toolbar_fix to $toolbar_scroll part2

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13712 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2012-02-28 17:39:40 +00:00
parent eae3bc2d84
commit 7a6a998aab
17 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ class AdminOrdersControllerCore extends AdminController
'order_states' => OrderState::getOrderStates((int)Context::getContext()->language->id),
'show_toolbar' => $this->show_toolbar,
'toolbar_btn' => $this->toolbar_btn,
'toolbar_fix' => $this->toolbar_fix,
'toolbar_scroll' => $this->toolbar_scroll,
'title' => $this->l('Orders : create order'),
));
$this->content .= $this->createTemplate('form.tpl')->fetch();