From 1491f110734531c0a481cc3419d6fb65924d8756 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Thu, 10 Sep 2015 21:05:01 -0400 Subject: [PATCH] Manage ticket templates no longer has inline styling --- admin/manage_ticket_templates.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/admin/manage_ticket_templates.php b/admin/manage_ticket_templates.php index e944b3da..5f040082 100644 --- a/admin/manage_ticket_templates.php +++ b/admin/manage_ticket_templates.php @@ -146,7 +146,7 @@ $num = hesk_dbNumRows($result); echo ' '.$mysaved['title'].' - + '; if ($num > 1) @@ -155,17 +155,17 @@ $num = hesk_dbNumRows($result); { echo' - '; + '; } elseif ($j == $num) { - echo' '; + echo' '; } else { echo' - - + + '; } } @@ -175,7 +175,7 @@ $num = hesk_dbNumRows($result); } echo ' - + '; } // End while