Code

Fixed layout
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 28 Oct 2005 14:41:26 +0000 (14:41 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 28 Oct 2005 14:41:26 +0000 (14:41 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1749 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/selectUserToPrinterDialog.tpl

index 1e5a50afe007cac7016fe1728a24f73d5f85c7e8..d20c56bae9dd191847f87a27ccde834f9b8bcfe1 100644 (file)
@@ -1,5 +1,3 @@
-<h2><img alt="" src="images/house.png" align="middle">&nbsp;{t}Select entry{/t}</h2>
-
     <input type="hidden" name="dialogissubmitted" value="1">
 
        <table summary="{t}Select printer to add{/t}" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
@@ -7,12 +5,12 @@
             <td width="50%">
                                <div class="contentboxh" style="height:20px;">
                                <p class="contentboxh" style="font-size:12px">
-                                       <b><LABEL for="gotoPrinter">{t}Select user/group to add{/t}</LABEL></b>
+                                       <b><LABEL for="gotoPrinter">{t}Select entries to add{/t}</LABEL></b>
                                </p>
                                </div>
                                <div class="contentboxb">
                                <p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
-                               <select style="width:500px;" size=20 name="gotoPrinter[]" id="gotoPrinter" multiple>
+                               <select style="width:500px;height:480px;" size=20 name="gotoPrinter[]" id="gotoPrinter" multiple>
                                {html_options values=$gotoPrinterKeys output=$gotoPrinters}
                                <option disabled>&nbsp;</option>
                                         </select><br>
@@ -24,9 +22,8 @@
                                <p class="contentboxh"><img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}</p>
                                </div>
                                <div class="contentboxb">
-                                       <p class="contentboxb">
-                                       {t}This menu allows you to select one or multiple users or groups to add them to the printer. 
-                                                       Having a great number of users, you may want to use the range selectors on top of this list.{/t}
+                                       <p class="contentboxb" style="background-color:#F8F8F8">
+                                       {t}This menu allows you to select one or multiple entries to be added to the printer object for specific tasks. Having a great number of entries, you may want to use the range selectors below.{/t}
                                </p>
                                </div>
                                <br>
                                <p class="contentboxh"><img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}</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 width="50%">
-                                                       <img alt="" src="{$tree_image}" align=middle>&nbsp;{t}Display members of department{/t}
-                                               </td>
                                                <td>
-                                                       <select name="depselectPrinter" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
+                                                       <label for="dspselectPrinter"><img alt="" src="{$tree_image}" align="middle" title="{t}Display members of department{/t}"></label>
+                                               </td>
+                                               <td style="width:99%">
+                                                       <select style="width:99%" name="depselectPrinter" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
                                                          {html_options options=$deplistPrinter selected=$depselectPrinter}
                                                        </select>
                                                </td>
                                        </tr>
                                </table>
-                               </div>
-                               <div class="contentboxb">
-                               <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
-                               {$alphabet}
-                               </table>
-                                       <table summary="" width="100%" style="border-top:1px solid #B0B0B0;">
+                                       <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
                                                        <tr>
                                                                <td>
                                                                        <LABEL for='filter'><img alt="Search" src="{$search_image}" align="middle" title="{t}Display members matching{/t}">
@@ -70,6 +65,7 @@
        </tr>
     </table>
 
+       <p class="seperator">&nbsp;</p>
     <p align="right">
     <input type="submit" name="PrinterSave"     value="{t}Add{/t}">
     <input type="submit" name="PrinterCancel"   value="{t}Cancel{/t}">