Document (Window) Title: Update variable name to avoid conflict when paging is used.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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";
|
||||
|
||||
|
||||
@@ -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";
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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";
|
||||
|
||||
|
||||
@@ -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'>";
|
||||
|
||||
Reference in New Issue
Block a user