X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fusers.php;h=57e4e405e7341418aa7f04652dc3b6858b15e8fc;hb=529c8145fbb571a2e6c1ecb9ad6aa32cb0e79120;hp=941129fb817c0fd51a80f48a77bb1eca0bdd0db1;hpb=0a81fcfd59871fdf30e1dddcc8af6d223e815f8b;p=fa-stable.git diff --git a/admin/users.php b/admin/users.php index 941129fb..57e4e405 100644 --- a/admin/users.php +++ b/admin/users.php @@ -125,7 +125,7 @@ while ($myrow = db_fetch($result)) label_cell($myrow["user_id"]); label_cell($myrow["real_name"]); label_cell($myrow["phone"]); - label_cell("" . $myrow["email"]. ""); + email_cell($myrow["email"]); label_cell($last_visit_date, "nowrap"); label_cell($security_headings[$myrow["full_access"]]); edit_button_cell("Edit".$myrow["user_id"], _("Edit")); @@ -190,7 +190,7 @@ text_row_ex(_("Full Name").":", 'real_name', 50); text_row_ex(_("Telephone No.:"), 'phone', 30); -text_row_ex("" . _("Email Address:") . "", 'email', 50); +email_row_ex(_("Email Address:"), 'email', 50); security_headings_list_row(_("Access Level:"), 'Access', null);