removing unused icons on the timeline BT#10311

1.10.x
aragonc 10 years ago
parent ed50ffd652
commit c74e5e8ed4
  1. 9
      app/Resources/public/css/base.css
  2. 27
      main/auth/my_progress.php
  3. BIN
      main/img/timeline/biggerdot.png
  4. BIN
      main/img/timeline/dot.gif
  5. BIN
      main/img/timeline/grad_bottom.png
  6. BIN
      main/img/timeline/grad_left.png
  7. BIN
      main/img/timeline/grad_right.png
  8. BIN
      main/img/timeline/grad_top.png
  9. BIN
      main/img/timeline/next.png
  10. BIN
      main/img/timeline/next_v.png
  11. BIN
      main/img/timeline/prev.png
  12. BIN
      main/img/timeline/prev_v.png

@ -6450,18 +6450,20 @@ a.sessionView {
#dates li {
list-style: none;
float: left;
width: 100px;
width: 120px;
height: 50px;
font-size: 18px;
font-size: 16px;
text-align: center;
background: url('../../main/img/timeline/biggerdot.png') center bottom no-repeat;
}
#dates a {
line-height: 38px;
padding-bottom: 10px;
color: #cecece;
}
#dates .selected {
font-size: 20px;
color: #666666;
}
#issues {
width: 800px;
@ -6506,11 +6508,10 @@ a.sessionView {
text-shadow: #000 1px 1px 2px;
}
#issues li p {
font-size: 14px;
font-size: 16px;
margin-right: 70px;
font-weight: normal;
line-height: 22px;
text-shadow: #000 1px 1px 2px;
}
#grad_left,
#grad_right {

@ -53,16 +53,19 @@ if (!empty($course_user_list)) {
$last = '<a href="#'.$login.'">'.get_lang('Last').'</a>';
}
$course_info = api_get_course_info_by_id($result['c_id']);
$course_image = '<img src="'.$course_info['course_image'].'">';
$dates .= '<li><a href="#'.$login.'">'.api_get_utc_datetime($login).'</a></li>';
$issues .= '<li id ="'.$login.'">
<div class="img-course">'.$course_image.'</div>
<div class="text-course">'.sprintf(
get_lang('YouHaveEnteredTheCourseXInY'),
$courseInfo['code'],
api_convert_and_format_date($login, DATE_FORMAT_LONG)
).'</div>
</li>';
$course_image = '<img src="'.$course_info['course_image_large'].'">';
$dates .= '<li><a href="#'.$login.'">' . gmdate('Y - m - d', $login) . '</a></li>';
$issues .= '<li id ="'.$login.'">';
$issues .= '<div class="img-course">'.$course_image.'</div>';
$issues .= '<div class="text-course">';
$issues .= '<p>' . sprintf(
get_lang('YouHaveEnteredTheCourseXInY'),
'" '. $courseInfo['name'] .' "',
api_convert_and_format_date($login, DATE_TIME_FORMAT_LONG)
) . '</p>';
$issues .= '</div>';
$issues .= '</li>';
$count++;
}
}
@ -83,8 +86,8 @@ if (!empty($dates)) {
$content .= '<ul id="issues">' . $issues . '</ul>';
$content .= '<div id="grad_left"></div>';
$content .= '<div id="grad_right"></div>';
$content .= '<a href="#" id="prev">' . Display::return_icon('previous.png', get_lang('Previous'), null, ICON_SIZE_MEDIUM) . '</a>';
$content .= '<a href="#" id="next">' . Display::return_icon('next.png', get_lang('Next'), null, ICON_SIZE_MEDIUM) . '</a>';
$content .= '<a href="#" id="prev"></a>';
$content .= '<a href="#" id="next"></a>';
$content .= '</div></div>';
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1016 B

After

Width:  |  Height:  |  Size: 205 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 816 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 986 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 981 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 981 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 989 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Loading…
Cancel
Save