diff -r fcf75e232c5b -r 0ff3ba646492 web/drupal/modules/block/block-admin-display-form.tpl.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/drupal/modules/block/block-admin-display-form.tpl.php Fri Aug 21 16:26:26 2009 +0000 @@ -0,0 +1,76 @@ +region_title: Region title for the listed block. + * - $data->block_title: Block title. + * - $data->region_select: Drop-down menu for assigning a region. + * - $data->weight_select: Drop-down menu for setting weights. + * - $data->throttle_check: Checkbox to enable throttling. + * - $data->configure_link: Block configuration link. + * - $data->delete_link: For deleting user added blocks. + * + * @see template_preprocess_block_admin_display_form() + * @see theme_block_admin_display() + */ +?> + $title) { + drupal_add_tabledrag('blocks', 'match', 'sibling', 'block-region-select', 'block-region-'. $region, NULL, FALSE); + drupal_add_tabledrag('blocks', 'order', 'sibling', 'block-weight', 'block-weight-'. $region); + } +?> + + + + + + + + + + + + + + + $title): ?> + + + + + + + $data): ?> + + + + + + + + + + + + + + +
block_title; ?>region_select; ?>weight_select; ?>throttle_check; ?>configure_link; ?>delete_link; ?>
+ +