diff --git a/htdocs/langs/en_US/cashdesk.lang b/htdocs/langs/en_US/cashdesk.lang
index 71a2a992e19..4494e10545d 100644
--- a/htdocs/langs/en_US/cashdesk.lang
+++ b/htdocs/langs/en_US/cashdesk.lang
@@ -111,4 +111,5 @@ AutoOrder=Order by the customer himself
RestaurantMenu=Menu
CustomerMenu=Customer menu
ScanToMenu=Scan QR code to see the menu
-ScanToOrder=Scan QR code to order
\ No newline at end of file
+ScanToOrder=Scan QR code to order
+DefineTablePlan=Define table plan
\ No newline at end of file
diff --git a/htdocs/takepos/admin/bar.php b/htdocs/takepos/admin/bar.php
index 97f651efdb2..3d4bd490dde 100644
--- a/htdocs/takepos/admin/bar.php
+++ b/htdocs/takepos/admin/bar.php
@@ -66,12 +66,14 @@ if (GETPOST('action', 'alpha') == 'set')
$form = new Form($db);
$formproduct = new FormProduct($db);
-llxHeader('', $langs->trans("CashDeskSetup"));
+$arrayofcss = array("/takepos/css/colorbox.css");
+
+llxHeader('', $langs->trans("CashDeskSetup"), '', '', 0, 0, $arrayofjs, $arrayofcss);
$linkback = ''.$langs->trans("BackToModuleList").'';
print load_fiche_titre($langs->trans("CashDeskSetup").' (TakePOS)', $linkback, 'title_setup');
$head = takepos_prepare_head();
-dol_fiche_head($head, 'bar', 'TakePOS', -1);
+dol_fiche_head($head, 'bar', 'TakePOS', -1, 'cash-register');
print '
';
@@ -80,6 +82,20 @@ print '