Listcase functions

Monday 28 February 2005

The following functions should always be used when showing a list of cases (listcases.php, archives.php, etc.). This is to avoid UI inconsistencies.

- show_listcase_start(): Prints html for list header.

- show_listcase_item($item, $cpt, $custom): Print html for an item in the list. The $item is the usual $row from SQL queries, $cpt is for alternating the CSS colors, and $custom is for actions.

See listcases.php for a more concrete example.

To send a message Private area xml ?