diff --git a/htdocs/takepos/freezone.php b/htdocs/takepos/freezone.php index 4de8dd8b85f..3ce64b18a1f 100644 --- a/htdocs/takepos/freezone.php +++ b/htdocs/takepos/freezone.php @@ -45,6 +45,9 @@ $action = GETPOST('action', 'alpha'); * View */ +$arrayofcss = array('/takepos/css/pos.css'); +$arrayofjs=array(); + top_htmlhead($head, $title, $disablejs, $disablehead, $arrayofjs, $arrayofcss); ?> @@ -62,13 +65,13 @@ $( document ).ready(function() {
- + trans('Price').'">'; +if ($action == "freezone") echo ''; if ($action == "addnote") echo ''; ?> - - + +
diff --git a/htdocs/takepos/pay.php b/htdocs/takepos/pay.php index f9e5b70b558..c44ba9b522b 100644 --- a/htdocs/takepos/pay.php +++ b/htdocs/takepos/pay.php @@ -67,6 +67,9 @@ else } } +$arrayofcss = array('/takepos/css/pos.css'); +$arrayofjs=array(); + top_htmlhead($head, $title, $disablejs, $disablehead, $arrayofjs, $arrayofcss); $langs->loadLangs(array("main", "bills", "cashdesk"));