Minor - Updated icon label to make it more explicit

skala
ywarnier 14 years ago
parent 29785443ec
commit 54566ee3d9
  1. 2
      main/newscorm/lp_list.php

@ -453,7 +453,7 @@ if (is_array($flat_list)) {
if ($details['autolaunch'] == 1 && $autolunch_exists == false) {
$autolunch_exists = true;
$lp_auto_lunch_icon = '<a href="'.api_get_self().'?'.api_get_cidreq().'&action=auto_launch&status=0&lp_id='.$id.'">
<img src="../img/launch.png" border="0" title="'.get_lang('EnableLPAutoLaunch').'" /></a>';
<img src="../img/launch.png" border="0" title="'.get_lang('DisableLPAutoLaunch').'" /></a>';
} else {
$lp_auto_lunch_icon = '<a href="'.api_get_self().'?'.api_get_cidreq().'&action=auto_launch&status=1&lp_id='.$id.'">
<img src="../img/launch_na.png" border="0" title="'.get_lang('EnableLPAutoLaunch').'" /></a>';

Loading…
Cancel
Save