Feature #2785 users

skala
Juan Carlos Raña 15 years ago
parent 6e1a994913
commit b71deac253
  1. BIN
      main/img/icons/32/forum.png
  2. BIN
      main/img/icons/32/group.png
  3. BIN
      main/img/icons/32/new_forum.png
  4. BIN
      main/img/icons/32/new_group.png
  5. BIN
      main/img/icons/32/new_teacher.png
  6. BIN
      main/img/icons/32/new_user.png
  7. BIN
      main/img/icons/32/user.png
  8. 9
      main/img/icons/48/_sum.txt
  9. BIN
      main/img/icons/48/forum.png
  10. BIN
      main/img/icons/48/group.png
  11. BIN
      main/img/icons/48/new_forum.png
  12. BIN
      main/img/icons/48/new_group.png
  13. BIN
      main/img/icons/48/new_teacher.png
  14. BIN
      main/img/icons/48/new_user.png
  15. BIN
      main/img/icons/48/user.png
  16. 1572
      main/user/subscribe_user.php
  17. 11
      main/user/user.php

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

@ -99,4 +99,11 @@ new_event modif nuvola
import_calendar modif crystal (only 32 px)
calendar_normal modif crystal (only 32 px)
calendar_inverse modif crystal (only 32 px)
----
----
forum nuvola
group nuvola
user modif nuvola
new_user modif nuvola
new_group modif nuvola
new_forum modif nuvola
new_teacher modif nuvola

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

File diff suppressed because it is too large Load Diff

@ -332,13 +332,14 @@ if ( api_is_allowed_to_edit(null, true)) {
echo "<div class=\"actions\">";
// the action links
$actions .= '<a href="user.php?'.api_get_cidreq().'&action=export&amp;type=csv">'.Display::return_icon('csv.gif', get_lang('ExportAsCSV')).'&nbsp;'.get_lang('ExportAsCSV').'</a> ';
$actions .= '<a href="user.php?'.api_get_cidreq().'&action=export&amp;type=xls">'.Display::return_icon('excel.gif', get_lang('ExportAsXLS')).'&nbsp;'.get_lang('ExportAsXLS').'</a> ';
if (api_get_setting('allow_user_course_subscription_by_course_admin') == 'true') {
$actions .= '<a href="subscribe_user.php?'.api_get_cidreq().'">'.Display::return_icon('add_user_big.gif',get_lang("SubscribeUserToCourse")).'&nbsp;'.get_lang("SubscribeUserToCourse").'</a> ';
$actions .= "<a href=\"subscribe_user.php?".api_get_cidreq()."&type=teacher\">".Display::return_icon('add_teacher_big.gif', get_lang("SubscribeUserToCourseAsTeacher"))."&nbsp;".get_lang("SubscribeUserToCourseAsTeacher")."</a> ";
$actions .= '<a href="subscribe_user.php?'.api_get_cidreq().'">'.Display::return_icon('new_user.png',get_lang("SubscribeUserToCourse"),'','32').'</a> ';
$actions .= "<a href=\"subscribe_user.php?".api_get_cidreq()."&type=teacher\">".Display::return_icon('new_teacher.png', get_lang("SubscribeUserToCourseAsTeacher"),'','32')."</a> ";
}
$actions .= "<a href=\"../group/group.php?".api_get_cidreq()."\">".Display::return_icon('group.gif', get_lang("GroupUserManagement"))."&nbsp;".get_lang("GroupUserManagement")."</a>";
$actions .= '<a href="user.php?'.api_get_cidreq().'&action=export&amp;type=csv">'.Display::return_icon('export_csv.png', get_lang('ExportAsCSV'),'','32').'</a> ';
$actions .= '<a href="user.php?'.api_get_cidreq().'&action=export&amp;type=xls">'.Display::return_icon('export_excel.png', get_lang('ExportAsXLS'),'','32').'</a> ';
$actions .= "<a href=\"../group/group.php?".api_get_cidreq()."\">".Display::return_icon('group.png', get_lang("GroupUserManagement"),'','32')."</a>";
if (api_get_setting('use_session_mode') == 'false') {
$actions .= ' <a href="class.php?'.api_get_cidreq().'">'.get_lang('Classes').'</a>';
}

Loading…
Cancel
Save