mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-24 08:20:54 -04:00
Increase width config tab
Increase width item kits form Add ob_clean call to before force_download
This commit is contained in:
@@ -135,7 +135,7 @@ class Item_kits extends Secure_area implements iData_controller
|
||||
*/
|
||||
function get_form_width()
|
||||
{
|
||||
return 360;
|
||||
return 400;
|
||||
}
|
||||
}
|
||||
?>
|
||||
@@ -5,7 +5,7 @@
|
||||
<link rel="stylesheet" rev="stylesheet" href="<?php echo base_url();?>css/login.css" />
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<title>Open Source Point Of Sale <?php echo $this->lang->line('login_login'); ?></title>
|
||||
<script src="<?php echo base_url();?>js/jquery-1.2.6.min.js" type="text/javascript" language="javascript" charset="UTF-8"></script>
|
||||
<script src="<?php echo base_url();?>js/jquery-1.8.3.js" type="text/javascript" language="javascript" charset="UTF-8"></script>
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function()
|
||||
{
|
||||
|
||||
@@ -127,7 +127,7 @@ a.none
|
||||
|
||||
#config_info
|
||||
{
|
||||
width:80%;
|
||||
width:93%;
|
||||
margin:0 auto;
|
||||
padding:10px;
|
||||
margin-bottom:30px;
|
||||
|
||||
@@ -97,7 +97,7 @@ if ( ! function_exists('force_download'))
|
||||
header('Pragma: no-cache');
|
||||
header("Content-Length: ".strlen($data));
|
||||
}
|
||||
|
||||
ob_clean();
|
||||
exit($data);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user