~oh-dev/openhealth/phit-tools

« back to all changes in this revision

Viewing changes to ihris-suite/lib/i2ce/modules/CustomReports/templates/customReports_report_function.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>
2
 
  <form name='reported_field_link' id='reported_function_REPLACEME'>
3
 
    <table class='multiFormTable customReportsTable' cellpadding="0" cellspacing="0" border="0" >
4
 
      <tr>
5
 
        <th colspan='2'>
6
 
          <span class="left">
7
 
            <input name='reported_function_check_REPLACEME' type='checkbox' value='1'/>
8
 
            <h3><span name='reported_function_name'></span></h3>
9
 
            <span name='reported_function_description' ifset='true'>
10
 
              <br /> <span name='reported_function_description'></span> 
11
 
            </span>
12
 
          </span>
13
 
          <span class="right">
14
 
            <input id='reported_function_submit_button' type='submit' class='button right' action='REPLACEME' method='POST' value='Save'/>
15
 
          </span>
16
 
        </th>
17
 
      </tr>
18
 
      <tr>
19
 
        <td><h3>Header:</h3> The header text which is displayed for this field</td>
20
 
        <td><input name='reported_function_header_REPLACEME' type='text' value='' validate='nonempty,notinlist'/></td>
21
 
      </tr>
22
 
    </table>
23
 
  </form>
24
 
 
25
 
</div>
 
 
b'\\ No newline at end of file'