summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5b54359)
raw | patch | inline | side by side (parent: 5b54359)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 31 Mar 2010 14:39:21 +0000 (14:39 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 31 Mar 2010 14:39:21 +0000 (14:39 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17441 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/applications/release_select.tpl | [deleted file] | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/applications/release_select.tpl b/gosa-plugins/goto/admin/applications/release_select.tpl
+++ /dev/null
@@ -1,17 +0,0 @@
-<div class="contentboxh" style="border-bottom:1px solid #B0B0B0;">
- <p class="contentboxh">{image path="{$branchimage}" align="right"}{t}Branches{/t}
-</p>
-</div>
-<div class="contentboxb">
- <table summary="" style="width:100%;">
- <tr>
- <td>
- {t}Current release{/t}
- <select name="app_release" onChange="document.mainform.submit();" size=1>
- {html_options output=$app_releases values=$app_releases selected=$app_release}
- </select>
- </td>
- </tr>
- </table>
-</div>
-<br>