~kibsden/ihris-uganda/baylor-train

« back to all changes in this revision

Viewing changes to templates/en_US/form_make_promotion.html

  • Committer: Dennis Kibiye
  • Date: 2012-08-15 12:39:06 UTC
  • Revision ID: kibsden@gmail.com-20120815123906-ckmfgnpgi8xqiz9o
First Initialisation of In Service Baylor Training System Based on iHRIS Manage

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<tbody id="person_form">
 
2
<tr>
 
3
  <th>New Position</th>
 
4
  <th>Current Position</th>
 
5
</tr>
 
6
<tr id="list_fields">
 
7
  <td id='new_position'>
 
8
    <span id='new_person_position' type="form" name="person_position:position"  noedit='true' showhead="default"></span>
 
9
    <span type="form" name="person_position:start_date" showhead="default"></span>
 
10
    <span type="form" name="person_position:minute" showhead="default"></span>
 
11
    <span type="form" name="person_position:employment_terms" showhead="default"></span>
 
12
    <span task='person_can_edit_child_form_salary'>
 
13
      <span type="form" name="salary:salary" showhead="default"></span>
 
14
    </span>
 
15
  </td>
 
16
  <td id='current_position'>
 
17
    <span type="form" name="person_position:position" display="true" showhead="default"></span>
 
18
    <span type="form" name="person_position:start_date" showhead="default" display="true"></span>
 
19
    <span type="form" name="person_position:reason" showhead="default"></span>
 
20
 
 
21
    <span type="form" name="position:status" head="Enter new Status for the Current Position"></span>
 
22
 
 
23
  </td>
 
24
</tr>
 
25
</tbody>