You are here

function theme_uc_order_view_update_controls in Ubercart 6.2

Same name and namespace in other branches
  1. 5 uc_order/uc_order_order_pane.inc \theme_uc_order_view_update_controls()

See also

uc_order_view_update_form()

1 theme call to theme_uc_order_view_update_controls()
uc_order_view_update_form in uc_order/uc_order.order_pane.inc
Form to save order comments and update the order status.

File

uc_order/uc_order.order_pane.inc, line 676
This file contains the callbacks for the default order panes supplied with Ubercart and their corresponding helper functions.

Code

function theme_uc_order_view_update_controls($form) {
  return '<div class="update-controls">' . drupal_render($form) . '</div>';
}