~oh-dev/openhealth/phit-tools

« back to all changes in this revision

Viewing changes to ihris-suite/lib/ihris-common/modules/Geography/templates/view_list_region.html

  • Committer: litlfred at ibiblio
  • Date: 2009-10-23 12:59:28 UTC
  • Revision ID: litlfred@ibiblio.org-20091023125928-u5lkafz0urm9t8eq
updated ihris-suite to 4.0.1-prerelease -- not debugged

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<div id="list_display">
2
 
        
3
 
        <div class="editRecord">
4
 
        <p>Edit This Information</p>
5
 
                <ul>
6
 
                        <li role='admin'><span type="form" name="region:id" href="lists?type=region&amp;id=" text="Update this Information" /></li>
7
 
                        <li role='admin'><span type="form" name="region:type" href="lists?type=" text="Select another Region" /></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">Region</th>
15
 
                </tr>
16
 
                <span type="form" name="region:name" showhead="default"></span>
17
 
                <span type="form" name="region:country" showhead="default" class="even"></span>
18
 
                <span type="form" name="region:code" showhead="default"></span>
19
 
 
20
 
        </table>
21
 
        </div> <!-- dataTable -->
22
 
        
23
 
</div> <!-- list_display -->