first commit

This commit is contained in:
2025-03-12 17:06:23 +01:00
commit 2241f7131f
13185 changed files with 1692479 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<?php
// auto-generated by sfPropelAdmin
// date: 2009/09/10 15:21:05
?>
<?php echo st_get_admin_actions_head('style="margin-top: 10px; float: right"') ?>
<?php echo st_get_admin_action('list', __('Lista', array(), 'stAdminGeneratorPlugin'), 'sfGuardUser/list', array (
)) ?>
<?php if($sf_guard_user->getId() == $sf_user->getGuardUser()->getId() || $sf_user->getGuardUser()->getIsSuperAdmin()): ?>
<?php echo st_get_admin_action('save', __('Zapisz', array(), 'stAdminGeneratorPlugin'), null, array (
'name' => 'save',
)) ?>
<?php endif; ?>
<?php echo st_get_admin_actions_foot() ?>