Code

Fixed headpage
[gosa.git] / plugins / admin / systems / printerPPDSelectionDialog.tpl
index 6a4f3934a90eedd932c748b7318eb86f82629571..e6b6fc881701a14794fe0e83612f4a19b5f0da0a 100644 (file)
@@ -1,19 +1,52 @@
-<table summary="" style="width:50%; vertical-align:top; text-align:left;" cellpadding=4>
-<tr>
-  <td style="vertical-align:top;width:50%;">
-  <div class="contentboxh">
-    <p class="contentboxh">
-     <LABEL for="userlist">{t}List of PPDs{/t}</LABEL>
-    </p>
-  </div>
-  <div class="contentboxb">
-       {$listhead}
-       </div>
-  <div class="contentboxb">
-       {$list}
-</div>
+<table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
+       <tr>
+               <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">
+          {$List}
+                                       <input type=hidden name="edit_helper">
+                               </p>    
+                       </div>
                </td>
-       </tr>
+               <td style="vertical-align:top;">
+                       <div class="contentboxh" style="height:20px;">
+                               <p class="contentboxh" style="font-size:12px">
+          <img src="{$launchimage}" align="right" alt="[F]">
+          <b>{t}Filters{/t}</b>
+        </p>
+      </div>
+      <div class="contentboxb">
+        <table summary="" style="width:100%;border-top:1px solid #B0B0B0; background-color:#F8F8F8">
+          {$alphabet}
+        </table>
+        <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
+          <tr>
+            <td style="width:18px">
+              <img alt="" src="{$search_image}" align=middle title="{t}Display objects matching{/t}">
+            </td>
+            <td>
+              <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>
-<input type="submit" name="SavePPDSelection" value="{t}Save{/t}">
+
+<p class="plugbottom">
+<input type="submit" name="SavePPDSelection" value="{t}Select{/t}">
+  &nbsp;
 <input type="submit" name="ClosePPDSelection" value="{t}Close{/t}">
+</p>
+<!--
+// vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
+-->