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 5b8414066f
commit e67aa0c638
80 changed files with 107 additions and 107 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ else {
}
require_once "resources/header.php";
$page["title"] = $text['title-group_permissions'];
$document['title'] = $text['title-group_permissions'];
require_once "resources/paging.php";
+1 -1
View File
@@ -78,7 +78,7 @@ if (strlen($group_name) > 0) {
//include the header
include "resources/header.php";
$page["title"] = $text['title-group_add'];
$document['title'] = $text['title-group_add'];
//show the content
echo "<div align='center'>";
+1 -1
View File
@@ -64,7 +64,7 @@ else {
//include the header
require_once "resources/header.php";
$page["title"] = $text['title-group_members'];
$document['title'] = $text['title-group_members'];
//show the content
$c = 0;
+1 -1
View File
@@ -44,7 +44,7 @@ else {
//show the header
require_once "resources/header.php";
$page["title"] = $text['title-group_manager'];
$document['title'] = $text['title-group_manager'];
if (isset($_REQUEST["change"])) {
//get the values from the HTTP POST and save them as PHP variables
$change = check_str($_REQUEST["change"]);
+1 -1
View File
@@ -42,7 +42,7 @@ else {
//include the header
require_once "resources/header.php";
$page["title"] = $text['title-user_manager'];
$document['title'] = $text['title-user_manager'];
//show the user list
echo "<div align='center'>";
+1 -1
View File
@@ -198,7 +198,7 @@ if (count($_POST)>0 && check_str($_POST["persistform"]) != "1") {
//show the header
require_once "resources/header.php";
$page["title"] = $text['title-user_add'];
$document['title'] = $text['title-user_add'];
//show the content
echo "<script>";
+1 -1
View File
@@ -369,7 +369,7 @@ else {
//include the header
require_once "resources/header.php";
$page["title"] = $text['title-user_edit'];
$document['title'] = $text['title-user_edit'];
//show the content
$table_width ='width="100%"';