Minor - Partially updated Chamilo logo - refs #6060

skala
Yannick Warnier 13 years ago
parent f1087e7b54
commit 2de2e54738
  1. BIN
      home/default_platform_document/template_thumb/coursetitle.gif
  2. BIN
      main/default_course_document/images/logo_chamilo.png
  3. BIN
      main/default_course_document/images/logo_dokeos.png
  4. 4
      main/install/db_main.sql
  5. 2
      main/install/update-db-1.8.5-1.8.6.inc.php

Binary file not shown.

Before

Width:  |  Height:  |  Size: 392 B

After

Width:  |  Height:  |  Size: 710 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

@ -1605,7 +1605,7 @@ INSERT INTO system_template (title, comment, image, content) VALUES
</h1>
</td>
<td style="width: 50%;">
<img style="width: 100px; height: 100px;" alt="dokeos logo" src="{COURSE_DIR}images/logo_dokeos.png"></td>
<img style="width: 100px; height: 100px;" alt="Chamilo logo" src="{COURSE_DIR}images/logo_chamilo.png"></td>
</tr>
</tbody>
</table>
@ -3024,4 +3024,4 @@ CREATE TABLE usergroup_rel_question (
question_id int unsigned not null,
usergroup_id int unsigned not null,
coefficient float(6,2)
);
);

@ -201,7 +201,7 @@ if (defined('SYSTEM_INSTALLATION')) {
</h1>
</td>
<td style="width: 50%;">
<img alt="Chamilo logo" src="{COURSE_DIR}images/logo_dokeos.png"></td>
<img alt="Chamilo logo" src="{COURSE_DIR}images/logo_chamilo.png"></td>
</tr>
</tbody>
</table>

Loading…
Cancel
Save