Code

Added midding Dialogs
[gosa.git] / plugins / admin / systems / printerPPDDialog.tpl
2 <h2>{t}Printer driver information file setup{/t}</h2>
4 <table summary="" width="50%">
5         <tr>
6                 <td>
7                         {t}Current used information setup : {/t}
8                 </td>
9                 <td>
10                         {$ppdString}
11                 </td>
12                 <td>
13                         <input type="submit" name="SelectPPD" value="{t}Select{/t}">
14                 </td>
15         </tr>
16 </table>
17 <p class="seperator">&nbsp;</p>
18 <br>
19 {$properties}
20 <p class="seperator">&nbsp;</p>
21 <br>
22 <input type="submit" name="SavePPD" value="{t}Save{/t}">
23 <input type="submit" name="ClosePPD" value="{t}Close{/t}">