Code

0a8fe89b620c3d6fa3468197bb648c12f392b20b
[gosa.git] / plugins / admin / systems / printerPPDDialog.tpl
1 <table summary="" width="100%">
2         <tr>
3                 <td width="50%">
4                         <h2><img src="images/house.png">&nbsp;{t}Printer driver information file setup{/t}</h2>
5                         {t}Current used information setup{/t} :
6                         {$ppdString}<br>
7                         <input type="submit" name="SelectPPD" value="{t}Select{/t}">
8                 </td>
9                 <td style="border-left: 1px solid rgb(160, 160, 160);padding-left:10px;">
10                         <h2><img src="images/house.png" alt="">&nbsp;{t}Upload new PPD file{/t} :</h2>
11                         <input type="file" value="" name="NewPPDFile">
12                         <input type="submit" name="SubmitNewPPDFile" value="{t}Upload{/t}">
13                 </td>
14         </tr>
15 </table>
16 <p class="seperator">&nbsp;</p>
17 <br>
18 <h2><img src="images/house.png">&nbsp;{t}Options{/t}</h2>
19 {$properties}
20 <p class="plugbottom">
21         <input type="hidden" name="PPDDisSubmitted" value="1">
22         <input type="submit" name="SavePPD" value="{t}Use{/t}">
23         <input type="submit" name="ClosePPD" value="{t}Close{/t}">
24 </p>