From 1a7ef0d1354b94ae6bd3acf5a9c29090742f56b9 Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Wed, 26 Sep 2007 13:08:29 -0700 Subject: patch queue: helptext.patch --- ipa-server/ipa-gui/ipagui/templates/grouplist.kid | 17 +++++++++++++++++ ipa-server/ipa-gui/ipagui/templates/userlist.kid | 17 +++++++++++++++++ ipa-server/ipa-gui/ipagui/templates/welcome.kid | 14 ++++++++++++++ 3 files changed, 48 insertions(+) diff --git a/ipa-server/ipa-gui/ipagui/templates/grouplist.kid b/ipa-server/ipa-gui/ipagui/templates/grouplist.kid index 464208d20..a63beb824 100644 --- a/ipa-server/ipa-gui/ipagui/templates/grouplist.kid +++ b/ipa-server/ipa-gui/ipagui/templates/grouplist.kid @@ -39,5 +39,22 @@

No results found for "${criteria}"

+
+

+ Search automatically looks across multiple fields. If you want to find + Joe in Finance, try typing "joe finance" into the search box. +

+

+ Exact matches are listed first, followed by partial matches. If your search + is too broad, you will get a warning that the search returned too many + results. Try being more specific. +

+

+ The results that come back are sortable. Simply click on a column + header to sort on that header. A triangle will indicate the sorted + column, along with its direction. Clicking and dragging between headers + will allow you to resize the header. +

+
diff --git a/ipa-server/ipa-gui/ipagui/templates/userlist.kid b/ipa-server/ipa-gui/ipagui/templates/userlist.kid index 1c244d05c..be73c67f2 100644 --- a/ipa-server/ipa-gui/ipagui/templates/userlist.kid +++ b/ipa-server/ipa-gui/ipagui/templates/userlist.kid @@ -68,5 +68,22 @@

No results found for "${uid}"

+
+

+ Search automatically looks across multiple fields. If you want to find + Joe in Finance, try typing "joe finance" into the search box. +

+

+ Exact matches are listed first, followed by partial matches. If your search + is too broad, you will get a warning that the search returned too many + results. Try being more specific. +

+

+ The results that come back are sortable. Simply click on a column + header to sort on that header. A triangle will indicate the sorted + column, along with its direction. Clicking and dragging between headers + will allow you to resize the header. +

+
diff --git a/ipa-server/ipa-gui/ipagui/templates/welcome.kid b/ipa-server/ipa-gui/ipagui/templates/welcome.kid index 402468be7..0e0ad8601 100644 --- a/ipa-server/ipa-gui/ipagui/templates/welcome.kid +++ b/ipa-server/ipa-gui/ipagui/templates/welcome.kid @@ -10,6 +10,20 @@

Welcome to Free IPA

+ +

+ IPA is used to manage Identity, Policy, and Auditing for your + organization. +

+

+ To get started, you can use the search box in the top right to find + users or groups you need to work on. Search automatically looks + across multiple fields. If you want to find Joe in Finance, try typing + "joe finance" into the search box. +

+

+ Alternatively, select a task from the left sidebar. +

-- cgit