mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
patch queue: helptext.patch
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user