X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fui%2Fcontacts_view.inc;h=d27b8faa06bf996284397ea5b4168e2d65ac2ca0;hb=17bc3d2f9c2f78934674e0b98f3d205869bfdbc2;hp=3cdc3c1ad50cbcf814628b1ed7a86619e8d1b05f;hpb=1571869d54be48452fdbe08f25130972ff0a7b5a;p=fa-stable.git diff --git a/includes/ui/contacts_view.inc b/includes/ui/contacts_view.inc index 3cdc3c1a..d27b8faa 100644 --- a/includes/ui/contacts_view.inc +++ b/includes/ui/contacts_view.inc @@ -35,13 +35,11 @@ class contacts extends simple_crud { br(); $contacts = get_crm_persons($this->class, $this->subclass, $this->entity); -// check_value('show_inactive')); - start_table(TABLESTYLE, "width=80%"); + start_table(TABLESTYLE, "width='80%'"); $th = array(_('Assignment'), _("Reference"), _("Full Name"), _("Phone"), _("Sec Phone"), _("Fax"), _("email"), '', " "); - // inactive_control_column($th); table_header($th); $k = 0; @@ -59,11 +57,10 @@ class contacts extends simple_crud { label_cell($last["phone2"]); label_cell($last["fax"]); email_cell($last["email"]); - // inactive_control_cell($myrow["id"], $myrow["inactive"], 'crm_contacts', 'id'); edit_button_cell("{$this->name}Edit[{$last['id']}]", _("Edit")); - // delete button removes only category unless this is the last contact for this person + // delete button removes only category unless this is the last contact for this person delete_button_cell("{$this->name}Delete[{$last['id']}]", _("Delete")); end_row(); $description = array(); @@ -76,7 +73,7 @@ class contacts extends simple_crud { } } -//inactive_control_row($th); + //inactive_control_row($th); end_table(1); } @@ -167,4 +164,3 @@ class contacts extends simple_crud { } } -?> \ No newline at end of file