Code

Fixed broken tags
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 19 Sep 2006 11:38:38 +0000 (11:38 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 19 Sep 2006 11:38:38 +0000 (11:38 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4728 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>