Code

inserted Check "You can't delete a phone, when it is assigned to a person ...
[gosa.git] / plugins / admin / systems / printer.tpl
1 <table summary="" width="100%">
2  <tr>
3   <td style="vertical-align:top; width:50%;">
4         <table summary="">
5          <tr>
6           <td><LABEL for="cn" >{t}Printer name{/t}</LABEL>{$must}</td>
7           <td><input name="cn" id="cn" size=20 maxlength=60 value="{$cn}"></td>
8          </tr>
9          <tr>
10           <td><LABEL for="description">{t}Description{/t}</LABEL></td>
11           <td><input id="description" name="description" size=25 maxlength=80 value="{$description}"></td>
12          </tr>
13          <tr>
14           <td><LABEL for="l">{t}Location{/t}</LABEL></td>
15           <td><input id="l" name="l" size=25 maxlength=80 value="{$l}"></td>
16          </tr>
17          <tr>
18           <td colspan=2>&nbsp;</td>
19          </tr>
20          <tr>
21           <td><LABEL for="base">{t}Base{/t}</LABEL>{$must}</td>
22           <td>
23            <select size="1" name="base" title="{t}Choose subtree to place terminal in{/t}">
24             {html_options options=$bases selected=$base_select}
25            </select>
26           </tr>
27         </table>
28   </td>
29   <td style="vertical-align:top">
30         <table summary="">
31          <tr>
32           <td><LABEL for="labeledURI">{t}Printer URL{/t}</LABEL></td>
33           <td><input id="labeledURI" name="labeledURI" size=25 maxlength=80 value="{$labeledURI}"></td>
34          </tr>
35          <tr>
36           <td><LABEL for="gotoPrinterPPD">{t}Path to PPD{/t}</LABEL></td>
37           <td><input id="gotoPrinterPPD" name="gotoPrinterPPD" size=25 maxlength=80 value="{$gotoPrinterPPD}"></td>
38          </tr>
39         </table>
40   </td>
41  </tr>
42 </table>
44 <p class="plugbottom" style="margin-bottom:0px; padding:0px;">&nbsp;</p>
46 {include file="$netconfig"}
48 <!-- Place cursor -->
49 <script language="JavaScript" type="text/javascript">
50   <!-- // First input field on page
51   document.mainform.cn.focus();
52   -->
53 </script>