Code

Fixed w3c errors wq
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 31 Mar 2010 14:39:21 +0000 (14:39 +0000)
committerhickert <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]

diff --git a/gosa-plugins/goto/admin/applications/release_select.tpl b/gosa-plugins/goto/admin/applications/release_select.tpl
deleted file mode 100644 (file)
index aaabbd9..0000000
+++ /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}&nbsp;
-    <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>