Content Type
This commit is contained in:
parent
3801e1c4e4
commit
a866e1eb8f
|
|
@ -243,6 +243,7 @@ include 'header.php';
|
|||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
<div class="dropdown-container">
|
||||
<span class="dropdown-label">Content Type</span>
|
||||
<div class="dropdown">
|
||||
|
|
@ -257,10 +258,6 @@ include 'header.php';
|
|||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="input-group">
|
||||
<input type="text" name="content_type" placeholder=" " value="<?php echo htmlspecialchars(getValue($saved_data, 'content_type')); ?>" required>
|
||||
<label>Content Type</label>
|
||||
</div>
|
||||
<br>
|
||||
<div class="input-group">
|
||||
<input type="text" name="content_language" placeholder=" " value="<?php echo htmlspecialchars(getValue($saved_data, 'content_language')); ?>" required>
|
||||
|
|
|
|||
Loading…
Reference in New Issue