From d1ff95b8529dedb35f69c6cc0a42b135c45751c7 Mon Sep 17 00:00:00 2001 From: Nate Date: Tue, 10 Sep 2019 08:15:12 -0600 Subject: [PATCH] Destinations: Make show all and search persistent when switching type/direction. --- app/destinations/destinations.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/destinations/destinations.php b/app/destinations/destinations.php index 5008a4b74b..104a9606c2 100644 --- a/app/destinations/destinations.php +++ b/app/destinations/destinations.php @@ -193,9 +193,9 @@ echo "
\n"; echo " \n"; - echo " \n"; - echo " \n"; - echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; echo "  \n"; if (permission_exists('destination_import')) { echo " \n"; @@ -206,12 +206,12 @@ echo " "; } else { - echo " \n"; + echo " \n"; } } echo " \n"; - echo " \n"; + echo " \n"; if ($paging_controls_mini != '') { echo " ".$paging_controls_mini."\n"; }