diff --git a/admin/banned_emails.php b/admin/banned_emails.php index ae6102dc..cd664336 100644 --- a/admin/banned_emails.php +++ b/admin/banned_emails.php @@ -194,9 +194,8 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php'); { echo ' - - + + '; diff --git a/admin/banned_ips.php b/admin/banned_ips.php index 805f7b82..e41b8abf 100644 --- a/admin/banned_ips.php +++ b/admin/banned_ips.php @@ -175,12 +175,10 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php'); { echo ' - - - - + + + + '; } @@ -261,9 +259,8 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php'); { echo ' - - + + '; } diff --git a/admin/manage_canned.php b/admin/manage_canned.php index 90d4219d..b59f0c24 100644 --- a/admin/manage_canned.php +++ b/admin/manage_canned.php @@ -161,17 +161,17 @@ myField.value += myValue; { if ($j == 1) { - echo' '; + echo' '; } elseif ($j == $num) { - echo' '; + echo' '; } else { echo' - - + + '; } } @@ -181,7 +181,7 @@ myField.value += myValue; } echo ' -   +   '; } // End while diff --git a/admin/manage_categories.php b/admin/manage_categories.php index 23decbbe..03bad8e1 100644 --- a/admin/manage_categories.php +++ b/admin/manage_categories.php @@ -313,17 +313,17 @@ else {return false;} } else { - $remove_code=' '; + $remove_code=' '; } /* Is category private or public? */ if ($mycat['type']) { - $type_code = ''; + $type_code = ''; } else { - $type_code = ''; + $type_code = ''; } /* Is auto assign enabled? */ @@ -331,11 +331,11 @@ else {return false;} { if ($mycat['autoassign']) { - $autoassign_code = ''; + $autoassign_code = ''; } else { - $autoassign_code = ''; + $autoassign_code = ''; } } else @@ -357,7 +357,7 @@ else {return false;} - + ' . $autoassign_code . ' ' . $type_code . ' '; @@ -369,13 +369,13 @@ else {return false;} } elseif ($j == $num) { - echo' '; + echo' '; } else { echo' -   +   '; } } diff --git a/admin/manage_knowledgebase.php b/admin/manage_knowledgebase.php index c70af6ba..69029a3a 100644 --- a/admin/manage_knowledgebase.php +++ b/admin/manage_knowledgebase.php @@ -1750,21 +1750,21 @@ function manage_category() { { ?> - + - + - - + + '; } ?> - - - -   + + + +   '; } else { - $edit_code = ''; + $edit_code = ''; } if ($myuser['isadmin']) @@ -307,7 +307,7 @@ while ($myuser = hesk_dbFetchAssoc($res)) $remove_code = ' '; } else { - $remove_code = ' '; + $remove_code = ' '; } /* Is auto assign enabled? */ @@ -315,11 +315,11 @@ while ($myuser = hesk_dbFetchAssoc($res)) { if ($myuser['autoassign']) { - $autoassign_code = ''; + $autoassign_code = ''; } else { - $autoassign_code = ''; + $autoassign_code = ''; } } else @@ -331,9 +331,9 @@ while ($myuser = hesk_dbFetchAssoc($res)) if ($myuser['id'] != $_SESSION['id'] && $myuser['id'] != 1) { /* Is the user active? */ if ($myuser['active']) { - $activeMarkup = ''; + $activeMarkup = ''; } else { - $activeMarkup = ''; + $activeMarkup = ''; } }