29 calls to form_render() in Drupal 4
- drupal_get_form in includes/
form.inc - Processes a form array and produces the HTML output of a form. If there is input in the $_POST['edit'] variable, this function will attempt to validate it, using drupal_validate_form(), and then submit the form using drupal_submit_form().
- theme_aggregator_page_list in modules/
aggregator.module - theme_archive_browse_form in modules/
archive.module - Form theme function; displays the archive date navigation form inline.
- theme_block_admin_display in modules/
block.module - Theme main block administration form submission.
- theme_book_admin_table in modules/
book.module - theme_comment_admin_overview in modules/
comment.module - theme_comment_controls in modules/
comment.module - theme_filter_admin_order in modules/
filter.module - Theme filter order configuration form.
- theme_filter_admin_overview in modules/
filter.module - theme_locale_admin_manage_screen in includes/
locale.inc - Theme the locale admin manager form.
- theme_node_admin_nodes in modules/
node.module - Theme node administration overview.
- theme_node_filters in modules/
node.module - Theme node administraton filter selector.
- theme_node_filter_form in modules/
node.module - Theme node administration filter form.
- theme_node_form in modules/
node.module - theme_node_search_admin in modules/
node.module - theme_poll_view_voting in modules/
poll.module - Themes the voting form for a poll.
- theme_search_block_form in modules/
search.module - Theme the block search form.
- theme_search_theme_form in modules/
search.module - Theme the theme search form.
- theme_system_modules in modules/
system.module - theme_system_themes in modules/
system.module - theme_system_theme_select_form in modules/
system.module - theme_upload_form_current in modules/
upload.module - Theme the attachments list.
- theme_upload_form_new in modules/
upload.module - Theme the attachment form. Note: required to output prefix/suffix.
- theme_user_admin_new_role in modules/
user.module - theme_user_admin_perm in modules/
user.module - theme_user_pass in modules/
user.module - theme_watchdog_form_overview in modules/
watchdog.module - theme_weight in includes/
form.inc - Format a weight selection menu.
- upload_js in modules/
upload.module - Menu-callback for JavaScript-based uploads.