From d40baf6eccf785854d74574a74485f58a4b7ed4c Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 17 Aug 2016 15:14:56 -0600 Subject: [PATCH] Update time_condition_edit.php --- app/time_conditions/time_condition_edit.php | 28 +++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/app/time_conditions/time_condition_edit.php b/app/time_conditions/time_condition_edit.php index 48cefc22df..c03794269b 100644 --- a/app/time_conditions/time_condition_edit.php +++ b/app/time_conditions/time_condition_edit.php @@ -1087,6 +1087,34 @@ if ($action == 'update') { echo "\n"; echo "\n"; + if (permission_exists('time_condition_domain')) { + echo "\n"; + echo "\n"; + echo " ".$text['label-domain']."\n"; + echo "\n"; + echo "\n"; + echo " \n"; + echo "
\n"; + echo $text['description-domain_name']."\n"; + echo "\n"; + echo "\n"; + } + echo "\n"; echo "\n"; echo " ".$text['label-enabled']."\n";