<{$smarty.const._AD_BBSB_ADMENU_UM_UPDATESUCCESS}>
<{$smarty.const._AD_BBSB_ADMENU_UM_UPDATELOG}>
<{if $actionForm->hasError()}>
<{foreach item=message from=$actionForm->getErrorMessages()}>
- <{$message|xoops_escape}>
<{/foreach}>
<{/if}>
<{if $actionForm->hasInfoMsg()}>
<{foreach item=message from=$actionForm->getInfoMessages()}>
- <{$message|xoops_escape}>
<{/foreach}>
<{/if}>
<{foreach item=msg from=$log}>
<{if $msg.type=="error"}>
- <{$msg.message|xoops_escape}>
<{elseif $msg.type=="warning"}>
- <{$msg.message|xoops_escape}>
<{else}>
- <{$msg.message|xoops_escape}>
<{/if}>
<{/foreach}>