* * -------------------------------------------- * * 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$ */ $phpgw_info["flags"]["currentapp"] = "addressbook"; include("../header.inc.php"); echo "
'; echo ''; echo $phpgw->nextmatchs->show_sort_order($sort,"lastname",$order,"index.php", lang("Last Name")); echo ' | '; } if ( $phpgw_info["user"]["preferences"]["addressbook_view_firstname"] == "True" ) { echo ''; echo ''; echo $phpgw->nextmatchs->show_sort_order($sort,"firstname",$order,"index.php", lang("First Name")); echo ' | '; } if ( $phpgw_info["user"]["preferences"]["addressbook_view_email"] == "True" ) { echo ''; echo ''; echo $phpgw->nextmatchs->show_sort_order($sort,"email",$order,"index.php", lang("Email")); echo ' | '; } if ( $phpgw_info["user"]["preferences"]["addressbook_view_wphone"] == "True" ) { echo ''; echo ''; echo $phpgw->nextmatchs->show_sort_order($sort,"wphone",$order,"index.php", lang("Work Phone")); echo ' | '; } ?>'; echo ''; echo $company; echo ' | '; }; if ( $phpgw_info["user"]["preferences"]["addressbook_view_lastname"] == 'True' ) { echo ''; echo ''; echo $lastname; echo ' | '; }; if ( $phpgw_info["user"]["preferences"]["addressbook_view_firstname"] == 'True' ) { echo ''; echo ''; echo $firstname; echo ' | '; }; if ( $phpgw_info["user"]["preferences"]["addressbook_view_email"] == 'True' ) { echo ''; echo ''; echo $email; echo ' | '; }; if ( $phpgw_info["user"]["preferences"]["addressbook_view_wphone"] == 'True' ) { echo ''; echo ''; echo $wphone; echo ' | '; }; ?>"> | common->check_owner($phpgw->db->f("owner"),"edit.php",lang("edit"),"con=" . $phpgw->db->f("con")); ?> |