Hi,

I changed the block.tpl.php so that individial block-top/bottom can be hidden or changed:

<div id="<?php print $block_html_id; ?>">
<div class="block-top"></div>
<div class="<?php print $classes; ?>"<?php print $attributes; ?>>
  
  <?php print render($title_prefix); ?>
  <?php if ($block->subject): ?>
  <h2<?php print $title_attributes; ?>><?php print $block->subject ?></h2>
  <?php endif;?>
  <?php print render($title_suffix); ?>

  <div class="content"<?php print $content_attributes; ?>>
    <?php print $content ?>
  </div>
</div>
<div class="block-bottom"></div>
</div>

Comments

JGO’s picture

Issue summary: View changes

Changed code view

kalman.hosszu’s picture

Status: Active » Fixed

Thanks JGO!

I commited your changes: http://drupal.org/node/1114260/commits so your commit is available in your profile.

Cheers
Kalman

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

still err