diff --git a/admin-dev/themes/template/layout.tpl b/admin-dev/themes/template/layout.tpl index 44053ba90..436aa1649 100644 --- a/admin-dev/themes/template/layout.tpl +++ b/admin-dev/themes/template/layout.tpl @@ -67,6 +67,14 @@
{/if} +{if isset($confirmations) && count($confirmations) && $confirmations} +
+ {foreach $confirmations as $conf} + {$conf}
+ {/foreach} +

+{/if} + {if count($warnings)}