Files
zurawik.pl/Admin/template/partial/Structure/AjaxSaveElement.tpl
2026-05-15 18:33:51 +02:00

6 lines
169 B
Smarty

{foreach from=$out item=validate}
$('{$validate.field}Error').innerHTML = '{$validate.msg}';
{foreachelse}
load('{url structure='edit' id=$id'}');
loadTree();
{/foreach}