[svn r20155] 3. Language variables used: ImportCourses and ImportUsersToACourse

13. Language variable used: BackToNoteList = "Back to note list"

By fcedillo
skala
Cristian Fasanando 17 years ago
parent fb58b323bd
commit ac97fd4abc
  1. 10
      main/admin/index.php
  2. 2
      main/notebook/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 Dokeos - elearning and course management software
@ -131,11 +131,11 @@ if(api_is_platform_admin()) {
</li> </li>
<li><a href="course_list.php"><?php echo get_lang('CourseList') ?></a></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_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_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="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') { ?> <?php if (api_get_setting('search_enabled')=='true') { ?>
<li><a href="specific_fields.php"><?php echo get_lang('SpecificSearchFields'); ?></a></li> <li><a href="specific_fields.php"><?php echo get_lang('SpecificSearchFields'); ?></a></li>
<?php } ?> <?php } ?>
@ -161,7 +161,7 @@ if(api_is_platform_admin()) {
} }
if (get_setting('allow_reservation')=='true') { 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>';
} }
?> ?>

@ -90,7 +90,7 @@ if (isset($_GET['action']) && $_GET['action'] == 'addnote')
else else
{ {
echo '<div class="actions">'; 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>'; echo '</div>';
$token = Security::get_token(); $token = Security::get_token();
$form->addElement('hidden','sec_token'); $form->addElement('hidden','sec_token');

Loading…
Cancel
Save