* * -------------------------------------------- * * This program is free software; you can redistribute it and/or modify it * * under the terms of the GNU General Public License as published by the * * Free Software Foundation; either version 2 of the License, or (at your * * option) any later version. * \**************************************************************************/ /* $Id$ */ if ($action == "Load Vcard") { $phpgw_info["flags"] = array( "noheader" => True, "nonavbar" => True, "currentapp" => "addressbook", "enable_contacts_class" => True ); include("../header.inc.php"); } else { $phpgw_info["flags"] = array( "currentapp" => "addressbook", "enable_contacts_class" => True ); include("../header.inc.php"); echo '
'; } // Some of the methods where borrowed from // Squirrelmail" . lang("Address book - VCard in") . "
"; $t->set_var(vcard_header,$vcard_header); $t->set_var(action_url,$phpgw->link("/addressbook/vcardin.php")); $t->set_var(lang_access,lang("Access")); $t->set_var(lang_groups,lang("Which groups")); $t->set_var(access_option,$access_option); $t->set_var(group_option,$group_option); $t->pparse("out","vcardin"); if ($action != "Load Vcard") $phpgw->common->phpgw_footer(); ?>