Issue #1826368 by larowlan, Yoshi: Place dropbutton operations after their heading.
parent
a6e7bf229d
commit
009ab352ae
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue