From: Joe Hunt Date: Wed, 30 Jan 2008 23:37:49 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=a1f97d8fc1abfdfdfad20f181c45d10ff2f24c79;p=textcart.git *** empty log message *** --- diff --git a/includes/ui/ui_lists.inc b/includes/ui/ui_lists.inc index b75d66c..a29dda7 100644 --- a/includes/ui/ui_lists.inc +++ b/includes/ui/ui_lists.inc @@ -905,6 +905,7 @@ function stock_purchasable_items_list($name, &$selected_id, $all_option=false, $ if ($no_item_list) { + global $search_button; $edit_name = $name."_edit"; $edit_button = $name."_button"; @@ -937,9 +938,9 @@ function stock_purchasable_items_list($name, &$selected_id, $all_option=false, $ $result = false; } - echo " "; + echo " "; - echo " "; + echo sprintf($search_button, $edit_button); } else {