mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Convert CSS to nl2br() functions where nessesessaery to interept new lines into html code, Tidy Code remove depreciated <center> Tags
This commit is contained in:
@@ -81,9 +81,7 @@ if (isset($_GET['id']) && intval($_GET['id'])) {
|
||||
<button type="submit" class="btn btn-primary" name="add_ticket_comment">Reply</button>
|
||||
</form>
|
||||
|
||||
<?php }
|
||||
|
||||
elseif (empty($ticket_feedback)) { ?>
|
||||
<?php } elseif (empty($ticket_feedback)) { ?>
|
||||
|
||||
<h4>Rate your ticket</h4>
|
||||
|
||||
@@ -99,9 +97,7 @@ if (isset($_GET['id']) && intval($_GET['id'])) {
|
||||
</button>
|
||||
</form>
|
||||
|
||||
<?php }
|
||||
|
||||
else { ?>
|
||||
<?php } else { ?>
|
||||
|
||||
<h4>Rated <?php echo $ticket_feedback ?> -- Thanks for your feedback!</h4>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user