summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 54eef7e)
raw | patch | inline | side by side (parent: 54eef7e)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 2 Nov 2007 10:01:22 +0000 (10:01 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 2 Nov 2007 10:01:22 +0000 (10:01 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7710 594d385d-05f5-0310-b6e9-bd551577e9d8
ihtml/themes/default/MultiSelectWindow.tpl | patch | blob | history |
diff --git a/ihtml/themes/default/MultiSelectWindow.tpl b/ihtml/themes/default/MultiSelectWindow.tpl
index 9a4cd8b50f8bac3712d6799bd2e394c6449417b7..7914a9c460878b33bcc6469ab7eca7146f9cdefc 100644 (file)
<td>
{$Header}
</td>
- <td>
- {$HeaderDropDown}
- </td>
+ {if $HeaderDropDown != ""}
+ <td>
+ <img src='images/rocket.png' alt=''>
+ </td>
+ <td>
+ {$HeaderDropDown}
+ </td>
+ {/if}
</tr>
</table>
</div>