diff --git a/htdocs/takepos/css/pos.css.php b/htdocs/takepos/css/pos.css.php index 3716c38f16e..1b662649fc8 100644 --- a/htdocs/takepos/css/pos.css.php +++ b/htdocs/takepos/css/pos.css.php @@ -535,6 +535,10 @@ div.description_content { z-index: 10; } + .topnav input[type="text"] { + max-width: 100px; + } + .topnav-right { float: unset; } diff --git a/htdocs/takepos/takepos.php b/htdocs/takepos/takepos.php index 1cf8e22f1cc..55b8461b5d2 100644 --- a/htdocs/takepos/takepos.php +++ b/htdocs/takepos/takepos.php @@ -455,7 +455,7 @@ function Search2() { $("#prodesc"+i).text(data[i]['label']); $("#prodivdesc"+i).show(); $("#proimg"+i).attr("title", titlestring); - $("#proimg"+i).attr("src", "genimg/?query=pro&id="+data[i]['rowid']); + $("#proimg"+i).attr("src", "genimg/index.php?query=pro&id="+data[i]['rowid']); $("#prodiv"+i).data("rowid", data[i]['rowid']); $("#prodiv"+i).data("iscat", 0); } @@ -658,7 +658,7 @@ if (empty($conf->global->TAKEPOS_HIDE_HEAD_BAR)) {