~oh-dev/openhealth/phit-tools

« back to all changes in this revision

Viewing changes to ihris-suite/lib/i2ce/modules/Forms/modules/UserForm/templates/user_form_edit.html

  • Committer: litlfred at ibiblio
  • Date: 2009-10-23 12:59:28 UTC
  • Revision ID: litlfred@ibiblio.org-20091023125928-u5lkafz0urm9t8eq
updated ihris-suite to 4.0.1-prerelease -- not debugged

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<div id="siteContent">
2
 
    <h1>Administer Users</h1>
3
 
    <div id="error" />
4
 
    <form method="post" action="user">
5
 
        <span type="form" name="id" />
6
 
        <table class="multiFormTable" border="0" cellpadding="0" cellspacing="0">
7
 
            <tr><td>
8
 
                <div id="form">
9
 
                        <span type="form" name="username" showhead="default" noedit="true"></span>
10
 
                        <span type="form" name="firstname" showhead="default"></span>
11
 
                        <span type="form" name="lastname" showhead="default"></span>
12
 
                        <span type="form" name="email" showhead="default"></span>
13
 
                        <span type="form" name="role" showhead="default" blank="Select One / No Access"></span>
14
 
                        <span type="form" name="password" 
15
 
                                showhead="default" confirm="confirm">
16
 
                        </span>
17
 
                </div>
18
 
            </td></tr>
19
 
            <tr class="submitCell">
20
 
                <td>
21
 
                    <div id="button" />
22
 
                </td>
23
 
            </tr>
24
 
        </table>
25
 
    </form>
26
 
</div>