Revision: 174
http://svn.sourceforge.net/hw4mdl/?rev=174&view=rev
Author: hugues
Date: 2007-01-10 02:21:32 -0800 (Wed, 10 Jan 2007)
Log Message:
-----------
http://u.horizonwimba.com/bugzilla/show_bug.cgi?id=10632
- Fixed the targetting options to remove the "back" button.
- The report information will appear in the very same window.
Modified Paths:
--------------
trunk/moodle/mod/liveclassroom/reports.php
Modified: trunk/moodle/mod/liveclassroom/reports.php
===================================================================
--- trunk/moodle/mod/liveclassroom/reports.php 2007-01-10 07:59:32 UTC (rev 173)
+++ trunk/moodle/mod/liveclassroom/reports.php 2007-01-10 10:21:32 UTC (rev 174)
@@ -57,7 +57,7 @@
<tr>
<td colspan=2>
- <a class="underline inline external" target="frameReport" href="<?php echo $CFG->liveclassroom_servername;?>/admin/class/results.epl?class_id=<?php echo $roomId; ?>&hzA=<?php echo $token; ?>" title="Poll Results">Poll Results</a>
+ <a style="text-decoration:underline;" href="<?php echo $CFG->liveclassroom_servername;?>/admin/class/results.epl?class_id=<?php echo $roomId; ?>&hzA=<?php echo $token; ?>" title="Poll Results">Poll Results</a>
<div class="helptext">
View the results from all advanced polls that have been conducted in this room or archive.
@@ -68,7 +68,7 @@
<tr>
<td colspan=2>
<br />
- <a class="underline inline external" target="frameReport" href="<?php p($CFG->liveclassroom_servername)?>/admin/server/tracking.pl?mode=detailed&popup=1&channel=<?php echo $roomId; ?>&hzA=<?php echo $token; ?>" title="Tracking">Tracking</a>
+ <a style="text-decoration:underline;" href="<?php p($CFG->liveclassroom_servername)?>/admin/server/tracking.pl?mode=detailed&popup=1&channel=<?php echo $roomId; ?>&hzA=<?php echo $token; ?>" title="Tracking">Tracking</a>
<div class="helptext">
View statistics on who has entered this room or archive, when they arrived, and the duration of their stay
@@ -79,7 +79,7 @@
<tr>
<td colspan=2>
<br />
- <a class="underline" target="frameReport" href="<?php p($CFG->liveclassroom_servername)?>/admin/class/chatlog.epl?class_id=<?php echo $roomId; ?>&hzA=<?php echo $token; ?>" title="Chat Logs">Chat Logs</a>
+ <a style="text-decoration:underline;" href="<?php p($CFG->liveclassroom_servername)?>/admin/class/chatlog.epl?class_id=<?php echo $roomId; ?>&hzA=<?php echo $token; ?>" title="Chat Logs">Chat Logs</a>
<div class="helptext">
View chat logs recorded during this archive
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|