summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f1d93cd)
raw | patch | inline | side by side (parent: f1d93cd)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Mar 2010 17:08:11 +0000 (17:08 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Mar 2010 17:08:11 +0000 (17:08 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16901 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/personal/generic/generic_picture.tpl | patch | blob | history | |
gosa-core/plugins/personal/generic/paste_generic.tpl | patch | blob | history |
diff --git a/gosa-core/plugins/personal/generic/generic_picture.tpl b/gosa-core/plugins/personal/generic/generic_picture.tpl
index 8af82f4c30246298fe06f850ce5e6837cca134a1..4af940b0e232536344a5a8565e136e45025d1b8a 100644 (file)
<h3>{t}Personal picture{/t}</h3>
<table summary="{t}The users picture{/t}">
<tr>
- <td style="vertical-align: middle; width:147px; height:200px; background-color:gray;">
+ <td style='width:147px; height:200px; background-color:gray;'>
+
<img src="getbin.php?rand={$rand}" alt='' style='width:147px;' >
</td>
</tr>
diff --git a/gosa-core/plugins/personal/generic/paste_generic.tpl b/gosa-core/plugins/personal/generic/paste_generic.tpl
index 31d730959835c42b5038a97b3d8f771dc6a1ec28..e5b9bdacc8718761e4e50500981213f3b81b3d90 100644 (file)
<td>
<table summary="{t}The users picture{/t}">
<tr>
- <td style="vertical-align: middle; width:147px; height:200px; background-color:gray;">
+ <td style='width:147px; height:200px; background-color:gray;'>
+
<img src="getbin.php?rand={$rand}" alt='' style='width:147px;' >
</td>
</tr>