Code

Update pictures
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 12 Aug 2005 13:02:19 +0000 (13:02 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 12 Aug 2005 13:02:19 +0000 (13:02 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1124 594d385d-05f5-0310-b6e9-bd551577e9d8

html/images/select_phone_connected.png
html/images/select_phone_notconnected.png [deleted file]
plugins/admin/applications/headpage.tpl

index cb415753ab7b3775a169646b5a113c5b71c4b954..bd8c739679b2f3ebd317217e3e3b89fe4bf7be96 100644 (file)
Binary files a/html/images/select_phone_connected.png and b/html/images/select_phone_connected.png differ
diff --git a/html/images/select_phone_notconnected.png b/html/images/select_phone_notconnected.png
deleted file mode 100644 (file)
index 5cfaf8e..0000000
Binary files a/html/images/select_phone_notconnected.png and /dev/null differ
index 3f895ba25bd4e43354736db288fc926b7e3b6a03..f8c2420c93c4ad978ddf94bc453540e9545d9c27 100644 (file)
      <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
       {$alphabet}
      </table>
-    <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
-               <tr>
-                       <td>
-                               <img alt="" src="{$search_image}" align=middle title='{t}Display applications matching{/t}'>
-                       </td>
-                       <td>
-                               <LABEL for='filter'>{t}Display applications matching{/t}</LABEL>
-                       </td>
-               <td>
-                               <input style='width:99%' type='text' name='regex' maxlength='20' id='filter' value='{$regex}' title='{t}Regular expression for matching application names{/t}' onChange="mainform.submit()">
-                       </td>
-               </tr>
-       </table>
+     <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
+     <tr>
+     <td>
+     <LABEL for='regex'><img alt="{t}Display applications matching{/t}" src="{$search_image}" align=middle title='{t}Display applications matching{/t}'></LABEL>
+     </td>
+     <td width="99%">
+     <input style='width:99%' type='text' name='regex' maxlength='20' id='filter' value='{$regex}' title='{t}Regular expression for matching application names{/t}' onChange="mainform.submit()">
+     </td>
+     </tr>
+     </table>
     {$apply}
    </div>
   </td>