mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-02 22:47:50 -05:00
Tom git-svn-id: svn+ssh://jekkos@svn.code.sf.net/p/opensourcepos/code/@24 c3eb156b-1dc0-44e1-88ae-e38439141b53
55 lines
823 B
PHP
55 lines
823 B
PHP
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
|
<title><?php echo $this->config->item('company').' -- '.$this->lang->line('common_powered_by').' Open Source Point Of Sale' ?></title>
|
|
<style type="text/css">
|
|
html {
|
|
overflow: auto;
|
|
}
|
|
body
|
|
{
|
|
background-color:#FFFFFF;
|
|
font-size:100%;
|
|
}
|
|
|
|
#menubar,#footer
|
|
{
|
|
display:none;
|
|
}
|
|
|
|
#content_area
|
|
{
|
|
width:100%;
|
|
}
|
|
|
|
#content_area_wrapper
|
|
{
|
|
border:0px;
|
|
}
|
|
|
|
#sale_return_policy
|
|
{
|
|
width:100%;
|
|
text-align:center;
|
|
}
|
|
|
|
.long_name
|
|
{
|
|
display:none;
|
|
}
|
|
|
|
.short_name
|
|
{
|
|
display:inline;
|
|
}
|
|
|
|
#receipt_items td
|
|
{
|
|
white-space:nowrap;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|