33 lines
1.4 KiB
PHP
33 lines
1.4 KiB
PHP
<?php
|
|
// auto-generated by sfPropelAdmin
|
|
// date: 2020/01/14 13:03:09
|
|
?>
|
|
<?php use_helper('Object', 'Validation', 'ObjectAdmin', 'I18N', 'Date', 'VisualEffect', 'stAdminGenerator') ?>
|
|
|
|
<?php st_include_partial('stInvoiceBackend/header', array(
|
|
'related_object' => @$related_object,
|
|
'title' => __('Konfiguracja',
|
|
array(), 'stInvoiceBackend'),
|
|
'culture' => $sf_request->getParameter('culture', stLanguage::getOptLanguage()),
|
|
'route' => 'stInvoiceBackend/configCustom')) ?>
|
|
|
|
<?php st_include_partial('stAdminGenerator/message') ?>
|
|
|
|
<?php st_view_slot_start('application-menu') ?>
|
|
<?php st_include_component('stInvoiceBackend', 'listMenu', array('forward_parameters' => @$forward_parameters, 'related_object' => @$related_object)) ?>
|
|
|
|
<?php st_view_slot_end() ?>
|
|
|
|
<div id="sf_admin_header">
|
|
<?php echo stSocketView::openComponents('stInvoiceBackend.configCustom.Header'); ?>
|
|
</div>
|
|
|
|
<div id="sf_admin_content" class="admin-content-edit">
|
|
<?php st_include_partial('stInvoiceBackend/custom_messages', array('forward_parameters' => @$forward_parameters)) ?>
|
|
<?php echo stSocketView::openComponents('stInvoiceBackend.configCustom.Content'); ?>
|
|
</div>
|
|
|
|
<div id="sf_admin_footer">
|
|
<?php echo stSocketView::openComponents('stInvoiceBackend.configCustom.Footer'); ?>
|
|
</div>
|
|
<?php st_include_partial('stInvoiceBackend/footer', array('related_object' => null, 'forward_parameters' => @$forward_parameters)) ?>
|