summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: eefab29)
raw | patch | inline | side by side (parent: eefab29)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 8 Jun 2006 03:28:11 +0000 (03:28 +0000) | ||
committer | hickert <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 | patch | blob | history | |
plugins/admin/systems/class_divListSystemService.inc | patch | blob | history |
diff --git a/ihtml/themes/default/MultiSelectWindow.tpl b/ihtml/themes/default/MultiSelectWindow.tpl
index 7f735e038ba6dd818e1771c6a7125092d8945895..745c46d35aa5b2d6da698bc6586996302639cd89 100644 (file)
<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>
</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>
<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>
diff --git a/plugins/admin/systems/class_divListSystemService.inc b/plugins/admin/systems/class_divListSystemService.inc
index 722c2d418c9a4e240f02dc2e7be24e35287915ea..2835d741b7d9acadb632117a75a73edef9224929 100644 (file)
$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 */