Code

Added return function
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 13 Sep 2006 04:41:00 +0000 (04:41 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 13 Sep 2006 04:41:00 +0000 (04:41 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4646 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/network.tpl

index 2cfaf0e8069a276d949ea1a22a628fc4f1332076..dcb3d45210490e3a04ec8090dd85a58e1dc3bb61 100644 (file)
@@ -9,12 +9,12 @@
                                        <td><LABEL      for="ipHostNumber">{t}IP-address{/t}{if $IPisMust}{$staticAddress}{/if}</LABEL></td>
                                        <td><input      id="ipHostNumber"       name="ipHostNumber"     size=25 maxlength=80    value="{$ipHostNumber}"></td>
                                </tr>
-                               <tr
+                               <tr>
                                        <td><LABEL      for="macAddress">{t}MAC-address{/t}</LABEL>{$staticAddress}</td>
                                        <td><input      name="macAddress"       id="macAddress" size=25 maxlength=80    value="{$macAddress}"></td>
                                </tr>
         {if $autonet==true}
-                               <tr
+                               <tr>
                                        <td>&nbsp;</td>
                                        <td><input type="submit" name="autonet" value="{t}Autodetect{/t}"></td>
                                </tr>