summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0c797b2)
raw | patch | inline | side by side (parent: 0c797b2)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Mar 2010 16:31:06 +0000 (16:31 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Mar 2010 16:31:06 +0000 (16:31 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16833 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/admin/groups/generic.tpl | patch | blob | history | |
gosa-core/plugins/admin/groups/trust_machines.tpl | patch | blob | history |
diff --git a/gosa-core/plugins/admin/groups/generic.tpl b/gosa-core/plugins/admin/groups/generic.tpl
index 748c1b384954517e26df5ba3b3264118b8c889f4..ea7ad71402e4b85da6d46462bc78bcd7c91794cf 100644 (file)
</table>
</td>
- <td style="border-left:1px solid #A0A0A0">
+ <td class='left-border'>
+
</td>
diff --git a/gosa-core/plugins/admin/groups/trust_machines.tpl b/gosa-core/plugins/admin/groups/trust_machines.tpl
index 1bd3ee9672d45fdc0a540fdd62323002feb7f7a6..f4354750eba85561b6b5df2b72001d13ffd4efc8 100644 (file)
</td>
<td>
<div class="contentboxh" style="height:20px;">
- <p class="contentboxh" style="font-size:12px"><img src="{$launchimage}" align="right" alt="[F]"><b>{t}Filters{/t}</b></p>
+ <p class="contentboxh" style="font-size:12px">{image path="{$launchimage}" align="right"}
+<b>{t}Filters{/t}</b></p>
</div>
<div class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
<table summary="" style="width:100%;">
{$alphabet}
</table>
- <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8"><tr><td width="50%"><img alt="" src="{$tree_image}" align=middle> {t}Display systems of department{/t}</td>
+ <table style='background-color:#F8F8F8' summary="" width="100%">
+<tr><td width="50%">{image path="{$tree_image}"} {t}Display systems of department{/t}
+</td>
<td><select name="depselect" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
{html_options options=$deplist selected=$depselect}
</select></td></tr></table>
- <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8"><tr><td width="50%"><img alt="" src="{$search_image}" align=middle> {t}Display systems matching{/t}</td>
+ <table style='background-color:#F8F8F8' summary="" width="100%">
+<tr><td width="50%">{image path="{$search_image}"} {t}Display systems matching{/t}
+</td>
<td><input type='text' name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching addresses{/t}' onChange="mainform.submit()"></td></tr></table>
{$apply}
</div>