diff --git a/app/destinations/destinations.php b/app/destinations/destinations.php index fbc86203b4..b08b6b5db9 100644 --- a/app/destinations/destinations.php +++ b/app/destinations/destinations.php @@ -186,21 +186,12 @@ echo "
\n"; echo " \n"; - if ($destination_type == 'inbound') { - echo " \n"; - echo " \n"; - } - if ($destination_type == 'outbound') { - echo " \n"; - echo " \n"; - } - if ($destination_type == 'local') { - echo " \n"; - echo " \n"; - } - + echo " \n"; + echo " \n"; + echo " \n"; + echo "  \n"; if (permission_exists('destination_import')) { - echo "\n"; + echo " \n"; } if (permission_exists('destination_all')) {