Code

Added some fixes for iframe scrolling
[gosa.git] / plugins / admin / systems / printerPPDSelectionDialog.tpl
index 73c44ed5b3bc353b6430ec15c4ee61a85451ff84..b6cad00b806da274e4031654c6d163971d9ee723 100644 (file)
@@ -1,18 +1,14 @@
 <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
        <tr>
-               <td style="vertical-align:top;">
+               <td style="vertical-align:top;width=50%;width:600px">
                        <div class="contentboxh" style="height:20px;">
                                <p class="contentboxh" style="font-size:12px">
                                        <b>{t}Select objects to add{/t}</b>
                                </p>
                        </div>
                        <div class="contentboxb">
-                               <p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
-                                       <select style="width:500px; height:450px; margin-top:4px;" name="PPDselection" size="15">
-            {html_options values=$objectKeys options=$objects}
-                                       </select>
+          {$List}
                                        <input type=hidden name="edit_helper">
-                               </p>    
                        </div>
                </td>
                <td style="vertical-align:top;">
         </table>
         <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
           <tr>
-            <td width="50%">
-              <img alt="" src="{$tree_image}" align=middle> 
-              &nbsp;{t}Display objects of department{/t}
-            </td>
-          </tr>
-        </table>
-        <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
-          <tr>
-            <td width="50%">
-              <img alt="" src="{$search_image}" align=middle>
-              &nbsp;{t}Display objects matching{/t}
+            <td style="width:18px">
+              <img alt="" src="{$search_image}" align=middle title="{t}Display objects matching{/t}">
             </td>
             <td>
-              <input type='text' name='regex' maxlength='20' value='{$regex}' 
+              <input type='text' style="width:99%" name='regex' maxlength='20' value='{$regex}' 
                 title='{t}Regular expression for matching object names{/t}' onChange="mainform.submit();">
             </td>
           </tr>
         </table>
               {$apply}
+
       </div>
     </td>
   </tr>
 </table>
 
 <p class="plugbottom">
-<input type="submit" name="SavePPDSelection" value="{t}Use{/t}">
-  &nbsp;
 <input type="submit" name="ClosePPDSelection" value="{t}Close{/t}">
 </p>
 <!--