diff --git a/htdocs/lib/functions.inc.php b/htdocs/lib/functions.inc.php index b651db96017..a54a7b3cb10 100644 --- a/htdocs/lib/functions.inc.php +++ b/htdocs/lib/functions.inc.php @@ -3360,6 +3360,7 @@ function viewExcelFileContent($file_to_include='',$max_rows=0,$max_cols=0) var sheet_HTML = Array();\n"; for($sheet=0;$sheetsheets);$sheet++) { + $table_output[$sheet] .= $data->sheets[$sheet]['numCols']; $table_output[$sheet] .= ""; diff --git a/htdocs/theme/auguria/auguria.css.php b/htdocs/theme/auguria/auguria.css.php index 35c1f3e557d..335be2920da 100644 --- a/htdocs/theme/auguria/auguria.css.php +++ b/htdocs/theme/auguria/auguria.css.php @@ -1264,14 +1264,14 @@ form.inplaceeditor-form a { /* The cancel link */ .table_data { border-style:ridge; - border-width:1; + border-width: 1px; } .tab_base { background:#C5D0DD; font-weight:bold; border-style:ridge; - border-width:1; + border: 1px; cursor:pointer; } .table_sub_heading @@ -1279,16 +1279,15 @@ form.inplaceeditor-form a { /* The cancel link */ background:#CCCCCC; font-weight:bold; border-style:ridge; - border-width:1; + border-width: 1px; } .table_body { background:#F0F0F0; - font-wieght:normal; - font-size:12; + font-weight:normal; font-family:sans-serif; border-style:ridge; - border-width:1; + border-width: 1px; border-spacing: 0px; border-collapse: collapse; } @@ -1298,6 +1297,6 @@ form.inplaceeditor-form a { /* The cancel link */ color:white; font-weight:bold; border-style:groove; - border-width:1; + border: 1px; cursor:pointer; } \ No newline at end of file