Code

Updated Network
[gosa.git] / gosa-plugins / systems / admin / systems / network.tpl
index 1685ee88d272ffaccd3d5834abca870219e4aa01..6132c8a8f1fa746faca96700bdcf64b6eca29c50 100644 (file)
 {render acl=$ipHostNumberACL}
             <input     id="ipHostNumber"       name="ipHostNumber"     size=25 maxlength=80    value="{$ipHostNumber}">
 {/render}
+
+          {foreach from=$additionalHostNumbers item=item key=key}
+            <br>{$item}
+          {/foreach}
+
 {render acl=$ipHostNumberACL}
 {if $DNS_is_account == true}
       <input id="propose_ip" type="submit" name="propose_ip" value="{t}Propose ip{/t}" style="visibility:visible;">
@@ -26,9 +31,7 @@
 {render acl=$macAddressACL}
             <input     name="macAddress"       id="macAddress" size=25 maxlength=80    value="{$macAddress}">
 {/render}
-            {if $autonet==true}
-                                           <input type="submit" name="autonet" value="{t}Autodetect{/t}">
-            {/if}
+           <input type="submit" name="autonet" value="{t}Autodetect{/t}">
           </td>
                                </tr>
         {if $dhcpEnabled}