From dc2196dd6f1112b379c1cb487cd227c9c8bcc71a Mon Sep 17 00:00:00 2001 From: Nate Jones Date: Thu, 10 Jul 2014 00:32:50 +0000 Subject: [PATCH] Document (Window) Title: Update variable name to avoid conflict when paging is used. --- app/call_center/call_center_agent_edit.php | 4 ++-- app/call_center/call_center_agent_status.php | 2 +- app/call_center/call_center_agents.php | 2 +- app/call_center/call_center_queue_edit.php | 4 ++-- app/call_center/call_center_queues.php | 2 +- app/call_center/call_center_tier_edit.php | 2 +- app/call_center_active/call_center_active.php | 2 +- app/call_center_active/call_center_queue.php | 2 +- app/call_flows/call_flow_edit.php | 4 ++-- app/call_flows/call_flows.php | 2 +- app/calls_active/calls_active.php | 2 +- app/contacts/contact_address_edit.php | 4 ++-- app/contacts/contact_edit.php | 4 ++-- app/contacts/contact_note_edit.php | 4 ++-- app/contacts/contact_phone_edit.php | 4 ++-- app/contacts/contacts.php | 2 +- app/destinations/destination_edit.php | 4 ++-- app/destinations/destinations.php | 2 +- app/devices/device_setting_edit.php | 4 ++-- app/dialplan/dialplan_add.php | 2 +- app/dialplan/dialplan_advanced.php | 2 +- app/dialplan/dialplan_detail_edit.php | 2 +- app/dialplan/dialplan_edit.php | 2 +- app/dialplan/dialplans.php | 10 +++++----- app/dialplan_inbound/dialplan_inbound_add.php | 2 +- app/dialplan_outbound/dialplan_outbound_add.php | 2 +- app/extensions/extension_edit.php | 4 ++-- app/extensions/extensions.php | 2 +- app/fifo/fifo_add.php | 2 +- app/fifo_list/fifo_interactive.php | 2 +- app/fifo_list/fifo_list.php | 2 +- app/hot_desking/index.php | 2 +- app/ivr_menu/ivr_menu_edit.php | 2 +- app/ivr_menu/ivr_menu_option_edit.php | 4 ++-- app/ivr_menu/ivr_menus.php | 2 +- app/modules/module_edit.php | 4 ++-- app/modules/modules.php | 2 +- app/notifications/notification_edit.php | 2 +- app/registrations/status_registrations.php | 2 +- app/ring_groups/ring_group_forward_edit.php | 2 +- app/schemas/schema_data_edit.php | 2 +- app/schemas/schema_data_view.php | 2 +- app/schemas/schema_edit.php | 2 +- app/schemas/schema_field_edit.php | 2 +- app/schemas/schema_import.php | 4 ++-- app/schemas/schema_name_value_edit.php | 2 +- app/schemas/schemas.php | 2 +- app/sip_profiles/sip_profile_edit.php | 2 +- app/sip_profiles/sip_profile_setting_edit.php | 2 +- app/sip_profiles/sip_profiles.php | 2 +- app/sql_query/sql_query.php | 2 +- app/sql_query/sql_query_db.php | 2 +- app/traffic_graph/status_graph.php | 2 +- app/vars/var_edit.php | 4 ++-- app/vars/vars.php | 2 +- app/vars/vars_textarea.php | 2 +- app/xmpp/xmpp.php | 2 +- app/xmpp/xmpp_profile_edit.php | 4 ++-- core/apps/apps.php | 2 +- core/apps/apps_edit.php | 4 ++-- core/databases/database_edit.php | 4 ++-- core/databases/databases.php | 2 +- core/default_settings/default_setting_edit.php | 4 ++-- core/default_settings/default_settings.php | 2 +- core/domain_settings/domain_edit.php | 4 ++-- core/domain_settings/domain_setting_edit.php | 4 ++-- core/domain_settings/domains.php | 2 +- core/menu/menu.php | 2 +- core/menu/menu_edit.php | 4 ++-- core/menu/menu_item_edit.php | 4 ++-- core/upgrade/upgrade_schema.php | 2 +- core/user_settings/user_dashboard.php | 2 +- core/users/group_permissions.php | 2 +- core/users/groupadd.php | 2 +- core/users/groupmembers.php | 2 +- core/users/groups.php | 2 +- core/users/index.php | 2 +- core/users/signup.php | 2 +- core/users/usersupdate.php | 2 +- resources/footer.php | 4 ++-- 80 files changed, 107 insertions(+), 107 deletions(-) diff --git a/app/call_center/call_center_agent_edit.php b/app/call_center/call_center_agent_edit.php index fcf7a44873..098b23d2a7 100644 --- a/app/call_center/call_center_agent_edit.php +++ b/app/call_center/call_center_agent_edit.php @@ -301,10 +301,10 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { //show the header require_once "resources/header.php"; if ($action == "add") { - $page["title"] = $text['title-call_center_agent_add']; + $document['title'] = $text['title-call_center_agent_add']; } if ($action == "update") { - $page["title"] = $text['title-call_center_agent_edit']; + $document['title'] = $text['title-call_center_agent_edit']; } //show the content diff --git a/app/call_center/call_center_agent_status.php b/app/call_center/call_center_agent_status.php index 0bb8251bc7..bfe61caee3 100644 --- a/app/call_center/call_center_agent_status.php +++ b/app/call_center/call_center_agent_status.php @@ -41,7 +41,7 @@ else { } require_once "resources/header.php"; -$page["title"] = $text['title-call_center_agent_status']; +$document['title'] = $text['title-call_center_agent_status']; require_once "resources/paging.php"; diff --git a/app/call_center/call_center_agents.php b/app/call_center/call_center_agents.php index f7c36fa0c2..06642d6796 100644 --- a/app/call_center/call_center_agents.php +++ b/app/call_center/call_center_agents.php @@ -41,7 +41,7 @@ else { } require_once "resources/header.php"; -$page["title"] = $text['title-call_center_agents']; +$document['title'] = $text['title-call_center_agents']; require_once "resources/paging.php"; diff --git a/app/call_center/call_center_queue_edit.php b/app/call_center/call_center_queue_edit.php index 9d23bb6ded..bc84cc0a7e 100644 --- a/app/call_center/call_center_queue_edit.php +++ b/app/call_center/call_center_queue_edit.php @@ -394,10 +394,10 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { //show the header require_once "resources/header.php"; if ($action == "add") { - $page["title"] = $text['title-call_center_queue_add']; + $document['title'] = $text['title-call_center_queue_add']; } if ($action == "update") { - $page["title"] = $text['title-call_center_queue_edit']; + $document['title'] = $text['title-call_center_queue_edit']; } //show the content diff --git a/app/call_center/call_center_queues.php b/app/call_center/call_center_queues.php index f8d58433b1..011f3a3eb4 100644 --- a/app/call_center/call_center_queues.php +++ b/app/call_center/call_center_queues.php @@ -41,7 +41,7 @@ else { } require_once "resources/header.php"; -$page["title"] = $text['title-call_center_queues']; +$document['title'] = $text['title-call_center_queues']; require_once "resources/paging.php"; diff --git a/app/call_center/call_center_tier_edit.php b/app/call_center/call_center_tier_edit.php index 861074f7f6..1c7532661c 100644 --- a/app/call_center/call_center_tier_edit.php +++ b/app/call_center/call_center_tier_edit.php @@ -153,7 +153,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { //show the header require_once "resources/header.php"; - $page["title"] = $text['title-call_center_tier_edit']; + $document['title'] = $text['title-call_center_tier_edit']; //show the content echo "
"; diff --git a/app/call_center_active/call_center_active.php b/app/call_center_active/call_center_active.php index e0f00ecfe1..133ee34d09 100644 --- a/app/call_center_active/call_center_active.php +++ b/app/call_center_active/call_center_active.php @@ -45,7 +45,7 @@ else { //get the header require_once "resources/header.php"; - $page["title"] = $text['title-call_center_queue_activity']; + $document['title'] = $text['title-call_center_queue_activity']; ?>