Code

Fixed layout
[gosa.git] / plugins / admin / systems / printerPPDDialog.tpl
1 <h2><img alt="P" class="center" src="images/select_printer.png" align="middle">&nbsp;{t}Printer driver{/t}</h2>
2 <table summary="" width="100%">
3         <tr>
4                 <td width="50%" style="vertical-align:top">
5                         {t}Model{/t}: <i>{$ppdString}</i>&nbsp;
6                         <input type="submit" name="SelectPPD" value="{t}Select{/t}">
7                 </td>
8                 <td style="border-left: 1px solid rgb(160, 160, 160);padding-left:10px;">
9                         {t}New driver{/t}&nbsp;
10                         <input type="file" value="" name="NewPPDFile">
11                         <input type="submit" name="SubmitNewPPDFile" value="{t}Upload{/t}">
12                 </td>
13         </tr>
14 </table>
15 {if $showOptions eq 1}
16 <p class="seperator">&nbsp;</p>
17 <h2><img alt="L" class="center" src="images/lamp.png" align="middle">&nbsp;{t}Options{/t}</h2>
18 {$properties}
19 {/if}
20 <p class="plugbottom">
21         <input type="hidden" name="PPDDisSubmitted" value="1">
22         <input type="submit" name="SavePPD" value="{t}Apply{/t}">
23         <input type="submit" name="ClosePPD" value="{t}Cancel{/t}">
24 </p>