Show
Ignore:
Timestamp:
04/22/08 14:01:05 (6 months ago)
Author:
erickson
Message:

added support for defining pivot data and label columns

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Open-ILS/web/reports/oils_rpt_editor.xhtml

    r7320 r9428  
    3535                        <tr> 
    3636                                <th>Report Columns:</th> 
    37                                 <td><b id='oils_rpt_report_editor_cols'/></td> 
    38                         </tr> 
     37                                <td nowrap='nowrap'><b id='oils_rpt_report_editor_cols'/></td> 
     38                        </tr> 
     39                        <tr class='hide_me' id='oils_rpt_editor_pivot_label_row'> 
     40                                <th>Pivot Label Column:</th> 
     41                                <td> 
     42                    <select id='oils_rpt_editor_pivot_label'> 
     43                        <option selected='selected' value=''> -- Select One (optional) -- </option> 
     44                    </select> 
     45                </td> 
     46                        </tr> 
     47                        <tr class='hide_me' id='oils_rpt_editor_pivot_data_row'> 
     48                                <th>Pivot Data Column:</th> 
     49                                <td> 
     50                    <select id='oils_rpt_editor_pivot_data'> 
     51                    </select> 
     52                </td> 
     53                        </tr> 
     54 
    3955                        <!-- 
    4056                        <tr><td colspan='2'><hr/></td></tr>