[Freeipa-devel] [PATCH] help text for searches

Kevin McCarthy kmccarth at redhat.com
Wed Sep 26 20:08:06 UTC 2007


I removed the mocks from the demo, but wanted to preserve the help text.

-Kevin

-------------- next part --------------
# HG changeset patch
# User Kevin McCarthy <kmccarth at redhat.com>
# Date 1190837309 25200
# Node ID 0003b3b106655aa0867142b53bf1530f8a5982d7
# Parent  fb85b362df17c135cbe7beb0e8733d70021b3700
patch queue: helptext.patch

diff -r fb85b362df17 -r 0003b3b10665 ipa-server/ipa-gui/ipagui/templates/grouplist.kid
--- a/ipa-server/ipa-gui/ipagui/templates/grouplist.kid	Wed Sep 26 09:59:13 2007 -0700
+++ b/ipa-server/ipa-gui/ipagui/templates/grouplist.kid	Wed Sep 26 13:08:29 2007 -0700
@@ -39,5 +39,22 @@
     <div py:if='(groups != None) and (len(groups) == 0)'>
         <h2>No results found for "${criteria}"</h2>
     </div>
+    <div py:if='groups == None'>
+      <p>
+        Search automatically looks across multiple fields.  If you want to find
+        Joe in Finance, try typing "joe finance" into the search box.
+      </p>
+      <p>
+        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.
+      </p>
+      <p>
+        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.
+      </p>
+    </div>
 </body>
 </html>
diff -r fb85b362df17 -r 0003b3b10665 ipa-server/ipa-gui/ipagui/templates/userlist.kid
--- a/ipa-server/ipa-gui/ipagui/templates/userlist.kid	Wed Sep 26 09:59:13 2007 -0700
+++ b/ipa-server/ipa-gui/ipagui/templates/userlist.kid	Wed Sep 26 13:08:29 2007 -0700
@@ -58,5 +58,22 @@
     <div py:if='(users != None) and (len(users) == 0)'>
         <h2>No results found for "${uid}"</h2>
     </div>
+    <div py:if='users == None'>
+      <p>
+        Search automatically looks across multiple fields.  If you want to find
+        Joe in Finance, try typing "joe finance" into the search box.
+      </p>
+      <p>
+        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.
+      </p>
+      <p>
+        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.
+      </p>
+    </div>
 </body>
 </html>
diff -r fb85b362df17 -r 0003b3b10665 ipa-server/ipa-gui/ipagui/templates/welcome.kid
--- a/ipa-server/ipa-gui/ipagui/templates/welcome.kid	Wed Sep 26 09:59:13 2007 -0700
+++ b/ipa-server/ipa-gui/ipagui/templates/welcome.kid	Wed Sep 26 13:08:29 2007 -0700
@@ -10,6 +10,20 @@
         <div id="status_block" py:if="value_of('tg_flash', None)"
             py:content="XML(tg_flash)"></div>
         <h1>Welcome to Free IPA</h1>
+
+        <p>
+          IPA is used to manage Identity, Policy, and Auditing for your
+          organization.
+        </p>
+        <p>
+          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.
+        </p>
+        <p>
+          Alternatively, select a task from the left sidebar.
+        </p>
     </div>
 
 </body>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 4054 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20070926/7258cc9f/attachment.bin>


More information about the Freeipa-devel mailing list