Updating to chamilo css

skala
Julio Montoya 15 years ago
parent eeee0b7939
commit 5cf052cc3d
  1. 37
      main/inc/global_error_message.inc.php
  2. 2
      main/install/update_courses.php
  3. 6
      main/install/upgrade.php

@ -47,7 +47,7 @@ $TechnicalIssuesDescription = 'This portal is currently experiencing technical i
if (is_int($global_error_code) && $global_error_code > 0) {
$theme = 'dokeos_blue/';
$theme = 'chamilo/';
$css_path = 'main/css/';
$css_file = $css_path.$theme.'default.css';
@ -157,31 +157,36 @@ if (is_int($global_error_code) && $global_error_code > 0) {
</style>
</head>
<body>
<div id="wrapper">
<div id="header">
<div id="header1">{ORGANISATION}</div>
<div class="clear"></div>
<div id="header2">&nbsp;</div>
<div id="header3">
<ul id="logout">
<li><a href="" target="_top"><span>&nbsp;</span></a></li>
</ul>
<div id="header3">
<ul>
<li id="current"><a href="#"><span>{SECTION}</span></a></li>
<li id="current"><a href="#"><span id="tab_active">{SECTION}</span></a></li>
</ul>
<div style="clear: both;" class="clear"></div>
</div>
<div id="header4">&nbsp;</div>
</div>
<div style="text-align: center;">
<br /><br />{DESCRIPTION}<br /><br />
{CODE}
<div id="header4">&nbsp;</div>
</div>
<div id="footer">
<div class="copyright">{POWERED_BY}</div>
&nbsp;
<div class="clear"> </div>
<div id="main">
<div style="text-align: center;">
<br /><br />{DESCRIPTION}<br /><br />
{CODE}
</div>
</div>
<div class="push"/></div>
</div>
<div id="footer">
<div class="copyright">{POWERED_BY}</div>
&nbsp;
</div>
</body>
</html>
EOM;

@ -100,7 +100,7 @@ elseif($_POST['step1'])
<html>
<head>
<title>-- Dokeos course update -- version <?php echo $dokeos_version; ?></title>
<link rel="stylesheet" href="../css/dokeos_blue/default.css" type="text/css">
<link rel="stylesheet" href="../css/chamilo/default.css" type="text/css">
</head>
<body bgcolor="white" dir="<?php echo $text_dir ?>">

@ -466,7 +466,7 @@ class ActionDisplay extends HTML_QuickForm_Action_Display
<head>
<title>-- Dokeos - upgrade to version <?php echo $dokeos_version; ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset; ?>" />
<link rel="stylesheet" href="../css/dokeos_blue/default.css" type="text/css"/>
<link rel="stylesheet" href="../css/chamilo/default.css" type="text/css"/>
</head>
<body dir="<?php echo get_lang('text_dir'); ?>">
<div id="header1">
@ -533,7 +533,7 @@ class ActionProcess extends HTML_QuickForm_Action
<head>
<title>-- Dokeos installation -- version <?php echo $dokeos_version; ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset; ?>" />
<link rel="stylesheet" href="../css/dokeos_blue/default.css" type="text/css"/>
<link rel="stylesheet" href="../css/chamilo/default.css" type="text/css"/>
</head>
<body dir="<?php echo get_lang('text_dir'); ?>">
<div style="background-color:#4171B5;color:white;font-size:x-large;">
@ -595,7 +595,7 @@ function display_upgrade_header($text_dir, $dokeos_version, $install_type, $upda
<title>&mdash; <?php echo get_lang('DokeosInstallation').' &mdash; '.get_lang('Version_').' '.$dokeos_version; ?></title>
<style type="text/css" media="screen, projection">
/*<![CDATA[*/
@import "../css/dokeos_blue/default.css";
@import "../css/chamilo/default.css";
/*]]>*/
</style>
<?php if(!empty($charset)){ ?>

Loading…
Cancel
Save