Code

Fixed broken tags
[gosa.git] / plugins / admin / systems / network.tpl
index d21860cf8e48836d2f99a32d3950ca673a8227f4..dcb3d45210490e3a04ec8090dd85a58e1dc3bb61 100644 (file)
@@ -1,8 +1,9 @@
 <h2><img       class="center"  alt=""  align="middle"  src="images/network.png">       {t}Network      settings{/t}</h2>
 
+
 <table summary=""      width="100%" cellspacing=0 cellpadding=0>
        <tr>
-               <td     style="border-right:1px solid   #b0b0b0;        width:50%; vertical-align: top;">
+               <td     style="width:50%; vertical-align: top;">
                        <table  summary="">
                                <tr>
                                        <td><LABEL      for="ipHostNumber">{t}IP-address{/t}{if $IPisMust}{$staticAddress}{/if}</LABEL></td>
                                        <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>
+                                       <td>&nbsp;</td>
+                                       <td><input type="submit" name="autonet" value="{t}Autodetect{/t}"></td>
+                               </tr>
+        {/if}
       </table> 
     </td>
-               <td     style="width:50%">
+    {if $DNS_is_account==true}
+               <td     style="width:50%;vertical-align:top;border-left:1px solid #b0b0b0;" valign="top">
       <input type="checkbox" name="enableDNS" value="1" 
-        {if $DNSAccount==true}checked{/if}
-        onClick="
+        {if $DNSAccount == true}checked="checked"
+        onclick="toggle('test2');
           changeState('zoneName');
           changeState('dNSTTL');
           changeState('AddNewRecord');
           {$changeStateForRecords}
-                ">
-      {t}Enable DNS for this device.{/t}
-      <input type="submit" name="reloadThisDNSStuff" value="{t}Refresh{/t}">
-                       <table  summary="">
+      "/>
+        {else}
+        onclick="toggle('test2');
+          changeState('zoneName');
+          changeState('dNSTTL');
+          changeState('AddNewRecord');
+      "/>
+        {/if}
+      {t}Enable DNS for this device{/t}
+      <input type="submit" name="reloadThisDNSStuff" value="{t}Refresh{/t}"/>
+      {if $DNSAccount == true}
+      <div style="padding-left:20px;visibility:visible;" id="test2">
+      {else}
+      <div style="padding-left:20px;visibility:hidden;" id="test2">
+      {/if}
+                       <table summary="">
                                <tr>
                                        <td><LABEL      for="zoneName">{t}Zone{/t}</LABEL></td>
                                        <td>
-              <select name="zoneName" id="zoneName" {if $DNSAccount == false} disabled {/if}>
-                {html_options values=$ZoneKeys output=$Zones}
+              <select name="zoneName" id="zoneName" {if $DNSAccount == false} disabled='disabled' {/if}>
+                {html_options values=$ZoneKeys output=$Zones selected=$zoneName}
               </select>
           </td>
                                </tr>
                                <tr>
           <td>{t}TTL{/t}</td>
-          <td><input type="text" name="dNSTTL" value="{$dNSTTL}" id="dNSTTL" {if $DNSAccount == false} disabled {/if}>
+          <td><input type="text" name="dNSTTL" value="{$dNSTTL}" id="dNSTTL" {if $DNSAccount == false} disabled='disabled' {/if}>
           </td> 
                                </tr>
                                <tr>
           <td valign="top">{t}Dns records{/t}</td>
           <td>
-            {$records}
+            {if $DNSAccount == true}{$records}{/if}
             </td>
                                </tr>
                        </table>
+      </div>
                </td>
+    {/if}
+    
        </tr>
 </table>
 <input type="hidden" name="network_tpl_posted" value="1">
+
 <!--
 vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
 -->