~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_add.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
 <span task='person_can_edit_child_form_salary'>
 
3
  <div class="editRecord">
 
4
    <p><span role="hr_manager" type="form" name="person_position:id" href="salary?parent=" >Add a salary</span></p>
 
5
  </div> <!-- editRecord -->
 
6
 
 
7
  <div class="dataTable">
 
8
    <table border="0" cellspacing="0" cellpadding="0">
 
9
      <tr>
 
10
        <th >No Salaries</th>
 
11
      </tr>
 
12
    </table>
 
13
  </div> <!-- dataTable -->
 
14
 </span>
 
15
</div> <!--end salary-->