From ac0dfe3e71742e04efb343cbd0b0ef7b412b6589 Mon Sep 17 00:00:00 2001 From: aportugal Date: Fri, 19 Mar 2010 11:23:51 -0500 Subject: [PATCH] merge --- main/newscorm/learnpath.class.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/main/newscorm/learnpath.class.php b/main/newscorm/learnpath.class.php index ea65c32c5b..879631272a 100755 --- a/main/newscorm/learnpath.class.php +++ b/main/newscorm/learnpath.class.php @@ -2760,15 +2760,19 @@ class learnpath { if ($this->get_lp_session_id()==api_get_session_id()) { $html .= '
'; if ($display_action_links_with_icons) { - $html .= ''. get_lang('CourseList') . ''; + $html .= '
'; $html .= "" . Display :: return_icon('learnpath_build.gif', get_lang('Build')) . ' ' . get_lang('Build') . ""; $html .= "" . Display :: return_icon('learnpath_organize.gif', get_lang('BasicOverview')) . ' ' . get_lang('BasicOverview') . ""; - $html .= '' . Display :: return_icon('learnpath_view_na.gif', get_lang("Display")) . ' ' . get_lang("Display") . ''; + $html .= '' . Display :: return_icon('learnpath_view_na.gif', get_lang("Display")) . ' ' . get_lang("Display") . '
'; + $html .= ''. get_lang('ReturnToLPList') . ''; + $html .= '
'; } else { - $html .= ''. get_lang('CourseList') . ''; + $html .= '
'; $html .= "" . get_lang('Build') . ""; $html .= "" . get_lang('BasicOverview') . ""; - $html .= '' . get_lang('Display') . ''; + $html .= '' . get_lang('Display') . '
'; + $html .= ''. get_lang('ReturnToLPList') . ''; + $html .= '
'; } $html .= '
'; }