Issue #1826368 by larowlan, Yoshi: Place dropbutton operations after their heading.

8.0.x
Dries 2012-11-19 21:26:18 -05:00
parent a6e7bf229d
commit 009ab352ae
1 changed files with 1 additions and 1 deletions

View File

@ -9,8 +9,8 @@
<?php if (!empty($title)) : ?>
<h3><?php print $title; ?></h3>
<?php endif; ?>
<?php print $content; ?>
<?php if (!empty($actions)) : ?>
<?php print $actions; ?>
<?php endif; ?>
<?php print $content; ?>
</div>