|
|
@@ -18,7 +18,7 @@ function task_USER() {
|
|
|
<?php if (empty($stanowiska)) : ?>
|
|
|
<p class="red">Nie jestes przypisany do żadnego stanowiska - pilnie skontaktuj się z przełożonym!</p>
|
|
|
<?php if (User::hasAccess('user_add_group')) : ?>
|
|
|
- <a class="btn btn-xs btn-primary" href="index.php?MENU_INIT=USER_ADD_GROUP&usrLogin=<?php echo User::getLogin(); ?>">przydziel stanowisko</a>
|
|
|
+ <a class="btn btn-xs btn-primary" href="index.php?_route=Users&_task=userGroups&usrLogin=<?php echo User::getLogin(); ?>">przydziel stanowisko</a>
|
|
|
<?php endif; ?>
|
|
|
<?php else : ?>
|
|
|
<div class="">
|
|
|
@@ -27,7 +27,7 @@ function task_USER() {
|
|
|
<?php echo App::link("obowiązki", array('task'=>'CRM_WYSWIETL_OBOWIAZKI', 'z'=>array_keys($stanowiska))); ?>
|
|
|
<?php endif; ?>
|
|
|
<?php if (User::hasAccess('user_add_group')) : ?>
|
|
|
- <a class="btn btn-xs btn-primary" href="index.php?MENU_INIT=USER_ADD_GROUP&usrLogin=<?php echo User::getLogin(); ?>">przydziel stanowisko</a>
|
|
|
+ <a class="btn btn-xs btn-primary" href="index.php?_route=Users&_task=userGroups&usrLogin=<?php echo User::getLogin(); ?>">przydziel stanowisko</a>
|
|
|
<?php endif; ?>
|
|
|
</p>
|
|
|
<ul style="margin-top:0;">
|