Destinations: Hide unrelated form elements on edit of Outbound Destination.

This commit is contained in:
reliberate
2015-08-15 09:07:01 -06:00
parent 361e20e6de
commit a2b9bae284

View File

@@ -884,6 +884,11 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
echo "<br><br>";
echo "</form>";
//adjust form if outbound destination
if ($destination_type == 'outbound') {
echo "<script type='text/javascript'>type_control('outbound');</script>\n";
}
//include the footer
require_once "resources/footer.php";