aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-web/archiva-webapp/src/main/webapp
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2014-01-15 03:29:59 +0000
committerOlivier Lamy <olamy@apache.org>2014-01-15 03:29:59 +0000
commit23126bf99deeefb96b45f400d49b55e355903311 (patch)
tree333b95e5582a365024b294353cbd96ef9328135c /archiva-modules/archiva-web/archiva-webapp/src/main/webapp
parenta2d8a0d1bacc33ddf4e18c477100d57777d38a80 (diff)
downloadarchiva-23126bf99deeefb96b45f400d49b55e355903311.tar.gz
archiva-23126bf99deeefb96b45f400d49b55e355903311.zip
cleanup class used
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1558284 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webapp/src/main/webapp')
-rw-r--r--archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/redback/user-edit.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/redback/user-edit.html b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/redback/user-edit.html
index 371e47c05..3baec2b24 100644
--- a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/redback/user-edit.html
+++ b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/redback/user-edit.html
@@ -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>