code update

This commit is contained in:
Devdatt Bhatt 2026-05-23 12:56:19 +00:00
parent bed147e5ba
commit 1a034004f9
1 changed files with 79 additions and 81 deletions

View File

@ -66,9 +66,8 @@ include 'header.php';
<?php endif; ?> <?php endif; ?>
<!-- Company Details --> <!-- Company Details -->
<div class="card wide" style="grid-column: span 2;"> <div class="card wide">
<h3 style="margin-top:0;">General Details</h3> <h3 style="margin-top:0;">General Details</h3>
<div class="grid">
<div class="input-wrap"> <div class="input-wrap">
<div class="input-group"> <div class="input-group">
<input type="text" name="channel_name" placeholder=" " value="<?php echo htmlspecialchars(getValue($saved_data, 'channel_name')); ?>" required> <input type="text" name="channel_name" placeholder=" " value="<?php echo htmlspecialchars(getValue($saved_data, 'channel_name')); ?>" required>
@ -84,7 +83,7 @@ include 'header.php';
</div> </div>
<div class="input-group"> <div class="input-group">
<input type="text" name="office_address_2" placeholder=" " value="<?php echo htmlspecialchars(getValue($saved_data, 'office_address_2')); ?>" required> <input type="text" name="office_address_2" placeholder=" " value="<?php echo htmlspecialchars(getValue($saved_data, 'office_address_2')); ?>" required>
<label></div> <label>Office Address 2</label>
</div> </div>
<!-- Contact 1 --> <!-- Contact 1 -->
@ -139,9 +138,8 @@ include 'header.php';
</div> </div>
</div> </div>
</div> </div>
</div>
<div class="card wide" style="grid-column: span 2;"> <div class="card wide">
<h3 style="margin-top:0;">Content Details</h3> <h3 style="margin-top:0;">Content Details</h3>
<div class="grid"> <div class="grid">
<div class="dropdown-container"> <div class="dropdown-container">