Document (Window) Title: Update variable name to avoid conflict when paging is used.

This commit is contained in:
Nate Jones
2014-07-10 00:32:50 +00:00
parent a8e60b15d5
commit dc2196dd6f
80 changed files with 107 additions and 107 deletions
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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";
+1 -1
View File
@@ -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";
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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";
+1 -1
View File
@@ -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 "<div align='center'>";