593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
|
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
|
-
-
-
+
+
+
+
+
+
+
+
|
@
@ <p>Choose a report format from the following list:</p>
@ <ol>
@ <th1>html $report_items</th1>
@ </ol>
@
@ <th1>
@ if {[hascap t]} {
@ html "<p>Create a new ticket display format:</p>"
@ html "<ul><li><a href='rptnew'>New report format</a></li></ul>"
@ if {[hascap t q]} {
@ html "<p>Other options:</p>\n<ul>\n"
@ if {[hascap t]} {
@ html "<li><a href='rptnew'>New report format</a></li>\n"
@ }
@ if {[hascap q]} {
@ html "<li><a href='modreq'>Tend to pending moderation requests</a></li>\n"
@ }
@ }
@ </th1>
;
/*
** Return the code used to generate the report list
*/
|