Code

- Cleanup before release
[gosa.git] / vhost-apache2 / systems / apache2 / servApacheVhost.tpl
1 <h2>{t}Apache VHosts{/t}</h2>
2 <table summary="" width="100%">
3 <tr>
4         <td style="width:100%;vertical-align:top;">
5                 {$VhostList}
6                 <input type="submit" name="AddVhost" value="{t}Add{/t}" {$servapacheACL}>
7         </td>
8 </tr>
9 </table>
10 <script language="JavaScript" type="text/javascript">
11   <!-- // First input field on page
12   document.mainform.AddVhost.focus();
13   -->
14 </script>