Code

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