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
+1 -1
View File
@@ -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") {
+1 -1
View File
@@ -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 ";
+1 -1
View File
@@ -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'>";
+1 -1
View File
@@ -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'>";
+2 -2
View File
@@ -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'>";
+1 -1
View File
@@ -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'>";
+1 -1
View File
@@ -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";