'' . TEXT_INFO_HEADING_MOVE_PRODUCT . '');
$contents = array('form' => zen_draw_form('products', $type_admin_handler, 'action=move_product_confirm&cPath=' . $cPath . (isset($_GET['page']) ? '&page=' . $_GET['page'] : '')) . zen_draw_hidden_field('products_id', $pInfo->products_id));
$contents[] = array('text' => sprintf(TEXT_MOVE_PRODUCTS_INTRO, $pInfo->products_name));
$contents[] = array('text' => '
' . TEXT_INFO_CURRENT_CATEGORIES . '
' . zen_output_generated_category_path($pInfo->products_id, 'product') . '');
$contents[] = array('text' => '
' . sprintf(TEXT_MOVE, $pInfo->products_name) . '
' . zen_draw_pull_down_menu('move_to_category_id', zen_get_category_tree(), $current_category_id));
$contents[] = array('align' => 'center', 'text' => '
' . zen_image_submit('button_move.gif', IMAGE_MOVE) . ' ' . zen_image_button('button_cancel.gif', IMAGE_CANCEL) . '');
?>