diff --git a/admin/committee_reports.php b/admin/committee_reports.php
index 9299d4d..50d806d 100644
--- a/admin/committee_reports.php
+++ b/admin/committee_reports.php
@@ -232,14 +232,20 @@
echo '
';
echo 'Descriptions for All Reports
';
+ echo i18n('Click on the report number to try the report with the default report options before you add it to your Report List');
+ echo '
';
echo "\n";
$x=0;
foreach(array_merge($reports, $report_custom) as $r) {
$trclass = ($x % 2 == 0) ? "even" : "odd";
$x++;
echo "";
- echo "$x. | ";
-// echo "";
+ if($r['custom_url'] == '') {
+ $url = "admin/reports_gen.php?id={$r['id']}";
+ } else {
+ $url = $r['custom_url'];
+ }
+ echo "$x. | ";
echo " |