Delete types

This commit is contained in:
2021-09-13 20:31:56 +06:00
parent f0fa97a2ff
commit e1a4f954fd
80 changed files with 692 additions and 641 deletions

View File

@ -433,7 +433,7 @@ Bug fixes
Only a problem in limited circumstances.
*****Need to delete all ttfontdata/ files in order for fix to have effect.
- <textCircle> background white even when set to none/transparent
- border="0" causing mPDF to add border to table CELLS as well as table
- border=0 causing mPDF to add border to table CELLS as well as table
- iteration counter in THEAD crashed in some circumstances
- CSS color now supports spaces in the rgb() format e.g. border: 1px solid rgb(170, 170, 170);
- CJK not working in table following changes made in v5.4

View File

@ -1663,7 +1663,7 @@ class mPDF
<head>
<title>mPDF File Progress</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="' . _MPDF_URI . 'progbar.css" />
<link rel="stylesheet" href="' . _MPDF_URI . 'progbar.css" />
</head>
<body>
<div class="main">
@ -1740,7 +1740,7 @@ class mPDF
$el = 2;
}
}
echo '<script type="text/javascript">';
echo '<script>';
if ($val) {
echo ' document.getElementById(\'element' . $el . '\').style.width=\'' . $val . '%\'; ';
}
@ -9346,7 +9346,7 @@ class mPDF
fclose($f);
$this->UpdateProgressBar(3, '', 'Finished');
echo '<script type="text/javascript">
echo '<script>
var form = document.createElement("form");
form.setAttribute("method", "post");

View File

@ -18,7 +18,7 @@
<meta name="Reply-to" content="webmaster@spipu.net" >
<meta name="Copyright" content="(c)2009 Spipu" >
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" >
<style type="text/css">
<style>
<!--
table.qr
{