]> err.no Git - scalable-opengroupware.org/commitdiff
disabled on-type search JS
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 18 Jul 2005 15:37:15 +0000 (15:37 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 18 Jul 2005 15:37:15 +0000 (15:37 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@800 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/UI/Templates/ChangeLog
SOGo/UI/Templates/MailerUI/UIxMailFilterPanel.wox

index c9ae90e98b4b94fb556b02f96316dc3a6230351d..96be0a8c868a743dc2da4feb1e1919cd4bb40618 100644 (file)
@@ -1,3 +1,7 @@
+2005-07-18  Helge Hess  <helge.hess@opengroupware.org>
+
+       * MailerUI/UIxMailFilterPanel.wox: disabled auto-search field
+
 2005-07-18  Marcus Mueller  <znek@mulle-kybernetik.com>
 
        * UIxMailAddressbook.wox: changed template text explaining why there's
index 7adf6a5d843428e722895c6b758df9d0050f114c..dd0745281305ad93a7d59dc8db1789a1a29b9439 100644 (file)
     </td>
     <td class="titlecell" style="width: 80%; padding-right: 1px;">
       <input name="search" type="text" var:value="searchText" 
-             style="width: 100%;"
+             style="width: 100%;" />
+      <!--
              autocomplete="off"
              onkeypress="ml_searchFieldKeyPressed(this)"
              onfocus="ml_activateSearchField(this, 500)" 
              onblur="ml_deactivateSearchField(this)" />
+        -->
     </td>
   </tr>
 </table>