diff --git a/main/img/icons/22/copy_partial.png b/main/img/icons/22/copy_partial.png new file mode 100644 index 0000000000..2e869ba801 Binary files /dev/null and b/main/img/icons/22/copy_partial.png differ diff --git a/main/img/icons/32/copy_partial.png b/main/img/icons/32/copy_partial.png new file mode 100644 index 0000000000..92d755269e Binary files /dev/null and b/main/img/icons/32/copy_partial.png differ diff --git a/main/img/icons/svg/copy_partial.svg b/main/img/icons/svg/copy_partial.svg new file mode 100644 index 0000000000..67ff75d986 --- /dev/null +++ b/main/img/icons/svg/copy_partial.svg @@ -0,0 +1,326 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/main/session/session_list.php b/main/session/session_list.php index eb5de75780..27d99ce248 100644 --- a/main/session/session_list.php +++ b/main/session/session_list.php @@ -165,7 +165,7 @@ $hideSearch = api_get_configuration_value('hide_search_form_in_session_list'); $copySessionContentLink = ''; if ($addSessionContent) { $copySessionContentLink = ' '. - Display::return_icon('cd.png', get_lang('CopyWithSessionContent'), '', ICON_SIZE_SMALL).''; + Display::return_icon('copy.png', get_lang('CopyWithSessionContent'), '', ICON_SIZE_SMALL).''; } // With this function we can add actions to the jgrid (edit, delete, etc) @@ -177,7 +177,7 @@ $action_links = 'function action_formatter(cellvalue, options, rowObject) { ' '. Display::return_icon('courses_to_session.png', get_lang('SubscribeCoursesToSession'), '', ICON_SIZE_SMALL).''. ' '. - Display::return_icon('copy.png', get_lang('Copy'), '', ICON_SIZE_SMALL).''. + Display::return_icon('copy_partial.png', get_lang('Copy'), '', ICON_SIZE_SMALL).''. $copySessionContentLink. ' '. Display::return_icon('delete.png', get_lang('Delete'), '', ICON_SIZE_SMALL).''.