forked from extern/egroupware
added "enable_nextmatchs_class" => True
This commit is contained in:
parent
54373c38d0
commit
493b2bc85d
@ -11,7 +11,12 @@
|
||||
|
||||
/* $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");
|
||||
|
||||
if ($submit) {
|
||||
@ -91,4 +96,4 @@
|
||||
</form>
|
||||
<?php
|
||||
include($phpgw_info["server"]["api_dir"] . "/footer.inc.php");
|
||||
?>
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user