mirror of
https://github.com/Karaka-Management/oms-Labeling.git
synced 2026-01-11 00:58:42 +00:00
fix bugs
This commit is contained in:
parent
d58978cfa2
commit
c2bdfeceee
|
|
@ -35,7 +35,6 @@ $imageType = 'image/png'; // Assuming JPEG format in this example
|
|||
// Generate the data URI for the inline image
|
||||
$inlineImage = 'data:' . $imageType . ';base64,' . $imageBase64;
|
||||
?>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-6">
|
||||
<section class="portlet">
|
||||
|
|
|
|||
|
|
@ -38,7 +38,6 @@ $imageType = 'image/png'; // Assuming JPEG format in this example
|
|||
// Generate the data URI for the inline image
|
||||
$inlineImage = 'data:' . $imageType . ';base64,' . $imageBase64;
|
||||
?>
|
||||
|
||||
<div class="portlet-body">
|
||||
<img height="100%" width="100%" src="Web/Backend/img/under_construction.svg">
|
||||
</div>
|
||||
Loading…
Reference in New Issue
Block a user