summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3cd0a71)
raw | patch | inline | side by side (parent: 3cd0a71)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 2 May 2007 14:06:36 +0000 (14:06 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 2 May 2007 14:06:36 +0000 (14:06 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6237 594d385d-05f5-0310-b6e9-bd551577e9d8
index a1028f11cce28a4bf037eec079fcc7e6eb72a5e3..88e42f5e936c9192c4bd0f6ce1ae1eb635bbcef7 100644 (file)
}
td.container_:hover,div.container_:hover {
- border-left: solid 2px red;
+ border-left: solid 2px black;
display:block;
}
diff --git a/include/sieve/templates/element_header.tpl b/include/sieve/templates/element_header.tpl
index 3ee9ac687b29a6e474fe778c89bed5958c8cbbde..7d04e4ad0b4c1fc599a68934068408235fde6ad1 100755 (executable)
<tr>
- <td style='width:50%;'>
+ <td>
<b>{t}Header{/t}</b>
</td>
<td style='text-align:right; vertical-align:top;'>
<tr>
<td colspan=2> </td>
</tr>
+ </table>
+ <table class='sieve_test_case'>
<tr>
<td >
{t}Address fields to include{/t}<br>
index 402275cbe14013a903a1779184cf1f391aeeb0af..22df06caa5d3bd125d4c6631a0badd2041f8520f 100644 (file)
<h2>{t}Import sieve script{/t}</h2>
-{t}Please select the sieve script you want to import below. And use the import button to import the script or the cancel button to abort.{/t}
+{t}Please select the sieve script you want to import. Use the import button to import the script or the cancel button to abort.{/t}
<br>
<br>
<b>{t}Script to import{/t}</b> <input type='file' name='Script_To_Import'>
<p class='seperator'> </p>
<br>
<div class='seperator' style='text-align:right; width:100%;'>
- <input type='submit' name='Import_Script_Cancel' value='{t}Cancel{/t}'>
-
<input type='submit' name='Import_Script_Save' value='{t}Import{/t}'>
+
+ <input type='submit' name='Import_Script_Cancel' value='{t}Cancel{/t}'>
</div>
diff --git a/include/sieve/templates/object_test_container.tpl b/include/sieve/templates/object_test_container.tpl
index 6e17be3b172a36103a39601df3f48bd1ecb7ba5a..697d12d10943dc0616b8776f553703daab04a213 100644 (file)
<table class='sieve_test_container'>
<tr>
- <td style='width:20px; ; text-align:center;'>
+ <td style='width:20px; ; text-align:center; vertical-align:top;'>
{if $DisplayAdd}
<input type='image' src='images/sieve_add_test.png' name='Add_Test_Object_{$ID}'
title='{t}Add this object{/t}' alt='R' class='center'>