summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6e46575)
raw | patch | inline | side by side (parent: 6e46575)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 16 Mar 2007 14:23:53 +0000 (14:23 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 16 Mar 2007 14:23:53 +0000 (14:23 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5807 594d385d-05f5-0310-b6e9-bd551577e9d8
include/sieve/templates/element_block_start.tpl | patch | blob | history | |
include/sieve/templates/object_container_clear.tpl | patch | blob | history |
diff --git a/include/sieve/templates/element_block_start.tpl b/include/sieve/templates/element_block_start.tpl
index d79212f16e6edd8ce3ea9e18c6ef1f90c0671ad3..24cd1b3a539e2393f8deb28abec5a3cff089c24f 100644 (file)
-<table cellspacing=0 style='width:100%;background-color:#346575;border: solid 1px #BBB;346575;'>
+<table cellspacing=0 style='width:100%;border: solid 1px #BBB;346575;'>
<tr>
- <td style='width:30px; text-align:center;vertical-align:top; color: #FFFFFF;'>
+ <td style='width:20px; text-align:center;vertical-align:top; color: #FFFFFF; background-color:#BBBBBB;' >
+ </td>
+ <td style='width:30px; text-align:center;vertical-align:top; color: #FFFFFF; background-color:#346575;'>
<b>+</b>
</td>
<td style=' background-color:#BBBBBB;
diff --git a/include/sieve/templates/object_container_clear.tpl b/include/sieve/templates/object_container_clear.tpl
index 371683354458ef58bc9220e0e8e6a3c14edf9674..852b274b512117545743efd5fee57e4eed47665b 100644 (file)
-<table cellspacing=0 style='width:100%;background-color:#EEEEEE;border: solid 1px #BBB;346575;'>
+<table width="100%" cellpadding=0 cellspacing=0 style='border: solid 1px #BBB;'>
<tr>
- <td style='background-color: #235464; text-align:center;'>
-
- </td>
- <td style='background-color: #235464; text-align:left; padding:2px;' >
- <input type='image' src='images/sieve_add_new_top.png' name='Add_Object_Top_{$ID}'
- alt='{t}Add new{/t}' title='{t}Add a new new object on top of this one.{/t}' class='center'>
- <input type='image' src='images/sieve_add_new_bottom.png' name='Add_Object_Bottom_{$ID}'
- alt='{t}Add new{/t}' title='{t}Add a new new object at the bottom of this one.{/t}' class='center'>
- </td>
- </tr>
- <tr>
- <td style='width:20px; background-color: #235464;'>
- <input type='image' src='images/sieve_del_object.png' name='Remove_Object_{$ID}'
- title='{t}Remove this object{/t}' alt='R'>
+ <td style='width:22px; background-color: #BBBBBB;'>
</td>
<td>
- %%OBJECT_CONTENT%%
+ <table cellspacing=0 style='width:100%;background-color:#EEEEEE;'>
+ <tr>
+ <td style='background-color: #235464; text-align:center;'>
+
+ </td>
+ <td style='background-color: #235464; text-align:left; padding:2px;' >
+ <input type='image' src='images/sieve_add_new_top.png' name='Add_Object_Top_{$ID}'
+ alt='{t}Add new{/t}' title='{t}Add a new new object on top of this one.{/t}' class='center'>
+ <input type='image' src='images/sieve_add_new_bottom.png' name='Add_Object_Bottom_{$ID}'
+ alt='{t}Add new{/t}' title='{t}Add a new new object at the bottom of this one.{/t}' class='center'>
+ </td>
+ </tr>
+ <tr>
+ <td style='width:20px; background-color: #235464;'>
+ <input type='image' src='images/sieve_del_object.png' name='Remove_Object_{$ID}'
+ title='{t}Remove this object{/t}' alt='R'>
+ </td>
+ <td>
+ %%OBJECT_CONTENT%%
+ </td>
+ </tr>
+ </table>
</td>
</tr>
</table>