Code

Just use the -n option from dh_installinit and the world is fine again.
[gosa.git] / systems / servdns.tpl
1 <h2>{t}Zones{/t}</h2>
2 <table summary="" width="100%">
3 <tr>
4         <td style="width:100%;vertical-align:top;">
5                 {$ZoneList}
6                 <input type="submit" name="AddZone" value="{t}Add{/t}">
7                 <input type="submit" name="EditZone" value="{t}Edit{/t}">
8                 <input type="submit" name="RemoveZone" value="{t}Remove{/t}">
9         </td>
10 </tr>
11 </table>