fixed transaltion issue
This commit is contained in:
@@ -145,20 +145,21 @@ $companyData = mysqli_fetch_assoc($companydetails);
|
||||
</div><!--end col-->
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h4 class="mt-0 header-title">Carica Logo Aziendale</h4>
|
||||
<h4 class="mt-0 header-title"><?php echo $uploadCompanyLogoTitle; ?></h4>
|
||||
<form action="upload_logocompany.php" method="post" enctype="multipart/form-data">
|
||||
Seleziona l'immagine da caricare (solo JPG, JPEG, PNG):
|
||||
<?php echo $selectImageToUploadTitle; ?>
|
||||
<input type="file" name="companyLogo" id="companyLogo" accept=".jpg, .jpeg, .png">
|
||||
<button type="submit" class="btn btn-primary">Carica</button>
|
||||
<button type="submit" class="btn btn-primary"><?php echo $uploadButtonTitle; ?></button>
|
||||
</form>
|
||||
<?php if (!empty($companyData["logoimage"])) : ?>
|
||||
<div class="logo-container" style="margin-top: 20px;">
|
||||
<img src="<?php echo htmlspecialchars("logos/" . $companyData["logoimage"]); ?>" alt="Logo Aziendale" style="max-width: 200px; max-height: 200px;">
|
||||
<img src="<?php echo htmlspecialchars("logos/" . $companyData["logoimage"]); ?>" alt="<?php echo $companyLogoAltTitle; ?>" style="max-width: 200px; max-height: 200px;">
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<!-- end page title end breadcrumb -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user