Pārlūkot izejas kodu

[svn r20155] 3. Language variables used: ImportCourses and ImportUsersToACourse
13. Language variable used: BackToNoteList = "Back to note list"

By fcedillo

Cristian Fasanando 16 gadi atpakaļ
vecāks
revīzija
ac97fd4abc
2 mainītis faili ar 6 papildinājumiem un 6 dzēšanām
  1. 5 5
      main/admin/index.php
  2. 1 1
      main/notebook/index.php

+ 5 - 5
main/admin/index.php

@@ -1,4 +1,4 @@
-<?php // $Id: index.php 19567 2009-04-06 15:05:46Z juliomontoya $
+<?php // $Id: index.php 20155 2009-04-28 19:19:31Z cfasanando $
 /*
 ==============================================================================
 	Dokeos - elearning and course management software
@@ -131,11 +131,11 @@ if(api_is_platform_admin()) {
 	</li>
 	<li><a href="course_list.php"><?php echo get_lang('CourseList') ?></a></li>
 	<li><a href="course_add.php"><?php echo get_lang('AddCourse') ?></a></li>
-	<li><a href="course_import.php"><?php echo get_lang('ImportCourses').' CSV'; ?></a></li>
+	<li><a href="course_import.php"><?php echo get_lang('ImportCourses'); ?></a></li>
 	<!--<li><a href="course_virtual.php"><?php //echo get_lang('AdminManageVirtualCourses') ?></a></li>-->
-	<li><a href="course_category.php"><?php echo get_lang("AdminCategories"); ?></a></li>
+	<li><a href="course_category.php"><?php echo get_lang('AdminCategories'); ?></a></li>
 	<li><a href="subscribe_user2course.php"><?php echo get_lang('AddUsersToACourse'); ?></a></li>
-	<li><a href="course_user_import.php"><?php echo get_lang('ImportUsersToACourse').' CSV'; ?></a></li>
+	<li><a href="course_user_import.php"><?php echo get_lang('ImportUsersToACourse'); ?></a></li>
 	<?php if (api_get_setting('search_enabled')=='true') { ?>
 	  <li><a href="specific_fields.php"><?php echo get_lang('SpecificSearchFields'); ?></a></li>
 	<?php } ?>
@@ -161,7 +161,7 @@ if(api_is_platform_admin()) {
 	  }
 	  
 	  if (get_setting('allow_reservation')=='true') {
-		  	echo '<li><a href="../reservation/m_category.php">'.get_lang('BookingSystem').' ('.get_lang('ConfigureResourceType').')</a></li>';
+		  	echo '<li><a href="../reservation/m_category.php">'.get_lang('BookingSystem').'</a></li>';
 	  }
 		
 	  ?>

+ 1 - 1
main/notebook/index.php

@@ -90,7 +90,7 @@ if (isset($_GET['action']) && $_GET['action'] == 'addnote')
 	else 
 	{
 		echo '<div class="actions">';
-		echo '<a href="index.php?'.api_get_cidreq().'">'.Display::return_icon('back.png',get_lang('BackToNotesList')).get_lang('BackToNotesList').'</a>';
+		echo '<a href="index.php?'.api_get_cidreq().'">'.Display::return_icon('back.png',get_lang('BackToNoteList')).get_lang('BackToNoteList').'</a>';
 		echo '</div>';
 		$token = Security::get_token();
 		$form->addElement('hidden','sec_token');