You are here

function theme_cmis_content_block_settings in CMIS API 6

Custom theme for CMIS document view block settings form TODO: Implement Add/Delete/Order here (hint: use drupal_add_tabledrag for order)

File

cmis_content/cmis_content.module, line 75

Code

function theme_cmis_content_block_settings($form) {
  return drupal_render($form);
}