?>
<form action="/pm/calendar.php" method="get">
- <table width="100%">
+ <table class="fullwidth">
<tr>
<td><?php echo _('Period'); ?><br />
<select name="type">
?>
</form>
- <table width="100%">
+ <table class="fullwidth">
<tr>
<td width="20px" class="selected"></td>
<td><?php echo _('today\'s date') ?></td>
</p>
<?php
- $SCMFactory = new SCMFactory() ;
-$scm_plugins=$SCMFactory->getSCMs() ;
+$SCMFactory = new SCMFactory();
+$scm_plugins=$SCMFactory->getSCMs();
if (forge_get_config('use_scm') && count($scm_plugins) > 0) {
echo '<h2>'.$index++.'. '._('Source Code').'</h2>';
echo '<p>' . _('You can choose among different SCM for your project, but just one (or none at all). Please select the SCM system you want to use.')."</p>\n";
$error_msg .= _('Start and end dates must be different');
}
-$area = util_ensure_value_in_set ($area, array ('tracker','forum','docman','taskman','downloads')) ;
+$area = util_ensure_value_in_set ($area, array ('tracker','forum','docman','taskman','downloads', 'pageviews')) ;
report_header(_('Site-Wide Activity'));
for ($i=0; $i<count($labels); $i++) {
echo '<tr '. $HTML->boxGetAltRowStyle($i) .'>'.
- '<td>'. $labels[$i] .'</td><td>'. $data[$i] .'</td></tr>';
+ '<td>'. $labels[$i] .'</td><td>'. $data[$i] .'</td></tr>';
}
echo $HTML->listTableBottom ();
$start = $z[0];
}
if (!$end) {
- $end=$z[count($z)-1];
+ $end = $z[count($z)-1];
}
if ($end < $start) list($start, $end) = array($end, $start);
$l[]='2';
report_header(_('User Summary Report'));
- ?>
+?>
<p>
<?php echo _('Choose the range from the pop-up boxes below. The report will list all tasks with an open date in that range.'); ?>
</p>