Issue #1826368 by larowlan, Yoshi: Place dropbutton operations after their heading.
parent
a6e7bf229d
commit
009ab352ae
|
@ -9,8 +9,8 @@
|
||||||
<?php if (!empty($title)) : ?>
|
<?php if (!empty($title)) : ?>
|
||||||
<h3><?php print $title; ?></h3>
|
<h3><?php print $title; ?></h3>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
<?php print $content; ?>
|
||||||
<?php if (!empty($actions)) : ?>
|
<?php if (!empty($actions)) : ?>
|
||||||
<?php print $actions; ?>
|
<?php print $actions; ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<?php print $content; ?>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue