Code

Created trunk inside of 2.6-lhm
[gosa.git] / trunk / gosa-plugins / apache2 / admin / systems / services / 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}
7                 {render acl=$VirtualHostACL}
8                 <input type="submit" name="AddVhost" value="{t}Add{/t}">
9                 {/render}
10         </td>
11 </tr>
12 </table>
13 <script language="JavaScript" type="text/javascript">
14   <!-- // First input field on page
15   document.mainform.AddVhost.focus();
16   -->
17 </script>
18 <input type="hidden" name="servapache" value="1">
20 <p class="seperator">&nbsp;</p>
21 <br>
22 <div style="width:100%; text-align:right;">
23     <input type='submit' name='SaveService' value='{msgPool type=saveButton}'>
24     &nbsp;
25     <input type='submit' name='CancelService' value='{msgPool type=cancelButton}'>
26 </div>