git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_SGD/tags/3.7.0.2_original@1 eb19766c-00d9-a042-a3a0-45cb8ec72764
14 lines
294 B
Smarty
14 lines
294 B
Smarty
<p class="title">Welcome to the KnowledgeTree Database Upgrade Wizard</p>
|
|
|
|
<div style="width: 800px;">
|
|
<?php if(isset($error)) echo $error; ?>
|
|
<?php
|
|
if($errors){
|
|
echo '<div class="error">';
|
|
foreach ($errors as $msg){
|
|
echo $msg . "<br />\n";
|
|
}
|
|
echo '</div>';
|
|
}
|
|
?>
|
|
</div> |