~ihris+kenya/ihris-kenya/ihris-kenya

« back to all changes in this revision

Viewing changes to modules/kenya-leave/templates/en_US/view_lr_person_leave_balance.html

  • Committer: Luke Duncan
  • Date: 2015-10-01 03:56:59 UTC
  • Revision ID: lduncan@intrahealth.org-20151001035659-btyfe6ps41cpbmal
Changed leave report and put it under the kenya-leave module.  Finished up the view leave page, pending leave page and added in email hooks and email script.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<div>
 
2
  <div class="editRecord">
 
3
    <p>Edit This Information</p>
 
4
    <ul>
 
5
    </ul>
 
6
  </div> <!-- editRecord -->
 
7
  <div class="dataTable">
 
8
    <table border="0" cellspacing="0" cellpadding="0">
 
9
      <tbody>
 
10
        <tr>
 
11
          <th colspan="2">Employee Leave Balance</th>
 
12
        </tr>
 
13
        <span type="form" name="person_leave_balance:leave_entitlement" showhead="default"></span>
 
14
        <span type="form" name="person_leave_balance:leave_year" showhead="default"></span>      
 
15
        <span type="form" name="person_leave_balance:balance" showhead="default"></span>
 
16
      </tbody>
 
17
    </table>
 
18
  </div> <!-- dataTable -->
 
19
</div>