mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-05 04:49:44 +01:00
added "enable_nextmatchs_class" => True
This commit is contained in:
parent
54373c38d0
commit
493b2bc85d
@ -11,7 +11,12 @@
|
|||||||
|
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True, "currentapp" => "addressbook", "enable_addressbook_class" => True);
|
$phpgw_info["flags"] = array("noheader" => True,
|
||||||
|
"nonavbar" => True,
|
||||||
|
"currentapp" => "addressbook",
|
||||||
|
"enable_addressbook_class" => True,
|
||||||
|
"enable_nextmatchs_class" => True);
|
||||||
|
|
||||||
include("../header.inc.php");
|
include("../header.inc.php");
|
||||||
|
|
||||||
if ($submit) {
|
if ($submit) {
|
||||||
@ -91,4 +96,4 @@
|
|||||||
</form>
|
</form>
|
||||||
<?php
|
<?php
|
||||||
include($phpgw_info["server"]["api_dir"] . "/footer.inc.php");
|
include($phpgw_info["server"]["api_dir"] . "/footer.inc.php");
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user