Code

d58738f05c886485f33fffb14fdef2a21720af49
[gosa.git] / plugins / admin / applications / release_select.tpl
1 <br> 
2 <div class="contentboxh" style="border-bottom:1px solid #B0B0B0;">
3  <p class="contentboxh"><img src="{$branchimage}" align="right" alt="[F]">{t}Branches{/t}</p>
4 </div>
5 <div class="contentboxb">
6  <table summary="" style="width:100%;">
7   <tr>
8    <td>
9     {t}Current release{/t}&nbsp;
10     <select name="selectedRelease" onChange="document.mainform.submit();">
11      {html_options options=$releases selected=$selectedRelease}
12     </select>
13    </td>
14   </tr>
15  </table>
16 </div>