summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 634bc1c)
raw | patch | inline | side by side (parent: 634bc1c)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 31 Mar 2008 12:57:24 +0000 (12:57 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 31 Mar 2008 12:57:24 +0000 (12:57 +0000) |
-Updated seperator style
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10087 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10087 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/groups/apps/app_list.tpl | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/groups/apps/app_list.tpl b/gosa-plugins/goto/admin/groups/apps/app_list.tpl
index 36cfe121a7b604190d885848961af40b8696cd56..e9db54f95df2498d5ba9774ef95e44ebd0524423 100644 (file)
{foreach from=$entries item=item key=key}
{if $item.TYPE == "OPEN"}
<tr>
- <td colspan=3 style="background-color: #BBBBBB;height:1px"></td>
+ <td colspan=3 style="background-color: #DDDDDD;height:1px"></td>
</tr>
<tr>
<td style='padding-left:20px;' colspan=3>
</td>
</tr>
<tr>
- <td colspan=3 style="background-color: #BBBBBB;height:1px"></td>
+ <td colspan=3 style="background-color: #DDDDDD;height:1px"></td>
</tr>
{elseif $item.TYPE == "RELEASE"}
{ if $i++ % 2 == 0}
{else}
<tr class="rowxp1">
{/if}
- <td style='background-color: transparent;width:22px; padding-top:5px;padding-bottom:5px;' colspan="2">--</td>
+ <td style='background-color: transparent;width:22px; padding-top:5px;padding-bottom:5px;' colspan="2">
+ <div style="height:3px; width:100%; background-color:#BBBBBB;"></div>
+ </td>
<td style='width:100px;text-align:right; background-color: transparent;'>
<input title="{t}Move up{/t}" class="center" type='image'
name='up_{$item.UNIQID}' src='images/move_object_up.png'>
name='down_{$item.UNIQID}' src='images/move_object_down.png'>
<input title="{t}Remove{/t}" class="center" type='image'
name='del_{$item.UNIQID}' src='images/edittrash.png'>
+ <img src="images/empty.png" style="width:16px;" alt=" ">
</td>
</tr>
{elseif $item.TYPE == "ENTRY"}