diff options
author | Adam Young <ayoung@redhat.com> | 2011-01-27 15:21:35 -0500 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2011-01-28 10:37:49 -0500 |
commit | 114c238a9b620c181a4757b35177069335e46787 (patch) | |
tree | 883a61e89f4f045e312681add500159eced7e633 /install/ui/aci.js | |
parent | b9dbd693def82ae40d40bb4cc04204aa92db3f30 (diff) | |
download | freeipa-114c238a9b620c181a4757b35177069335e46787.tar.gz freeipa-114c238a9b620c181a4757b35177069335e46787.tar.xz freeipa-114c238a9b620c181a4757b35177069335e46787.zip |
entity filter text
Diffstat (limited to 'install/ui/aci.js')
-rw-r--r-- | install/ui/aci.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/aci.js b/install/ui/aci.js index 3bad384a2..01f6ce297 100644 --- a/install/ui/aci.js +++ b/install/ui/aci.js @@ -171,7 +171,7 @@ IPA.entity_select_widget = function(spec){ $('<a />',{ href:"", - text: 'filter: ', + text: 'add ' +entity + ' filter: ', click:function(){ that.entity_filter.css('display','inline'); $(this).css('display','none'); |