Update of /cvsroot/stack/stack-dev/lib/ui
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv22656/lib/ui
Modified Files:
report.php
Log Message:
Towards restoring standard reporting option.
Index: report.php
===================================================================
RCS file: /cvsroot/stack/stack-dev/lib/ui/report.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** report.php 1 Nov 2010 18:18:29 -0000 1.12
--- report.php 24 Nov 2010 16:44:25 -0000 1.13
***************
*** 67,71 ****
<body>
<?php
!
if (isset($_GET['type'])) {
// Have supplied report parameters, go ahead and make it
--- 67,71 ----
<body>
<?php
! echo '<p><a href="../../index.php">' . get_string('FE_index_main','stack') . '</a></p>';
if (isset($_GET['type'])) {
// Have supplied report parameters, go ahead and make it
***************
*** 92,97 ****
. $report->studentFilterInterface($_REQUEST)
. '</form>';
!
! echo '<p><a href="../../index.php">' . get_string('FE_index_main','stack') . '</a></p>';
}
?>
--- 92,101 ----
. $report->studentFilterInterface($_REQUEST)
. '</form>';
! /*
! echo '<form action="report.php?type=simple" method="post">'
! . $report->simpleInterface($_REQUEST)
! . '<input type="submit" value"submit" />'
! . '</form>';
! */
}
?>
|