|
@@ -4261,7 +4261,7 @@ class learnpath {
|
|
if($arrLP[$i]['previous_item_id'] != 0)
|
|
if($arrLP[$i]['previous_item_id'] != 0)
|
|
{
|
|
{
|
|
$return .= "\t\t\t" . '<a href="' . $_SERVER['PHP_SELF'] . '?cidReq=' . $_GET['cidReq'] . '&action=move_item&direction=up&id=' . $arrLP[$i]['id'] . '&lp_id=' . $this->lp_id . '">';
|
|
$return .= "\t\t\t" . '<a href="' . $_SERVER['PHP_SELF'] . '?cidReq=' . $_GET['cidReq'] . '&action=move_item&direction=up&id=' . $arrLP[$i]['id'] . '&lp_id=' . $this->lp_id . '">';
|
|
- $return .= '<img alt="" src="img/arrow_up_' . ($arrLP[$i]['depth'] % 3) . '.png" />';
|
|
|
|
|
|
+ $return .= '<img alt="" src="img/arrow_up_' . ($arrLP[$i]['depth'] % 3) . '.gif" />';
|
|
$return .= '</a>' . "\n";
|
|
$return .= '</a>' . "\n";
|
|
}
|
|
}
|
|
else
|
|
else
|
|
@@ -4270,7 +4270,7 @@ class learnpath {
|
|
if($arrLP[$i]['next_item_id'] != 0)
|
|
if($arrLP[$i]['next_item_id'] != 0)
|
|
{
|
|
{
|
|
$return .= "\t\t\t" . '<a href="' . $_SERVER['PHP_SELF'] . '?cidReq=' . $_GET['cidReq'] . '&action=move_item&direction=down&id=' . $arrLP[$i]['id'] . '&lp_id=' . $this->lp_id . '">';
|
|
$return .= "\t\t\t" . '<a href="' . $_SERVER['PHP_SELF'] . '?cidReq=' . $_GET['cidReq'] . '&action=move_item&direction=down&id=' . $arrLP[$i]['id'] . '&lp_id=' . $this->lp_id . '">';
|
|
- $return .= '<img src="img/arrow_down_' . ($arrLP[$i]['depth'] % 3) . '.png" />';
|
|
|
|
|
|
+ $return .= '<img src="img/arrow_down_' . ($arrLP[$i]['depth'] % 3) . '.gif" />';
|
|
$return .= '</a>' . "\n";
|
|
$return .= '</a>' . "\n";
|
|
}
|
|
}
|
|
else
|
|
else
|