[svn r12761] Fix multiple minor bugs : FS #1773

skala
Julian Prud'homme 19 years ago
parent f3c1bfae0e
commit e2a89c0de9
  1. 4
      main/course_description/index.php
  2. 2
      main/css/baby/default.css
  3. BIN
      main/default_course_document/images/mr_dokeos/animated/creativeAnim.gif
  4. BIN
      main/default_course_document/images/mr_dokeos/animated/pointerAnim.gif
  5. BIN
      main/default_course_document/images/mr_dokeos/animated/practicerAnim.gif
  6. BIN
      main/default_course_document/images/mr_dokeos/animated/readerAnim.gif
  7. BIN
      main/default_course_document/images/mr_dokeos/animated/teacherAnim.gif
  8. BIN
      main/default_course_document/images/mr_dokeos/animated/thinkerAnim.gif
  9. 2
      main/inc/lib/fckeditor/myconfig.js
  10. 5
      main/inc/reduced_header.inc.php
  11. 10
      main/mySpace/myStudents.php

@ -1,4 +1,4 @@
<?php // $Id: index.php 12706 2007-07-05 15:32:54Z elixir_inter $
<?php // $Id: index.php 12761 2007-07-20 09:17:11Z elixir_julian $
/*
==============================================================================
Dokeos - elearning and course management software
@ -156,7 +156,7 @@ if (api_is_allowed_to_edit() && !is_null($description_id))
$fck_attribute['Width'] = '100%';
$fck_attribute['Height'] = '225';
$fck_attribute['ToolbarSet'] = 'Question';
$fck_attribute['ToolbarSet'] = 'Middle';
echo '
<style>

@ -541,7 +541,7 @@ td .menu {
text-transform: capitalize;
padding: .2em;
background: #ffb963 url('images/headertables.jpg') repeat-x;
color: #c7e272;
color: #3c471c;
}
.data_table .row_odd th a {

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

@ -17,7 +17,7 @@ FCKConfig.ToolbarSets["Question"] = [
] ;
FCKConfig.ToolbarSets["Middle"] = [
['FontSize','Bold','Italic','TextColor','-','OrderedList','UnorderedList','-','Rule','Link','Table','-','ImageManager','Flash']
['FontSize','Bold','Italic','Underline','StrikeThrough','TextColor','-','OrderedList','UnorderedList','-','Rule','Link','Table','-','ImageManager','Flash']
] ;
FCKConfig.ToolbarSets["Small"] = [

@ -67,11 +67,6 @@ if(!empty($_course['official_code']))
echo get_setting('siteName');
?>
</title>
<style type="text/css" media="screen, projection">
/*<![CDATA[*/
@import "<?php echo api_get_path(WEB_CODE_PATH); ?>css/default/default.css";
/*]]>*/
</style>
<?php
if(api_get_setting('stylesheets')<>'')

@ -257,13 +257,13 @@ if(!empty($_GET['student']))
<?php
if(!empty($a_infosUser['picture_uri']))
{
echo ' <td class="borderRight" width="10%">
echo ' <td class="borderRight" width="10%" valign="top">
<img src="../upload/users/'.$a_infosUser['picture_uri'].'" width="100" />
</td>
';
}
else{
echo ' <td class="borderRight" width="10%">
echo ' <td class="borderRight" width="10%" valign="top">
<img src="../img/unknown.jpg" />
</td>
';
@ -271,7 +271,7 @@ if(!empty($_GET['student']))
?>
<td class="none" width="40%">
<td class="none" width="40%" valign="top">
<table width="100%">
<tr>
<th>
@ -327,7 +327,7 @@ if(!empty($_GET['student']))
</tr>
</table>
</td>
<td class="borderLeft" width="35%">
<td class="borderLeft" width="35%" valign="top">
<table width="100%">
<tr>
<th>
@ -378,7 +378,7 @@ if(!empty($_GET['student']))
$sendMail = Display::encrypted_mailto_link($a_infosUser['email'], ' '.get_lang('SendMail'));
?>
<td class="borderLeft" width="15%">
<td class="borderLeft" width="15%" valign="top">
<table width="100%">
<tr>
<th>

Loading…
Cancel
Save