Author: olamy
Date: Wed Jan 15 03:29:59 2014
New Revision: 1558284

URL: http://svn.apache.org/r1558284
Log:
cleanup class used

Modified:
    
archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/redback/user-edit.html

Modified: 
archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/redback/user-edit.html
URL: 
http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/redback/user-edit.html?rev=1558284&r1=1558283&r2=1558284&view=diff
==============================================================================
--- 
archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/redback/user-edit.html
 (original)
+++ 
archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/redback/user-edit.html
 Wed Jan 15 03:29:59 2014
@@ -193,7 +193,7 @@
       {{each(i, columnDefinition) columns}}
       <th>
         {{if columnDefinition.filter }}
-        <input type="text" class="input-medium" 
id="users-grid-filter-auto-${columnDefinition.rowText}"
+        <input type="text" class="twitter-typeahead" 
id="users-grid-filter-auto-${columnDefinition.rowText}"
                placeholder="${$.i18n.prop('users.grid.filter')}"/>
         {{/if}}
       </th>


Reply via email to