Add comments
This commit is contained in:
@@ -73,6 +73,8 @@
|
||||
|
||||
<label for="email">Email:</label><input type="email" name="email" id="email">
|
||||
<label for="egd_number">EGD Number:</label><input type="text" name="egd_number" id="egd_number">
|
||||
<label for="comment">Comment</label>
|
||||
<textarea name="comment" id="comment" rows="3"></textarea>
|
||||
<div id="egd-popup-overlay">
|
||||
<div id="egd-results">
|
||||
<button id="egd-popup-close" type="button" aria-label="Close">×</button>
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
<th>Email</th>
|
||||
<th>Date Added</th>
|
||||
<th>Action</th>
|
||||
<th>Comment</th>
|
||||
<?php endif; ?>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -38,7 +39,8 @@
|
||||
<input type="submit" value="Delete" class="button delete" onclick="return confirm('Delete this entry?')">
|
||||
</form>
|
||||
</td>
|
||||
|
||||
<td> <?= esc_html($e->comment) ?> </td>
|
||||
|
||||
<?php endif; ?>
|
||||
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user