Code

Updated partition handling
[gosa.git] / gosa-plugins / goto / admin / systems / ppd / printerPPDDialog.tpl
2 <h3>{t}Printer driver{/t}
3 </h3>
5 {if !$path_valid}
6  <p>
7   <b>
8   {msgPool type=invalidConfigurationAttribute param=ppdPath}</b>
9  </p>
10  {else}
11  <table summary="" width="100%">
12   <tr>
13    <td>{t}Model{/t}:<i>
14     {$ppdString}</i>&nbsp;
15     {render acl=$acl}
16      <button type='submit' name='SelectPPD'>{t}Select{/t}</button>
17     {/render}
18    </td>
19    <td style='padding-left:10px;' class='left-border'>{t}New driver{/t}&nbsp;
20     {render acl=$acl}
21      <input type="file" value="" name="NewPPDFile">
22     {/render}
23     {render acl=$acl}
24      <button type='submit' name='SubmitNewPPDFile'>{t}Upload{/t}</button>
25     {/render}
26    </td>
27   </tr>
28  </table>
29  
30  {if $showOptions eq 1}
31   <hr>
32   <h3>{t}Options{/t}
33   </h3>
34   {$properties}
35   
36  {/if}
37  
38 {/if}
39 <hr>
40 <div class="plugin-actions">
41  
42  {if $path_valid}
43   {render acl=$acl}
44    <button type='submit' name='SavePPD'>
45    {msgPool type=applyButton}</button>
46   {/render}
47   
48  {/if}
49  <button type='submit' name='ClosePPD'>
50  {msgPool type=cancelButton}</button>
51 </div>
52 <input type="hidden" name="PPDDisSubmitted" value="1">