patch queue: helptext.patch

This commit is contained in:
Kevin McCarthy
2007-09-26 13:08:29 -07:00
parent 313f9bc4a0
commit 1a7ef0d135
3 changed files with 48 additions and 0 deletions

View File

@@ -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>

View File

@@ -68,5 +68,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>

View File

@@ -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>