|
@@ -133,6 +133,7 @@ $therow=Database::fetch_array($result);
|
|
|
==================================================*/
|
|
|
|
|
|
$interbreadcrumb[]= array ("url"=>"lp_controller.php?action=list", "name"=> get_lang("_learning_path"));
|
|
|
+$interbreadcrumb[]= array ("url"=>"#", "name"=> get_lang("_add_learnpath"));
|
|
|
|
|
|
Display::display_header(null,'Path');
|
|
|
//api_display_tool_title($therow['name']);
|
|
@@ -170,18 +171,17 @@ echo '<table cellpadding="0" cellspacing="0" class="lp_build">';
|
|
|
|
|
|
echo '</td>';
|
|
|
echo '<td class="workspace">';
|
|
|
-
|
|
|
- Display::display_normal_message('<strong>Welcome</strong> to Dokeos Learning path authoring tool.<br />
|
|
|
- You will be able to create your learning path step by step. The structure of your learning path will appear in a menu on the left.');
|
|
|
+
|
|
|
+ Display::display_normal_message(get_lang('AddLpIntro'));
|
|
|
|
|
|
echo '<div style="background:#F8F8F8; border:1px solid #999999; margin:15px auto; padding:10px; width:400px;">';
|
|
|
-
|
|
|
- echo '<p style="font-weight:bold">To start, give a title to your learning path:</p>';
|
|
|
+
|
|
|
+ echo '<p style="font-weight:bold">'.get_lang('AddLpToStart').' :</p>';
|
|
|
|
|
|
echo '<form method="post">';
|
|
|
|
|
|
- echo '<label for="idTitle" style="margin-right:10px;">Title:</label><input id="idTitle" name="learnpath_name" type="text" />';
|
|
|
- echo '<p><input style="background:#FFFFFF; border:1px solid #999999; font-family:Arial, Verdana, Helvetica, sans-serif; font-size:12px; padding:1px 2px; width:75px;" type="submit" value="OK" /></p>';
|
|
|
+ echo '<label for="idTitle" style="margin-right:10px;">'.get_lang('Title').' :</label><input id="idTitle" name="learnpath_name" type="text" />';
|
|
|
+ echo '<p><input style="background:#FFFFFF; border:1px solid #999999; font-family:Arial, Verdana, Helvetica, sans-serif; font-size:12px; padding:1px 2px; width:75px;" type="submit" value="'.get_lang('Ok').'" /></p>';
|
|
|
echo '<input name="post_time" type="hidden" value="' . time() . '" />';
|
|
|
|
|
|
echo '</form>';
|