Document (Window) Title: Update variable name to avoid conflict when paging is used.
This commit is contained in:
@@ -369,7 +369,7 @@ else {
|
||||
|
||||
//show the header
|
||||
require_once "resources/header.php";
|
||||
$page["title"] = $text['title-data'];
|
||||
$document['title'] = $text['title-data'];
|
||||
|
||||
//pre-populate the form
|
||||
if ($action == "update") {
|
||||
|
||||
@@ -59,7 +59,7 @@ if (strlen($_GET["id"]) > 0) {
|
||||
|
||||
//show the header
|
||||
require_once "resources/header.php";
|
||||
$page["title"] = $text['title-data_view'];
|
||||
$document['title'] = $text['title-data_view'];
|
||||
|
||||
//get the information about the schema by using the id
|
||||
$sql = "select * from v_schemas ";
|
||||
|
||||
@@ -175,7 +175,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
|
||||
//show the header
|
||||
require_once "resources/header.php";
|
||||
$page["title"] = $text['title-schema'];
|
||||
$document['title'] = $text['title-schema'];
|
||||
|
||||
//show the content
|
||||
echo "<div align='center'>";
|
||||
|
||||
@@ -201,7 +201,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
|
||||
//show the header
|
||||
require_once "resources/header.php";
|
||||
$page["title"] = $text['title-field'];
|
||||
$document['title'] = $text['title-field'];
|
||||
|
||||
//begin the content
|
||||
echo "<div align='center'>";
|
||||
|
||||
@@ -209,7 +209,7 @@ if (count($_POST)>0) {
|
||||
|
||||
//show the header
|
||||
require_once "resources/header.php";
|
||||
$page["title"] = $text['title-import_results'];
|
||||
$document['title'] = $text['title-import_results'];
|
||||
|
||||
echo "<div align='center'>\n";
|
||||
echo "<table width='100%' border='0' cellpadding='6' cellspacing='0'>\n";
|
||||
@@ -304,7 +304,7 @@ if (count($_POST)>0) {
|
||||
|
||||
//show the header
|
||||
require_once "resources/header.php";
|
||||
$page["title"] = $text['title-import'];
|
||||
$document['title'] = $text['title-import'];
|
||||
|
||||
//show the content
|
||||
echo "<div align='center'>";
|
||||
|
||||
@@ -158,7 +158,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
|
||||
//show the header
|
||||
require_once "resources/header.php";
|
||||
$page["title"] = $text['title-name_value'];
|
||||
$document['title'] = $text['title-name_value'];
|
||||
|
||||
//show the content
|
||||
echo "<div align='center'>";
|
||||
|
||||
@@ -41,7 +41,7 @@ else {
|
||||
}
|
||||
|
||||
require_once "resources/header.php";
|
||||
$page["title"] = $text['title-schemas'];
|
||||
$document['title'] = $text['title-schemas'];
|
||||
|
||||
require_once "resources/paging.php";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user