Currently, in the HTML for the Report List page, the list of available
reports is "generated" with:

<ol>
<th1>html $report_items</th1>
</ol>

It would be useful to be able to specify a per item format, for
example, to use proper table form:

<th1>set report_item_format
"<tr><td>$report_item</td><td>$report_item_edit</td><td>$report_item_copy</td><td>$report_item_sql</td></tr>"</th1>
<table>
<th1>html $report_items</th1>
</table>

Also. FWIW, I would call these queires, not formats.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to