X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fmanage%2Flocations.php;h=bf36ac413d6d30931b6ce7d15734123aab5e83fc;hb=850b2dc645b7e16d6b2f5a5e10cac03d8956180c;hp=873e6bba66a6b3e3456212e09d213ba5c993b039;hpb=0a81fcfd59871fdf30e1dddcc8af6d223e815f8b;p=fa-stable.git diff --git a/inventory/manage/locations.php b/inventory/manage/locations.php index 873e6bba..bf36ac41 100644 --- a/inventory/manage/locations.php +++ b/inventory/manage/locations.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 11; $path_to_root="../.."; @@ -184,10 +184,10 @@ textarea_row(_("Address:"), 'delivery_address', null, 35, 5); text_row_ex(_("Telephone No:"), 'phone', 30, 30); text_row_ex(_("Facsimile No:"), 'fax', 30, 30); -text_row_ex("" . _("E-mail:") . "", 'email', 30); +email_row_ex(_("E-mail:"), 'email', 30); end_table(1); -submit_add_or_update_center($selected_id == -1, '', true); +submit_add_or_update_center($selected_id == -1, '', 'both'); end_form();