Пример #1
0
        echo erLhcoreClassDesign::baseurl('form/fill');
    }
    ?>
/<?php 
    echo $form->id;
    ?>
?new"><?php 
    echo erTranslationClassLhTranslation::getInstance()->getTranslation('form/fill', 'Return');
    ?>
</a>
<?php 
} else {
    ?>

<?php 
    $errors = erLhcoreClassFormRenderer::getErrors();
    if (!empty($errors)) {
        ?>
		<?php 
        include erLhcoreClassDesign::designtpl('lhkernel/validation_error.tpl.php');
    }
    ?>

<form method="post" enctype="multipart/form-data" action="<?php 
    if (isset($action_url)) {
        echo $action_url;
    } else {
        echo erLhcoreClassDesign::baseurl('form/fill');
    }
    ?>
/<?php