~oh-dev/openhealth/phit-tools

« back to all changes in this revision

Viewing changes to ihris-suite/lib/common/modules/Person/modules/Education/templates/en_US/view_list_degree.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 id="list_display" class='recordsData' task="can_view_database_list_degree">
 
2
        
 
3
        <div class="editRecord">
 
4
        <p>Edit This Information</p>
 
5
                <ul>
 
6
                        <li task='can_edit_database_list_degree'><span type="form" name="degree:id" href="lists?type=degree&amp;id=" >Update this Information </span></li>
 
7
                        <li><a href="lists?type=degree&amp;field=edu_type">Select another Degree</a></li>
 
8
                </ul>
 
9
        </div> <!-- editRecord -->
 
10
        
 
11
        <div class="dataTable">
 
12
        <table border="0" cellspacing="0" cellpadding="0">
 
13
                <tr>
 
14
                        <th colspan="2">Degree</th>
 
15
                </tr>
 
16
                <span type="form" name="degree:edu_type" showhead="default"></span>
 
17
                <span type="form" name="degree:name" showhead="default"></span>
 
18
        </table>
 
19
        </div> <!-- dataTable -->
 
20
        
 
21
</div> <!-- list_display -->