Fix the search for destinations (DID/DDI) across domains for superadmins.

This commit is contained in:
Mark Crane
2015-03-10 05:10:22 +00:00
parent f5d1ff8928
commit 245c43ddb5

View File

@@ -55,6 +55,9 @@ else {
echo " <td width='50%' align='right'>\n";
if (permission_exists('destination_show_all')) {
echo " <input type='button' class='btn' value='".$text['button-show_all']."' onclick=\"window.location='destinations.php?showall=true';\">\n";
if ($_GET['showall'] == 'true') {
echo " <input type='hidden' name='showall' value='true'>";
}
}
echo " <input type='text' class='txt' style='width: 150px' name='search' value='$search'>";
echo " <input type='submit' class='btn' name='submit' value='".$text['button-search']."'>";