~oh-dev/openhealth/phit-tools

« back to all changes in this revision

Viewing changes to ihris-suite/lib/manage/modules/ManagePersonPosition/templates/en_US/salary_history_salary.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> <!--begin salary-->
 
2
  <div class="editRecord">
 
3
    <p>Edit This Information</p>
 
4
    <ul>
 
5
      <span role="hr_manager">
 
6
        <li><span role="hr_manager" type="form" name="salary:id" href="salary?return_page=salary_history&amp;id="  parent="true">Correct this Information</span></li>
 
7
    <!--
 
8
        <li><span role="hr_manager" type="form" name="salary:id" href="salary_history?delete&amp;id="  parent="true" id='delete_salary'>Delete this Salary</span></li>
 
9
    -->
 
10
      </span>
 
11
 
 
12
      <span role="hr_staff" ifset='!true' name="salary:end_date">
 
13
        <li><span role="hr_staff"  type="form" history='false' name="salary:id" href="salary?return_page=salary_history?&amp;last="  parent="true"  ifset="!salary:end_date">Salary Change</span></li>
 
14
      </span>
 
15
    </ul>
 
16
  </div> <!-- editRecord -->
 
17
        
 
18
  <div class="dataTable">
 
19
    <table border="0" cellspacing="0" cellpadding="0">
 
20
      <tr>
 
21
        <th colspan="2">Salary</th>
 
22
      </tr>
 
23
      <span type="form" name="salary:salary" noedit="true" showhead="default"></span>
 
24
      <span type="form" name="salary_grade:name" noedit="true"  showhead="default"  class="even"></span>
 
25
      <tr><td><span class="field_head">Percent of Market Rate</span></td><td><b><span class="form_field"  name="percent_salary"></span></b></td></tr>
 
26
      <span type="form" name="salary:start_date" showhead="default" class="even" ></span>
 
27
      <span type="form" name="salary:end_date" showhead="default" ></span>
 
28
      <div class="salary_notes"><span type="form" name="salary:notes" showhead="default" class="even" ></span></div>
 
29
    </table>
 
30
  </div> <!-- dataTable -->
 
31
</div> <!--end salary-->