Remove _details, fix plural and singular file naming in admin, update admin post to match agent post

This commit is contained in:
johnnyq
2026-07-15 00:38:34 -04:00
parent 38a042d435
commit dae7f09650
11 changed files with 41 additions and 49 deletions

View File

@@ -156,7 +156,7 @@ if (isset($_GET['project_template_id'])) {
<tr data-task-id="<?php echo $ticket_template_id; ?>">
<td>
<a href="#" class="drag-handle"><i class="fas fa-bars text-muted mr-2"></i></a>
<a href="ticket_template_details.php?ticket_template_id=<?php echo $ticket_template_id; ?>">
<a href="ticket_template.php?ticket_template_id=<?php echo $ticket_template_id; ?>">
<?php echo $ticket_template_name; ?>
</a>
</td>