Code

Cache results from get_module_departments.
[gosa.git] / setup / setup_frame.tpl
index 79c3218ed0df9a388f616a1398d704e57a83ef12..296870743b57a19464f72516200ebac4de8eab92 100644 (file)
@@ -1,53 +1,43 @@
-<body class='setup_body' >
-<center>
+<body class='setup_body'>
 {$php_errors}
 <form action='setup.php' name='mainform' method='post' enctype='multipart/form-data'>
-<input id='focus' name='focus' type='image' src='images/empty.png' style='width:1px; height:1px;' >
+<input id='focus' name='focus' type='image' src='images/empty.png' style='width:0px; height:0px;' >
 <div class='setup_dialog'>
        <div class='setup_header'>
-               <img src='themes/default/images/go_logo.png' class='center' alt='GOsa'>
-               {t}GOsa - GOnicus System Administrator Setup{/t}
+               <div style="float:left;"><img src='themes/default/images/go_logo.png' class='center' alt='GOsa'></div>
+               <div style="padding-top:8px;text-align:right;height:28px">{$version}</div>
        </div>
-       <div style="width:100%;">
+       <div class='setup_menu'>
+               <b>{t}GOsa setup wizard{/t}</b>
+       </div>
+
+       <div style="padding:10px;background-color:white;">
 
                <div class='setup_navigation'>
-                       <div class='setup_navigation_title'>
-                               {t}Setup steps{/t}      
+                       <div style='padding:4px'>
+                               <img src='images/fai.png' class='center' alt='{t}Installation{/t}'>&nbsp;&nbsp;<font style="font-size:24px;">{t}Steps{/t}</font>
                        </div>
                        {$navigation}           
                </div>
-
-               <ul style='padding:0px;margin:0px;      list-style-type: none;'>
-                       <li>
-                               <div style='border-top: solid 1px #BBBBBB; '>
-                                       <div style='padding:12px;'>
-                                               <div class='plugtop'>
-                                                       {$header}
-                                               </div>
-                                       </div>
-                               </div>
-                       </li>
-                       <li>
-                               
-                               <div class='setup_contents' style='float:left'>
-                                       <div style='padding-left:12px;'>
-                                               {$contents}
-                                       </div>
-                               </div>
-                               
-                       </li>
-               </ul>
-               <div class='setup_bottom'>
-                       {$bottom}
+       
+               <div class='setup_contents'>
+                       <div style='border-bottom:1px dashed #AAAAAA'>
+                               {$errors}
+                               {$header}
+                       </div>
+                       <div style='padding-left:12px;'>
+                               {$contents}
+                               {$bottom}
+                               <br>
+                       </div>
                </div>
+               <div style="clear:both">        </div>
        </div>
 </div>
+
+
 <input type='hidden' name='setup_goto_step' value=''>
 </form>
-</center>
-<div style='width:100%; text-align:right'>
-       {$version}
-</div>
 
 <script type='javascript'>
        document.getElementById('focus').focus();