update
This commit is contained in:
parent
0788206700
commit
a571b64521
|
|
@ -35,61 +35,37 @@ function getValue($data, $key)
|
|||
<input type="text" name="channel_name" value="<?php echo htmlspecialchars(getValue($saved_data, 'channel_name')); ?>" >
|
||||
<label for="channel:channel_name">Channel Name</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card wide">
|
||||
<div class="input-group">
|
||||
<input type="text" name="office_address" value="<?php echo htmlspecialchars(getValue($saved_data, 'office_address')); ?>" >
|
||||
<label for="office_address" style="position: static; margin-top: 5px;">Office Address</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Contact Details -->
|
||||
<div class="card wide">
|
||||
<div class="input-group">
|
||||
<input type="text" name="contact_details" value="<?php echo htmlspecialchars(getValue($saved_data, 'contact_details')); ?>" >
|
||||
<label for="contact_details">Contact Details</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Enforcement Officer Details -->
|
||||
<div class="card wide">
|
||||
<div class="input-group">
|
||||
<input type="text" name="enforcement_officer" value="<?php echo htmlspecialchars(getValue($saved_data, 'enforcement_officer')); ?>" >
|
||||
<label for="enforcement_officer">Enforcement Officer</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card wide">
|
||||
<div class="input-group">
|
||||
<input type="text" name="eo_contact_details" value="<?php echo htmlspecialchars(getValue($saved_data, 'eo_contact_details')); ?>" >
|
||||
<label for="eo_contact_details">EO Contact Details</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Company Details -->
|
||||
<div class="card wide">
|
||||
<div class="input-group">
|
||||
<input type="text" name="company_name" value="<?php echo htmlspecialchars(getValue($saved_data, 'company_name')); ?>" >
|
||||
<label for="company_name">Company Name</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card wide">
|
||||
<div class="input-group">
|
||||
<input type="text" name="cin_number" value="<?php echo htmlspecialchars(getValue($saved_data, 'cin_number')); ?>" >
|
||||
<label for="cin_number">CIN Number</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card wide">
|
||||
<div class="input-group">
|
||||
<input type="text" name="gstin_number" value="<?php echo htmlspecialchars(getValue($saved_data, 'gstin_number')); ?>" >
|
||||
<label for="gstin_number">GSTIN Number</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- File Uploads -->
|
||||
|
||||
<div class="card wide">
|
||||
<h3 style="margin-bottom: 15px;">Upload Ad (PNG)</h3>
|
||||
<div class="input-group">
|
||||
|
|
@ -100,6 +76,7 @@ function getValue($data, $key)
|
|||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="card wide">
|
||||
<h3 style="margin-bottom: 15px;">Upload Logo (PNG)</h3>
|
||||
<div class="input-group">
|
||||
|
|
|
|||
Loading…
Reference in New Issue