first commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
/**
|
||||
* @var sfGuardUser $sf_guard_user
|
||||
*/
|
||||
?>
|
||||
<div>
|
||||
<?php if ($sf_guard_user->getDefaultUserDeliveryData()): ?>
|
||||
<?php st_include_partial('user_data', array('user_data' => $sf_guard_user->getDefaultUserDeliveryData())); ?>
|
||||
<?php echo st_get_admin_button('edit', __('Edytuj'), "@stUser?action=userDataDeliveryEdit&user_id=".$sf_guard_user->getId()) ?>
|
||||
<?php else: ?>
|
||||
<?php echo st_get_admin_button('edit', __("Uzupełnij dane"), "@stUser?action=userDataDeliveryEdit&user_id=".$sf_guard_user->getId()); ?>
|
||||
<?php endif ?>
|
||||
</div>
|
||||
Reference in New Issue
Block a user