@@ -806,7 +806,7 @@ |
||
| 806 | 806 | $actionsRight = ''; |
| 807 | 807 | if (api_is_platform_admin()) { |
| 808 | 808 | $actionsRight .= '<a class="pull-right" href="'.api_get_path(WEB_CODE_PATH).'admin/user_add.php">'. |
| 809 | - Display::return_icon('new_user.png', get_lang('AddUsers'), '', ICON_SIZE_MEDIUM).'</a>'; |
|
| 809 | + Display::return_icon('new_user.png', get_lang('AddUsers'), '', ICON_SIZE_MEDIUM).'</a>'; |
|
| 810 | 810 | } |
| 811 | 811 | |
| 812 | 812 | $actionsLeft .= $form->returnForm(); |
@@ -37,7 +37,7 @@ |
||
| 37 | 37 | api_get_group_id() |
| 38 | 38 | ); |
| 39 | 39 | if (!api_is_allowed_to_edit(null, true) && intval($visibility) == 0) { |
| 40 | - api_not_allowed(); |
|
| 40 | + api_not_allowed(); |
|
| 41 | 41 | } |
| 42 | 42 | /** @var learnpath $lp */ |
| 43 | 43 | $lp = Session::read('oLP'); |