~sierra-leone-ihris/hrhis/4.1

« back to all changes in this revision

Viewing changes to modules/ManagePersonDemographic/templates/en_US/view_demographic.html

  • Committer: Juma Lungo
  • Date: 2011-11-15 03:22:12 UTC
  • Revision ID: juma.lungo@zalongwa.com-20111115032212-g2wjd04b20x8vjyp
ignored config file

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<div task='person_can_view_child_form_demographic'>
 
2
  <div class="editRecord">
 
3
    <p>Edit This Information</p>
 
4
    <ul>
 
5
      <li task='person_can_edit_child_form_demographic'>
 
6
        <span type="form" ifset="demographic:id" name="demographic:id" href="demographic?id=" parent="true">
 
7
          Update this Information
 
8
        </span>
 
9
      </li>
 
10
    </ul>
 
11
  </div> <!-- editRecord -->
 
12
 
 
13
  <div class="dataTable">
 
14
    <table border="0" cellspacing="0" cellpadding="0">
 
15
      <tbody>
 
16
        <tr>
 
17
          <th colspan="2">Demographic Information</th>
 
18
        </tr>
 
19
        <span type="form" name="demographic:birth_date" showhead="default"></span>
 
20
        <span type="form" name="demographic:gender" showhead="default" class="even"></span>
 
21
        <span type="form" name="demographic:marital_status" showhead="default"></span>
 
22
        <span type="form" name="demographic:dependents" showhead="default" class='even'></span>
 
23
      </tbody>
 
24
    </table>
 
25
  </div> <!-- dataTable -->
 
26
</div>