diff -r 07239de796bb -r e756a8c72c3d cms/drupal/modules/block/block-admin-display-form.tpl.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cms/drupal/modules/block/block-admin-display-form.tpl.php Fri Sep 08 12:04:06 2017 +0200 @@ -0,0 +1,69 @@ +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->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() + * + * @ingroup themeable + */ +?> + $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); + } +?> +
+ | + | + | + | |
---|---|---|---|---|
+ | ||||
block_title; ?> | +region_select; ?> | +weight_select; ?> | +configure_link; ?> | +delete_link; ?> | +