summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0abda3c)
raw | patch | inline | side by side (parent: 0abda3c)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 10 Mar 2010 19:15:03 +0000 (19:15 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 10 Mar 2010 19:15:03 +0000 (19:15 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16399 594d385d-05f5-0310-b6e9-bd551577e9d8
index 5eb767bc2c22e71a79d57e84e1a4e09dd95b41e6..b2590d97c06a7827a36cbd9523a5a00e1b838e0f 100644 (file)
text-align:center;
}
+td {
+ vertical-align:top;
+}
+
td.prev,td.prev_year,td.next,td.next_year {
width:8%;
cursor:pointer;
index c9011b6d5a9b28b668eba2274aa6a700636420b5..a7e177feb001a689e9edb08c09a8084559a56ff0 100644 (file)
<table style="width:100%">
<tr>
- <td style="width:48%; vertical-align:top;">
+ <td style="width:48%">
{t}Use members from{/t}
<select name="target" onChange="document.mainform.submit()">
{html_options options=$targets selected=$target}
</select>
{/if}
</td>
- <td style="vertical-align:center; text-align:center">
+ <td style="text-align:center">
{if $acl_writeable}
<input type="submit" value=">" name="add">
<br><br>
<input type="submit" value="<" name="del">
{/if}
</td>
- <td style="width:48%; vertical-align:top;">
+ <td style="width:48%">
{t}Members{/t}<br>
{if !$acl_writeable}
<select style="width:100%;height:180px;" disabled name="dummy_r[]" size="20" multiple title="{t}List message recipients{/t}">
diff --git a/gosa-core/ihtml/themes/default/islocked.tpl b/gosa-core/ihtml/themes/default/islocked.tpl
index 75de1c40e464e272042d68d9a8c84b15e1bf2589..445683f4544c023aba513e13bccc258491a97b0d 100644 (file)
<div style="font-size:20px;">
- <img alt="" src="images/encrypted.png" style="vertical-align:top;"> {t}Locking conflict detected{/t}
+ <img alt="" src="images/encrypted.png"> {t}Locking conflict detected{/t}
</div>
<p>
diff --git a/gosa-core/ihtml/themes/default/msg_dialog.tpl b/gosa-core/ihtml/themes/default/msg_dialog.tpl
index f13fc454e60ea32acda41311af29e3caeb582b92..857518924233edf4c3f93572423a437beefc3c81 100644 (file)
<br>
</td>
{if $s_Trace != "" && $i_TraceCnt != 0}
- <td style='width:20px; vertical-align:top; cursor:pointer;'>
+ <td style='width:20px;cursor:pointer;'>
<div onClick="$('trace_{$i_ID}').toggle();"><u>Trace</u></div>
</td>
{/if}
diff --git a/gosa-core/ihtml/themes/default/snapshotdialog.tpl b/gosa-core/ihtml/themes/default/snapshotdialog.tpl
index 097b763cd43724a410a9aaff844efef27c29494d..5b32e9515777d3e701322528678d4b2977fa90ba 100644 (file)
</td>
</tr>
<tr>
- <td style="vertical-align:top;" colspan="2">
+ <td colspan="2">
<br>
{t}Reason for generating this snapshot{/t}<br>
<textarea name="CurrentDescription" style="width:100%;height:160px;" rows=10 cols=100>{$CurrentDescription}</textarea>
diff --git a/gosa-core/ihtml/themes/modern/userFilterEditor.tpl b/gosa-core/ihtml/themes/modern/userFilterEditor.tpl
index c504380c4b7436a4ac4d970d24bedd283761c8d6..05f9320a61d35a1a31eee3bed91974e277e579db 100644 (file)
<table summary="{t}Filter editor{/t}" width="100%">
<tr>
- <td style='vertical-align: top; width:40%;'>
+ <td class="right-border" style='width:40%;'>
<table summary='{t}Filter properties{/t}'>
<tr>
<td>
{t}Enabled{/t}
</td>
- <td style='vertical-align: top;'>
+ <td>
<label for='usedCategory'>{t}Categories where the filter is visible{/t}</label><br>
<select id='usedCategory' name='usedCategory[]' size='4' multiple style='width:100%;'>
{html_options options=$selectedCategories}