summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7c4b0a6)
raw | patch | inline | side by side (parent: 7c4b0a6)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 12 Apr 2007 13:22:59 +0000 (13:22 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 12 Apr 2007 13:22:59 +0000 (13:22 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6031 594d385d-05f5-0310-b6e9-bd551577e9d8
setup/class_setup.inc | patch | blob | history | |
setup/setup_frame.tpl | patch | blob | history |
diff --git a/setup/class_setup.inc b/setup/class_setup.inc
index 327a1f9d41f5c747618e0b1d2f78cbb3b5df2ab1..5b1ca78723a23b107da7a1b75e9166720b4d7da5 100644 (file)
--- a/setup/class_setup.inc
+++ b/setup/class_setup.inc
{
$str ="";
$str.=" <div >";
- $str.=" <div>";
- $str.=" <font style='font-size:20px;float:top'>";
+ $str.=" <div style='padding:3px;'>";
+ $str.=" <img src='images/system.png' alt='' class='center'>";
$str.= $this->o_steps[$this->i_current]->get_long_title();
- $str.=" </font>";
+ $str.=" ";
$str.=" </div>";
# $str.=" <div style='text-align:right;float:top;'>";
# if(isset($this->o_steps[$this->i_current -1]) && $this->o_steps[$this->i_current -1]->is_enabled()){
diff --git a/setup/setup_frame.tpl b/setup/setup_frame.tpl
index bba8b510bffa5da234a4712647dae5e6c8a69061..79c3218ed0df9a388f616a1398d704e57a83ef12 100644 (file)
--- a/setup/setup_frame.tpl
+++ b/setup/setup_frame.tpl
<ul style='padding:0px;margin:0px; list-style-type: none;'>
<li>
<div style='border-top: solid 1px #BBBBBB; '>
- <div class='setup_plug_header'>
- {$header}
+ <div style='padding:12px;'>
+ <div class='plugtop'>
+ {$header}
+ </div>
</div>
</div>
</li>