From 9e81d447a652c80a1e6b0935e0628fbfd76c378d Mon Sep 17 00:00:00 2001 From: mattf Date: Fri, 25 Jan 2013 16:12:32 +0000 Subject: [PATCH] Added notice that builk phone insert will not trigger conf file rebuild. git-svn-id: svn://192.168.202.10@1928 3d104415-ff17-0410-8863-d5cf3c621b8a --- www/vicidial/admin_phones_bulk_insert.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/vicidial/admin_phones_bulk_insert.php b/www/vicidial/admin_phones_bulk_insert.php index fa467310..83389b53 100644 --- a/www/vicidial/admin_phones_bulk_insert.php +++ b/www/vicidial/admin_phones_bulk_insert.php @@ -324,6 +324,7 @@ if ($action == "BLANK") echo "Webphone Auto-Answer: $NWB#webphone_auto_answer$NWE\n"; echo "Use External Server IP: $NWB#use_external_server_ip$NWE\n"; echo "\n"; + echo "NOTE: Submitting this form will NOT trigger a conf file rebuild\n"; echo "\n"; echo "\n"; } @@ -513,6 +514,7 @@ if ($action == "ADD_PHONES_SUBMIT") echo "Phones Inserted: $phones_inserted\n
"; echo "Phones Aliases Inserted: $phone_alias_inserted\n
"; + echo "You now need to manually trigger a conf file rebuild from the System Settings screen\n
"; echo "
Start Over
\n"; } else