pnd8_rasp/app/engine/admin/bladetpl/cache/c32583890190b6f2f35dfcaae41b2390bea4ed0e.bladec

14 lines
411 B
Plaintext

<div>
<div class="width-fixed-300 width-fixed-md-600 width-fixed-lg-800 width-fixed-xxl-900 mx-auto p-0">
<?php if($module->id): ?>
<h3>Редактирование (id: <?php echo \htmlentities(intval($module->id), ENT_QUOTES, 'UTF-8', false); ?>)</h3>
<?php else: ?>
<h3>Создание</h3>
<?php endif; ?>
<div class="bg-light mt-3 p-2 form-sm small">
<?php echo $form; ?>
</div>
</div>
</div>