Code

Further english text cleanup
[gosa.git] / plugins / personal / environment / selectPrinterDialog.tpl
index 5d41b9da74c79b959ad2451049e2cfc743d79a5f..521c77f50bc75fac32c783b9292bbf14966b8ac2 100644 (file)
@@ -1,8 +1,8 @@
-<h2><img alt="" src="images/house.png" align="middle">&nbsp;{t}Select printer entry{/t}</h2>
+<h2><img alt="" src="images/select_printer.png" align="middle">&nbsp;{t}Add printer devcies{/t}</h2>
 
     <input type="hidden" name="dialogissubmitted" value="1">
 
-       <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
+       <table summary="{t}Select printer to add{/t}" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
         <tr>
             <td width="50%">
                                <div class="contentboxh" style="height:20px;">
@@ -24,9 +24,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 create, edit and delete selected users. 
-                                                       Having a great number of users, you may want to use the range selectors on top of the user list.{/t}
+                                       <p class="contentboxb" style="background-color:#F8F8F8">
+                                       {t}This menu allows you to create, edit and delete selected printers. Having a great number of printers, you may want to use the range selectors on top of the printers list.{/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 groups of department{/t}
-                                               </td>
                                                <td>
+                                                       <img alt="" src="{$tree_image}" align=middle>&nbsp;
                                                        <select 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 users matching{/t}">
+                                                                       <LABEL for='filter'><img alt="Search" src="{$search_image}" align="middle" title="{t}Display printers matching{/t}">
                                                                        </LABEL>
                                                                </td>
                                                        <td width="99%">
                                                                        <input id='filter' style='width:99%' type='text' name='regexPrinter' maxlength='20' value='{$regexPrinter}' 
-                                                                                       title='{t}Regular expression for        matching user names{/t}' onChange="mainform.submit()">
+                                                                                       title='{t}Regular expression for matching printer names{/t}' onChange="mainform.submit()">
                                                                </td>
                                                        </tr>
                                                </table>
@@ -70,8 +65,9 @@
        </tr>
     </table>
 
+    <p class="seperator">&nbsp;</p>
     <p align="right">
-    <input type="submit" name="PrinterSave"     value="{t}Use{/t}">
+    <input type="submit" name="PrinterSave"     value="{t}Add{/t}">
     <input type="submit" name="PrinterCancel"   value="{t}Cancel{/t}">
     </p>