forked from extern/egroupware
Remove commented access field
This commit is contained in:
parent
86a3f8da81
commit
e025f87d8c
@ -80,7 +80,6 @@
|
|||||||
"d_emailtype" => "email type", //'INTERNET','CompuServe',etc...
|
"d_emailtype" => "email type", //'INTERNET','CompuServe',etc...
|
||||||
"d_email_work" => "", //yn
|
"d_email_work" => "", //yn
|
||||||
"d_email_home" => "", //yn
|
"d_email_home" => "", //yn
|
||||||
//"access" => "access"
|
|
||||||
"pager" => "Pager",
|
"pager" => "Pager",
|
||||||
"mphone" => "mobile phone",
|
"mphone" => "mobile phone",
|
||||||
"ophone" => "other phone",
|
"ophone" => "other phone",
|
||||||
@ -139,7 +138,6 @@
|
|||||||
function addressbook_form($format,$action,$title="",$fields="") { // used for add/edit
|
function addressbook_form($format,$action,$title="",$fields="") { // used for add/edit
|
||||||
global $phpgw, $phpgw_info;
|
global $phpgw, $phpgw_info;
|
||||||
|
|
||||||
#$t = new Template($phpgw_info["server"]["app_tpl"]);
|
|
||||||
$t = new Template($phpgw->common->get_tpl_dir("addressbook"));
|
$t = new Template($phpgw->common->get_tpl_dir("addressbook"));
|
||||||
$t->set_file(array( "form" => "form.tpl"));
|
$t->set_file(array( "form" => "form.tpl"));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user