changed more styles in install scripts

skala
Yannick Warnier 16 years ago
parent 28745e3359
commit 7857f1a14a
  1. 4
      main/install/update_courses.php
  2. 6
      main/install/upgrade.php

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

@ -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/public_admin/default.css" type="text/css"/>
<link rel="stylesheet" href="../css/dokeos_blue/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/public_admin/default.css" type="text/css"/>
<link rel="stylesheet" href="../css/dokeos_blue/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/public_admin/default.css";
@import "../css/dokeos_blue/default.css";
/*]]>*/
</style>
<?php if(!empty($charset)){ ?>

Loading…
Cancel
Save