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