Code

Fixed style of services divlist
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 8 Jun 2006 03:28:11 +0000 (03:28 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 8 Jun 2006 03:28:11 +0000 (03:28 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3679 594d385d-05f5-0310-b6e9-bd551577e9d8

ihtml/themes/default/MultiSelectWindow.tpl
plugins/admin/systems/class_divListSystemService.inc

index 7f735e038ba6dd818e1771c6a7125092d8945895..745c46d35aa5b2d6da698bc6586996302639cd89 100644 (file)
@@ -1,8 +1,8 @@
        <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
-       <tr>
+               <tr>
                        <td style="vertical-align:top; width:50%;">
-                       <div class="contentboxh">
-                               <p class="contentboxh">
+                       <div class="contentboxh" {if !$is_headpage}  style="height:20px;" {/if}>
+                               <p class="contentboxh" {if !$is_headpage} style="font-size:12px;" {/if}>
                                        {$Summary} {$hint} 
                                </p>
                        </div>
@@ -58,6 +58,7 @@
                </td>
                {else}
                <td style="vertical-align:top;">
+                       {$UserBox1}
                        <div class="contentboxh" style="border-bottom:1px solid #B0B0B0;height:20px;">
                        <p class="contentboxh">
                                        <img src="{$infoimage}" align="right" alt="[i]"><font style='font-size:13px;'>{t}Information{/t}</font>
@@ -66,7 +67,9 @@
                        <div class="contentboxb" style="padding:5px;">
                                {$Information}
                        </div>
+                       {$UserBox2}
                        <br>
+                       {if !$Skip_Filter_Part }
                        <div class="contentboxh" style="height:20px;">
                        <p class="contentboxh">
                                        <img src="{$launchimage}" align="right" alt="[F]"><font style='font-size:13px;'>{t}Filters{/t}</font>
                                {/if}
                        {$regexes}
                        {$apply}
+                       {$UserBox3}
+            {/if}
                        </div>
                </td>
-
                {/if}
        </tr>
 </table>
index 722c2d418c9a4e240f02dc2e7be24e35287915ea..2835d741b7d9acadb632117a75a73edef9224929 100644 (file)
@@ -18,7 +18,7 @@ class divListSystemService extends MultiSelectWindow
     $this->SetSummary(_("Installed services"));
 
     /* Result page will look like a headpage */
-    $this->SetHeadpageMode();
+//    $this->SetHeadpageMode();
     $this->SetInformation(_("This menu allows you to add, remove and configure the properties of a specific service."));
 
     /* Disable buttonsm */