Code

added missing template
[gosa.git] / gosa-plugins / goto / admin / systems / goto / ArpNewDevice.tpl
index 2bc7b3e7885e60b2ea8691aa3164f51427a98826..8361145143603ea3169a3118f1cefa1d01c1712b 100644 (file)
@@ -1,16 +1,17 @@
-<h2><img class="center" alt="" src="images/rightarrow.png"> {t}Integrating unknown devices{/t}</h2>
+<h3>{t}Integrating unknown devices{/t}</h3>
 <p>
  {t}The current device has been detected by the ARP monitor used by GOsa. You can integrate this device into your running DHCP/DNS infrastructure by submitting this form. The device entry will disappear from the list of the systems and move to the DNS/DHCP configuration.{/t}
 </p>
-<table summary="" style="width:100%">
+<table summary="{t}Integrating unknown devices{/t}" style="width:100%">
 <tr>
  <td style>
   <LABEL for="cn">
    {t}DNS name{/t}{$must}
   </LABEL>
  </td>
- <td style='width:35%;border-right:1px solid #aaa'>
-  <input name="cn" id="cn" size=18 maxlength=60 value="{$cn}">
+ <td style='width:35%;' class='right-border'>
+
+  <input type='text' name="cn" id="cn" size=18 maxlength=60 value="{$cn}">
  </td>
  <td style='width:15%'>
   <LABEL for="description">
   </LABEL>
  </td>
  <td style='width:35%'>
-  <input name="description" id="description" size=18 maxlength=60 value="{$description}">
+  <input type='text' name="description" id="description" size=18 maxlength=60 value="{$description}">
  </td>
 </tr>
 </table>
 <br>
-<p class="seperator"></p>
+<hr>
 {$netconfig}
 
-<p class="seperator"></p>
+<hr>
 
-<!--<h2><img class="center" alt="" src="images/rightarrow.png"> {t}GOto{/t}</h2>-->
+<!--<h3>{t}GOto{/t}</h3>-->
 <p>
 <input type='checkbox' value='1' name='gotoIntegration'
     onChange="changeState('SystemType');changeState('ObjectGroup');"
     {if $gotoIntegration} checked {/if}>&nbsp;{t}GOto integration{/t}
 </p>
-<table summary="" style='width:100%'>
+<table summary="{t}Target type selection{/t}" style='width:100%'>
  <tr>
   <td style='width:49%'>
-   <table summary="">
-    <tr>
-     <td> 
       {t}System type{/t}&nbsp;
          <select {if !$gotoIntegration} disabled {/if}
       id="SystemType"
                        onChange="document.mainform.submit();">
        {html_options values=$SystemTypeKeys output=$SystemTypes selected=$SystemType}
       </select>
-     </td>
-    </tr>
-   </table>
   </td>
   <td>
-   <table summary="">
-    <tr>
-     <td> 
       {t}Choose an object group as template{/t}&nbsp;
            <select {if !$gotoIntegration} disabled {/if}
         id="ObjectGroup"
                  <option value='none'>{t}none{/t}</option>     
        {html_options options=$ogroups selected=$ObjectGroup}
       </select>
-     </td>
-    </tr>
-   </table>
   </td>
  </tr>
 </table>
 <input type='hidden' name='ArpNewDevice_posted' value='1'>
 
-<p class="seperator"></p>
+<hr>