mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 00:09:13 +01:00
Converted the flags to use the new style
This commit is contained in:
parent
38b0173707
commit
07bf8a2a7c
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
$phpgw_info["flags"]["currentapp"] = "admin";
|
$phpgw_info["flags"] = array("currentapp" => "admin", "enable_nextmatchs_class" => True);
|
||||||
include("../header.inc.php");
|
include("../header.inc.php");
|
||||||
|
|
||||||
$phpgw->template->set_file(array( "header" => "accesslog.tpl",
|
$phpgw->template->set_file(array( "header" => "accesslog.tpl",
|
||||||
|
@ -11,11 +11,7 @@
|
|||||||
|
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
$phpgw_info["flags"]["currentapp"] = "admin";
|
$phpgw_info["flags"] = array("currentapp" => "admin", "enable_nextmatchs_class" => True);
|
||||||
$phpgw_info["flags"]["disable_message_class"] = True;
|
|
||||||
$phpgw_info["flags"]["disable_send_class"] = True;
|
|
||||||
$phpgw_info["flags"]["parent_page"] = "index.php";
|
|
||||||
|
|
||||||
include("../header.inc.php");
|
include("../header.inc.php");
|
||||||
include($phpgw_info["server"]["server_root"] . "/admin/inc/accounts_"
|
include($phpgw_info["server"]["server_root"] . "/admin/inc/accounts_"
|
||||||
. $phpgw_info["server"]["auth_type"] . ".inc.php");
|
. $phpgw_info["server"]["auth_type"] . ".inc.php");
|
||||||
|
@ -12,7 +12,6 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
$phpgw_info["flags"] = array("currentapp" => "admin", "enable_nextmatchs_class" => True);
|
$phpgw_info["flags"] = array("currentapp" => "admin", "enable_nextmatchs_class" => True);
|
||||||
|
|
||||||
include("../header.inc.php");
|
include("../header.inc.php");
|
||||||
|
|
||||||
if ($order)
|
if ($order)
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
$phpgw_info["flags"]["currentapp"] = "admin";
|
$phpgw_info["flags"] = array("currentapp" => "admin", "enable_nextmatchs_class" => True);
|
||||||
include("../header.inc.php");
|
include("../header.inc.php");
|
||||||
|
|
||||||
$phpgw->template->set_file(array("header" => "currentusers.tpl",
|
$phpgw->template->set_file(array("header" => "currentusers.tpl",
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
$phpgw_info["flags"]["currentapp"] = "admin";
|
$phpgw_info["flags"]["currentapp"] = "admin";
|
||||||
$phpgw_info["flags"]["disable_message_class"] = True;
|
|
||||||
$phpgw_info["flags"]["disable_send_class"] = True;
|
|
||||||
include("../header.inc.php");
|
include("../header.inc.php");
|
||||||
include($phpgw_info["server"]["server_root"] . "/admin/inc/accounts_"
|
include($phpgw_info["server"]["server_root"] . "/admin/inc/accounts_"
|
||||||
. $phpgw_info["server"]["auth_type"] . ".inc.php");
|
. $phpgw_info["server"]["auth_type"] . ".inc.php");
|
||||||
|
@ -11,14 +11,11 @@
|
|||||||
|
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True);
|
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True, "currentapp" = "admin");
|
||||||
|
|
||||||
if (! $app_name)
|
if (! $app_name)
|
||||||
Header("Location: " . $phpgw->link("applications.php"));
|
Header("Location: " . $phpgw->link("applications.php"));
|
||||||
|
|
||||||
$phpgw_info["flags"]["disable_message_class"] = True;
|
|
||||||
$phpgw_info["flags"]["disable_send_class"] = True;
|
|
||||||
$phpgw_info["flags"]["currentapp"] = "admin";
|
|
||||||
include("../header.inc.php");
|
include("../header.inc.php");
|
||||||
|
|
||||||
if ($confirm) {
|
if ($confirm) {
|
||||||
|
@ -11,15 +11,11 @@
|
|||||||
|
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True);
|
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True, "currentapp" => "admin");
|
||||||
|
|
||||||
if (! $group_id)
|
if (! $group_id)
|
||||||
Header("Location: " . $phpgw->link("groups.php"));
|
Header("Location: " . $phpgw->link("groups.php"));
|
||||||
|
|
||||||
|
|
||||||
$phpgw_info["flags"]["currentapp"] = "admin";
|
|
||||||
$phpgw_info["flags"]["disable_message_class"] = True;
|
|
||||||
$phpgw_info["flags"]["disable_send_class"] = True;
|
|
||||||
include("../header.inc.php");
|
include("../header.inc.php");
|
||||||
|
|
||||||
if ((($group_id) && ($confirm)) || $removeusers) {
|
if ((($group_id) && ($confirm)) || $removeusers) {
|
||||||
|
@ -11,11 +11,7 @@
|
|||||||
|
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True);
|
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True, "currentapp" => "admin");
|
||||||
|
|
||||||
$phpgw_info["flags"]["currentapp"] = "admin";
|
|
||||||
$phpgw_info["flags"]["disable_message_class"] = True;
|
|
||||||
$phpgw_info["flags"]["disable_send_class"] = True;
|
|
||||||
include("../header.inc.php");
|
include("../header.inc.php");
|
||||||
include($phpgw_info["server"]["server_root"] . "/admin/inc/accounts_"
|
include($phpgw_info["server"]["server_root"] . "/admin/inc/accounts_"
|
||||||
. $phpgw_info["server"]["auth_type"] . ".inc.php");
|
. $phpgw_info["server"]["auth_type"] . ".inc.php");
|
||||||
|
@ -12,12 +12,8 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
if ($submit) {
|
if ($submit) {
|
||||||
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True);
|
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True, "currentapp" => "admin");
|
||||||
}
|
}
|
||||||
|
|
||||||
$phpgw_info["flags"]["disable_message_class"] = True;
|
|
||||||
$phpgw_info["flags"]["disable_send_class"] = True;
|
|
||||||
$phpgw_info["flags"]["currentapp"] = "admin";
|
|
||||||
include("../header.inc.php");
|
include("../header.inc.php");
|
||||||
|
|
||||||
$phpgw->template->set_file(array("form" => "application_form.tpl"));
|
$phpgw->template->set_file(array("form" => "application_form.tpl"));
|
||||||
|
@ -12,12 +12,8 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
if ($submit) {
|
if ($submit) {
|
||||||
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True);
|
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True, "currentapp" => "admin");
|
||||||
}
|
}
|
||||||
|
|
||||||
$phpgw_info["flags"]["disable_message_class"] = True;
|
|
||||||
$phpgw_info["flags"]["disable_send_class"] = True;
|
|
||||||
$phpgw_info["flags"]["currentapp"] = "admin";
|
|
||||||
include("../header.inc.php");
|
include("../header.inc.php");
|
||||||
|
|
||||||
if (! $group_id) {
|
if (! $group_id) {
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
$phpgw_info["flags"]["currentapp"] = "admin";
|
$phpgw_info["flags"] = array("currentapp" => "admin", "enable_nextmatchs_class" => True);
|
||||||
include("../header.inc.php");
|
include("../header.inc.php");
|
||||||
|
|
||||||
if (! $start)
|
if (! $start)
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
$phpgw_info["flags"]["currentapp"] = "admin";
|
$phpgw_info["flags"]["currentapp"] = "admin";
|
||||||
|
|
||||||
include("../header.inc.php");
|
include("../header.inc.php");
|
||||||
check_code($cd);
|
check_code($cd);
|
||||||
|
|
||||||
|
@ -14,7 +14,6 @@
|
|||||||
if ($confirm) {
|
if ($confirm) {
|
||||||
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True);
|
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True);
|
||||||
}
|
}
|
||||||
|
|
||||||
$phpgw_info["flags"]["currentapp"] = "admin";
|
$phpgw_info["flags"]["currentapp"] = "admin";
|
||||||
include("../header.inc.php");
|
include("../header.inc.php");
|
||||||
if ($ksessionid == $phpgw_info["user"]["sessionid"]) {
|
if ($ksessionid == $phpgw_info["user"]["sessionid"]) {
|
||||||
|
@ -11,10 +11,7 @@
|
|||||||
|
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True,
|
$phpgw_info["flags"] = array("currentapp" => "admin", "noheader" => True, "nonavbar" => True);
|
||||||
"disable_message_class" => True, "disable_send_class" => True,
|
|
||||||
"currentapp" => "admin");
|
|
||||||
|
|
||||||
include("../header.inc.php");
|
include("../header.inc.php");
|
||||||
include($phpgw_info["server"]["server_root"] . "/admin/inc/accounts_"
|
include($phpgw_info["server"]["server_root"] . "/admin/inc/accounts_"
|
||||||
. $phpgw_info["server"]["auth_type"] . ".inc.php");
|
. $phpgw_info["server"]["auth_type"] . ".inc.php");
|
||||||
|
@ -11,11 +11,7 @@
|
|||||||
|
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True);
|
$phpgw_info["flags"] = array("currentapp" => "admin", "noheader" => True, "nonavbar" => True);
|
||||||
|
|
||||||
$phpgw_info["flags"]["disable_message_class"] = True;
|
|
||||||
$phpgw_info["flags"]["disable_send_class"] = True;
|
|
||||||
$phpgw_info["flags"]["currentapp"] = "admin";
|
|
||||||
include("../header.inc.php");
|
include("../header.inc.php");
|
||||||
|
|
||||||
//$phpgw->template->set_unknowns("remove");
|
//$phpgw->template->set_unknowns("remove");
|
||||||
|
Loading…
Reference in New Issue
Block a user