]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/reports/oils_rpt_param_editor.xhtml
more work on folder window interface, started on a generic report editor interface
[Evergreen.git] / Open-ILS / web / reports / oils_rpt_param_editor.xhtml
1 <div id='oils_rpt_param_editor_div'>
2         <div>
3                 <b id='oils_rpt_param_editor_report_name'> </b>
4         </div>
5
6         <table id='oils_rpt_param_editor_table'>
7                 <thead>
8                         <tr><td>Column</td><td>Action</td><td>User Params</td></tr>
9                 </thead>
10                 <tbody id='oils_rpt_param_editor_tbody'>
11                         <tr name='tr'>
12                                 <td name='column'/>
13                                 <td name='action'/>
14                                 <td name='widget'/>
15                         </tr>
16                 </tbody>
17         </table>
18 </div>
19
20
21