Code

Fixed undefined index
[gosa.git] / plugins / admin / systems / server.tpl
index 4d632c1ff26aabc2055a03f9e0995c0d341f164d..5370ddc111e806b2903284c0648c2c1fe840b74a 100644 (file)
@@ -7,23 +7,30 @@
          <td><input name="cn" id="cn" size=20 maxlength=60 value="{$cn}"></td>
         </tr>
         <tr>
-          <td colspan=2>&nbsp;</td>
+         <td><LABEL for="description">{t}Description{/t}</LABEL></td>
+         <td><input name="description" id="description" size=25 maxlength=80 value="{$description}"></td>
         </tr>
         <tr>
-         <td><LABEL for="base">{t}Base{/t}</LABEL>{$must}</td>
+         <td><br><LABEL for="base">{t}Base{/t}</LABEL>{$must}</td>
          <td>
+          <br>
           <select size="1" name="base" id="base" title="{t}Choose subtree to place terminal in{/t}">
            {html_options options=$bases selected=$base_select}
           </select>
+               <input type="image" name="chooseBase" src="images/folder.png" class="center" title="{t}Select a base{/t}">
          </tr>
        </table>
   </td>
   <td style="vertical-align:top">
        <table summary="">
-        <tr>
-         <td><LABEL for="description">{t}Description{/t}</LABEL></td>
-         <td><input name="description" id="description" size=25 maxlength=80 value="{$description}"></td>
-        </tr>
+       <tr>
+     <td>{t}Mode{/t}</td>
+     <td>
+      <select name="gotoMode" title="{t}Select terminal mode{/t}" {$gotoModeACL}>
+       {html_options options=$modes selected=$gotoMode}
+      </select>
+     </td>
+    </tr>
        </table>
   </td>
  </tr>
@@ -31,7 +38,7 @@
 
 <p class="plugbottom" style="margin-bottom:0px; padding:0px;">&nbsp;</p>
 
-{include file="$netconfig"}
+{$netconfig}
 
 <p class="plugbottom" style="margin-bottom:0px; padding:0px;">&nbsp;</p>