~oh-dev/openhealth/phit-tools

« back to all changes in this revision

Viewing changes to ihris-suite/lib/i2ce/modules/Pages/modules/TasksAndRoles/templates/en_US/roles_and_tasks_view_all_roles.html

  • Committer: litlfred at ibiblio
  • Date: 2009-10-26 13:55:16 UTC
  • Revision ID: litlfred@ibiblio.org-20091026135516-7er0260tad01febt
ihris suite updated to 4.0.1 pre-release...
follows that did not get added on the last attempt did this time... the problem is that bzr does not like to include branches in a sub-directory even if you add them in which 
  is how ihris-suite/lib/* was structed.  so i had to move ihris-suite/lib/*/.bzr to ihris-suite/lib/*/.bzr_dir to trick it
the site will now succesfully install.  have not attempted change the root drive letter yet

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<div id='siteContent'>
 
2
  <h1>Administer Roles</h1>
 
3
  <h2>Existing Roles</h2>
 
4
  <ul id='role_list'>
 
5
  </ul>
 
6
  <form method='post' action='tasks-roles/roles' id='add_user_role'>
 
7
    <table class="multiFormTable" border="0" cellpadding="0" cellspacing="0" >
 
8
      <tr>
 
9
        <th colspan="2">
 
10
          Add a new role
 
11
        </th>
 
12
      </tr>   
 
13
      <tr>
 
14
        <td>
 
15
          <label>Role Short Name:</label> A short name consisting of letter and number, -, .  and _ used to
 
16
          refer the role in pages and templates.
 
17
        </td>
 
18
        <td>
 
19
          <input type='text' id='role_short_name' name='role_short_name' class='validate=[notinlist,nonempty,magicdatakey]' />
 
20
        </td>
 
21
      </tr>
 
22
      <tr>
 
23
        <td>
 
24
          <label>Role Display Name:</label> A display name for this role that is displayed to the end user.
 
25
        </td>
 
26
        <td>
 
27
          <input type='text' name='role_display_name' class='validate=[nonempty]'/>
 
28
        </td>
 
29
      </tr>
 
30
      <tr>
 
31
        <td colspan='2'>
 
32
          <input  class="button" type="submit"   value="Create" />
 
33
        </td>
 
34
      </tr>
 
35
    </table>
 
36
  </form>
 
37
</div>
 
 
b'\\ No newline at end of file'